Version Packages (#5978) #4383
Annotations
1 error 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
1) [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.Nw lne 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.Nw lne 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
|
|
🎭 Playwright Run Summary
1 flaky
[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
119 passed (2.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
|
431 KB |
sha256:e9b68daeb756339b025bb9c721fdf4054ac265cad1f0f13ef20b76e62de5d204
|
|