update dependencies and more #9
test-e2e-matrix.yml
on: pull_request
Matrix: E2E - ${{
format(
'WP{0} + PHP{1}',
matrix.wp,
matrix.php
)
}}
Annotations
3 errors, 6 warnings, and 6 notices
[chromium] › dataTable.spec.ts:7:6 › DataTable › should have title:
specs/dataTable.spec.ts#L32
1) [chromium] › dataTable.spec.ts:7:6 › DataTable › should have title, icon, rows in editor/published
Error: expect(received).toEqual(expected) // deep equality
Expected: 3
Received: 0
30 | tableBlock = newPage.locator(tableSelector).first()
31 |
> 32 | expect(await tableBlock.locator('tr').count()).toEqual(3) // including title bar
| ^
33 | await newPage.close()
34 | })
35 | })
at /home/runner/work/inseri-core-wp/inseri-core-wp/specs/dataTable.spec.ts:32:50
|
[chromium] › dataTable.spec.ts:7:6 › DataTable › should have title:
specs/dataTable.spec.ts#L32
1) [chromium] › dataTable.spec.ts:7:6 › DataTable › should have title, icon, rows in editor/published
Error: expect(received).toEqual(expected) // deep equality
Expected: 3
Received: 0
30 | tableBlock = newPage.locator(tableSelector).first()
31 |
> 32 | expect(await tableBlock.locator('tr').count()).toEqual(3) // including title bar
| ^
33 | await newPage.close()
34 | })
35 | })
at /home/runner/work/inseri-core-wp/inseri-core-wp/specs/dataTable.spec.ts:32:50
|
[chromium] › dataTable.spec.ts:7:6 › DataTable › should have title:
specs/dataTable.spec.ts#L32
1) [chromium] › dataTable.spec.ts:7:6 › DataTable › should have title, icon, rows in editor/published
Error: expect(received).toEqual(expected) // deep equality
Expected: 3
Received: 0
30 | tableBlock = newPage.locator(tableSelector).first()
31 |
> 32 | expect(await tableBlock.locator('tr').count()).toEqual(3) // including title bar
| ^
33 | await newPage.close()
34 | })
35 | })
at /home/runner/work/inseri-core-wp/inseri-core-wp/specs/dataTable.spec.ts:32:50
|
E2E - WP6.6 + PHP7.4
/ test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E - WP6.6 + PHP8.3
/ test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E - WP6.5 + PHP8.3
/ test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E - WP6.5 + PHP7.4
/ test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E - WP6.7 + PHP8.3
/ test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E - WP6.7 + PHP7.4
/ test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 flaky
[chromium] › dataTable.spec.ts:7:6 › DataTable › should have title, icon, rows in editor/published
31 passed (5.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › dataTable.spec.ts:7:6 › DataTable › should have title, icon, rows in editor/published
31 passed (5.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › dataTable.spec.ts:7:6 › DataTable › should have title, icon, rows in editor/published
31 passed (5.9m)
|
🎭 Playwright Run Summary
32 passed (5.7m)
|
🎭 Playwright Run Summary
32 passed (5.6m)
|
🎭 Playwright Run Summary
32 passed (5.6m)
|