WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Version Packages (#5969) #4361

Version Packages (#5969)

Version Packages (#5969) #4361

Triggered via push November 7, 2025 19:49
Status Success
Total duration 5m 50s
Artifacts 1

ci.yml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 notice
[mobile] › playwright/integration/examples/shadow-dom.test.ts:37:7 › shadow-dom example › user can type add a new line in editor inside shadow DOM: playwright/integration/examples/shadow-dom.test.ts#L63
2) [mobile] › playwright/integration/examples/shadow-dom.test.ts:37:7 › shadow-dom example › user can type add a new line in editor inside shadow DOM Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 8000ms waiting for expect(locator).toContainText(expected) Locator: locator('[data-cy="outer-shadow-root"]').locator('> div').getByRole('textbox') Expected string: "New line text" Received string: "This Editor is rendered within a nested Shadow DOM.Newline text" Call log: - expect.toContainText with timeout 8000ms - waiting for locator('[data-cy="outer-shadow-root"]').locator('> div').getByRole('textbox') 12 × locator resolved to <div zindex="-1" role="textbox" translate="no" aria-multiline="true" contenteditable="true" data-slate-node="value" data-slate-editor="true">…</div> - unexpected value "This Editor is rendered within a nested Shadow DOM.Newline text" 61 | expect(pageErrors, 'Page errors occurred').toEqual([]) 62 | > 63 | await expect(textbox).toContainText('New line text') | ^ 64 | }) 65 | }) 66 | at /home/runner/work/slate/slate/playwright/integration/examples/shadow-dom.test.ts:63:27
[mobile] › playwright/integration/examples/shadow-dom.test.ts:37:7 › shadow-dom example › user can type add a new line in editor inside shadow DOM: playwright/integration/examples/shadow-dom.test.ts#L63
2) [mobile] › playwright/integration/examples/shadow-dom.test.ts:37:7 › shadow-dom example › user can type add a new line in editor inside shadow DOM Error: Timed out 8000ms waiting for expect(locator).toContainText(expected) Locator: locator('[data-cy="outer-shadow-root"]').locator('> div').getByRole('textbox') Expected string: "New line text" Received string: "This Editor is rendered within a nested Shadow DOM.New line tex" Call log: - expect.toContainText with timeout 8000ms - waiting for locator('[data-cy="outer-shadow-root"]').locator('> div').getByRole('textbox') 12 × locator resolved to <div zindex="-1" role="textbox" translate="no" aria-multiline="true" contenteditable="true" data-slate-node="value" data-slate-editor="true">…</div> - unexpected value "This Editor is rendered within a nested Shadow DOM.New line tex" 61 | expect(pageErrors, 'Page errors occurred').toEqual([]) 62 | > 63 | await expect(textbox).toContainText('New line text') | ^ 64 | }) 65 | }) 66 | at /home/runner/work/slate/slate/playwright/integration/examples/shadow-dom.test.ts:63:27
[mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html: playwright/integration/examples/code-highlighting.test.ts#L36
1) [mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.selectOption: Error: strict mode violation: getByTestId('language-select') resolved to 3 elements: 1) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').first() 2) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(1) 3) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(2) Call log: - waiting for getByTestId('language-select') 34 | await page.keyboard.press('Backspace') // clear editor 35 | await page.getByTestId('code-block-button').click() // convert first and the only one paragraph to code block > 36 | await page.getByTestId('language-select').selectOption({ value: language }) // select the language option | ^ 37 | 38 | await page.keyboard.type(text) // type text 39 | } at setText (/home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:36:45) at /home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:14:7
[mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html: playwright/integration/examples/code-highlighting.test.ts#L36
1) [mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.selectOption: Error: strict mode violation: getByTestId('language-select') resolved to 3 elements: 1) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').first() 2) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(1) 3) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(2) Call log: - waiting for getByTestId('language-select') 34 | await page.keyboard.press('Backspace') // clear editor 35 | await page.getByTestId('code-block-button').click() // convert first and the only one paragraph to code block > 36 | await page.getByTestId('language-select').selectOption({ value: language }) // select the language option | ^ 37 | 38 | await page.keyboard.type(text) // type text 39 | } at setText (/home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:36:45) at /home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:14:7
[mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html: playwright/integration/examples/code-highlighting.test.ts#L36
1) [mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.selectOption: Error: strict mode violation: getByTestId('language-select') resolved to 3 elements: 1) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').first() 2) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(1) 3) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(2) Call log: - waiting for getByTestId('language-select') 34 | await page.keyboard.press('Backspace') // clear editor 35 | await page.getByTestId('code-block-button').click() // convert first and the only one paragraph to code block > 36 | await page.getByTestId('language-select').selectOption({ value: language }) // select the language option | ^ 37 | 38 | await page.keyboard.type(text) // type text 39 | } at setText (/home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:36:45) at /home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:14:7
[mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html: playwright/integration/examples/code-highlighting.test.ts#L36
1) [mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html Error: locator.selectOption: Error: strict mode violation: getByTestId('language-select') resolved to 3 elements: 1) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').first() 2) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(1) 3) <select class="css-rc8lf3" contenteditable="false" data-test-id="language-select">…</select> aka getByTestId('language-select').nth(2) Call log: - waiting for getByTestId('language-select') 34 | await page.keyboard.press('Backspace') // clear editor 35 | await page.getByTestId('code-block-button').click() // convert first and the only one paragraph to code block > 36 | await page.getByTestId('language-select').selectOption({ value: language }) // select the language option | ^ 37 | 38 | await page.keyboard.type(text) // type text 39 | } at setText (/home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:36:45) at /home/runner/work/slate/slate/playwright/integration/examples/code-highlighting.test.ts:14:7
🎭 Playwright Run Summary
2 flaky [mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting html [mobile] › playwright/integration/examples/shadow-dom.test.ts:37:7 › shadow-dom example › user can type add a new line in editor inside shadow DOM 3 skipped 115 passed (2.7m)

Artifacts

Produced during runtime
Name Size Digest
test-results
946 KB
sha256:c0c4a0dd6f47a80e80b8eb6e5a23d0fc8d583433015e3cae65f25c4fbd45288e