fix: no composing text inserted on mac wechat browser #3668
Annotations
5 errors, 3 warnings, and 1 notice
playwright/integration/examples/inlines.test.ts#L37
1) [chromium] › integration/examples/inlines.test.ts:18:7 › Inlines example › arrow keys skip over read-only inline
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 3
- .
+ In addition to block nodes, you can create inline nodes. Here is a hyperlink , and here is a more unusual inline: an editable button ! Here is a read-only inline: Approved .
+
+ There are two ways to add links. You can either add a link via the toolbar icon above, or if you want in on a little secret, copy a URL to your keyboard and paste it while a range of text is selected. Finally, here is our favorite dog video.
35 | })
36 |
> 37 | expect(await getSelectionContainerText()).toBe('.')
| ^
38 | await page.keyboard.press('ArrowLeft')
39 | expect(await getSelectionContainerText()).toBe(
40 | '! Here is a read-only inline: '
at /home/runner/work/slate/slate/playwright/integration/examples/inlines.test.ts:37:47
|
playwright/integration/examples/images.test.ts#L14
2) [firefox] › integration/examples/images.test.ts:8:7 › images example › contains image =========
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 0
12 | .locator('img')
13 | .count()
> 14 | ).toBe(2)
| ^
15 | })
16 | })
17 |
at /home/runner/work/slate/slate/playwright/integration/examples/images.test.ts:14:7
|
playwright/integration/examples/markdown-preview.test.ts#L17
3) [firefox] › integration/examples/markdown-preview.test.ts:11:7 › markdown preview › checks for markdown
Error: expect(received).toBe(expected) // Object.is equality
Expected: 9
Received: 0
15 | .locator(markdown)
16 | .count()
> 17 | ).toBe(9)
| ^
18 |
19 | await page.locator(slateEditor).click()
20 | await page.keyboard.press('End')
at /home/runner/work/slate/slate/playwright/integration/examples/markdown-preview.test.ts:17:7
|
playwright/integration/examples/shadow-dom.test.ts#L13
4) [firefox] › integration/examples/shadow-dom.test.ts:9:7 › shadow-dom example › renders slate editor inside nested shadow
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
11 | const innerShadow = outerShadow.locator('> div')
12 |
> 13 | expect(await innerShadow.getByRole('textbox').count()).toBe(1)
| ^
14 | })
15 | })
16 |
at /home/runner/work/slate/slate/playwright/integration/examples/shadow-dom.test.ts:13:60
|
playwright/integration/examples/tables.test.ts#L14
5) [firefox] › integration/examples/tables.test.ts:8:7 › table example › table tag rendered ======
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
12 | .locator('table')
13 | .count()
> 14 | ).toBe(1)
| ^
15 | })
16 | })
17 |
at /home/runner/work/slate/slate/playwright/integration/examples/tables.test.ts:14:7
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
5 flaky
[chromium] › integration/examples/inlines.test.ts:18:7 › Inlines example › arrow keys skip over read-only inline
[firefox] › integration/examples/images.test.ts:8:7 › images example › contains image ==========
[firefox] › integration/examples/markdown-preview.test.ts:11:7 › markdown preview › checks for markdown
[firefox] › integration/examples/shadow-dom.test.ts:9:7 › shadow-dom example › renders slate editor inside nested shadow
[firefox] › integration/examples/tables.test.ts:8:7 › table example › table tag rendered =======
71 passed (5m)
|
The logs for this run have expired and are no longer available.
Loading