update dependencies and more #4
test-e2e-matrix.yml
on: pull_request
Matrix: E2E - ${{
format(
'WP{0} + PHP{1}',
matrix.wp,
matrix.php
)
}}
Annotations
2 errors, 6 warnings, and 6 notices
[chromium] › editor.spec.ts:39:6 › Editor › should duplicate blocks linked together:
specs/editor.spec.ts#L66
1) [chromium] › editor.spec.ts:39:6 › Editor › should duplicate blocks linked together ───────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.wp-block-inseri-core-text-viewer').first().locator('textarea')
Expected string: "hello original world"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.wp-block-inseri-core-text-viewer').first().locator('textarea')
9 × locator resolved to <textarea autocorrect="off" autocomplete="off" spellcheck="false" data-gramm="false" autocapitalize="off" class="npm__react-simple-code-editor__textarea"></textarea>
- unexpected value ""
64 | await secondEditor.locator('textarea').fill('hola alternative world')
65 |
> 66 | await expect(firstViewer.locator('textarea')).toHaveText('hello original world')
| ^
67 | await expect(secondViewer.locator('textarea')).toHaveText('hola alternative world')
68 | })
69 | })
at /home/runner/work/inseri-core-wp/inseri-core-wp/specs/editor.spec.ts:66:49
|
[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.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.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.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.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.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
32 passed (5.7m)
|
🎭 Playwright Run Summary
32 passed (5.6m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor.spec.ts:39:6 › Editor › should duplicate blocks linked together ────────────
31 passed (5.7m)
|
🎭 Playwright Run Summary
32 passed (5.7m)
|
🎭 Playwright Run Summary
32 passed (5.6m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › dataTable.spec.ts:7:6 › DataTable › should have title, icon, rows in editor/published
31 passed (5.8m)
|