Fix firefox disconnected selection api usage (#5486) #3656
Annotations
4 errors, 5 warnings, and 1 notice
playwright/integration/examples/editable-voids.test.ts#L18
1) [chromium] › integration/examples/editable-voids.test.ts:15:7 › editable voids › checks for the elements
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 0
16 | for (const elem of elements) {
17 | const { tag, count } = elem
> 18 | expect(await page.locator(tag).count()).toBe(count)
| ^
19 | }
20 | })
21 |
at /home/runner/work/slate/slate/playwright/integration/examples/editable-voids.test.ts:18:47
|
playwright/integration/examples/editable-voids.test.ts#L18
2) [firefox] › integration/examples/editable-voids.test.ts:15:7 › editable voids › checks for the elements
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 0
16 | for (const elem of elements) {
17 | const { tag, count } = elem
> 18 | expect(await page.locator(tag).count()).toBe(count)
| ^
19 | }
20 | })
21 |
at /home/runner/work/slate/slate/playwright/integration/examples/editable-voids.test.ts:18:47
|
playwright/integration/examples/huge-document.test.ts#L15
3) [firefox] › integration/examples/huge-document.test.ts:13:7 › huge document example › contains image
Error: expect(received).toBe(expected) // Object.is equality
Expected: 100
Received: 0
13 | test('contains image', async ({ page }) => {
14 | for (const { tag, count } of elements) {
> 15 | expect(await page.locator(tag).count()).toBe(count)
| ^
16 | }
17 | })
18 | })
at /home/runner/work/slate/slate/playwright/integration/examples/huge-document.test.ts:15:47
|
playwright/integration/examples/images.test.ts#L14
4) [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
|
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/
|
|
|
[firefox] › integration/examples/editable-voids.test.ts#L1
[firefox] › integration/examples/editable-voids.test.ts took 19s
|
[firefox] › integration/examples/code-highlighting.test.ts#L1
[firefox] › integration/examples/code-highlighting.test.ts took 18s
|
4 flaky
[chromium] › integration/examples/editable-voids.test.ts:15:7 › editable voids › checks for the elements
[firefox] › integration/examples/editable-voids.test.ts:15:7 › editable voids › checks for the elements
[firefox] › integration/examples/huge-document.test.ts:13:7 › huge document example › contains image
[firefox] › integration/examples/images.test.ts:8:7 › images example › contains image ==========
72 passed (6m)
|
The logs for this run have expired and are no longer available.
Loading