fix(slate-react): update slate-dom peer dependency to 0.119.0 (#5976) #4373
Annotations
1 error and 1 notice
|
[mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting jsx:
playwright/integration/examples/code-highlighting.test.ts#L36
1) [mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting jsx
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
1 flaky
[mobile] › playwright/integration/examples/code-highlighting.test.ts:13:9 › code highlighting › code highlighting jsx
3 skipped
119 passed (2.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
|
512 KB |
sha256:f41a4935710121e523c6cd4671d610b187ce7a7b01d02b7f217381fc9119291b
|
|