optimize bundle size #18
Triggered via pull request
December 12, 2024 07:48
Status
Success
Total duration
12m 57s
Artifacts
–
test-e2e-matrix.yml
on: pull_request
Matrix: E2E - ${{
format(
'WP{0} + PHP{1}',
matrix.wp,
matrix.php
)
}}
Annotations
1 error, 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
|
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 + 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 + 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 + 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 (3.6m)
|
🎭 Playwright Run Summary
32 passed (3.7m)
|
🎭 Playwright Run Summary
32 passed (3.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor.spec.ts:39:6 › Editor › should duplicate blocks linked together ────────────
31 passed (4.1m)
|
🎭 Playwright Run Summary
32 passed (3.7m)
|
🎭 Playwright Run Summary
32 passed (3.8m)
|