E2E Tests: Add connector setup flow tests with test AI provider #148178
Annotations
1 error, 1 warning, and 8 notices
|
[chromium] › test/e2e/specs/editor/various/undo.spec.js:170:2 › undo › should undo bold:
test/e2e/specs/editor/various/undo.spec.js#L181
1) [chromium] › test/e2e/specs/editor/various/undo.spec.js:170:2 › undo › should undo bold ───────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "test",
+ "content": "<strong>test</strong>",
},
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
179 | await pageUtils.pressKeys( 'primary+b' );
180 | await pageUtils.pressKeys( 'primary+z' );
> 181 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
182 | {
183 | name: 'core/paragraph',
184 | attributes: {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/undo.spec.js:181:3
|
|
Report to GitHub
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./packages/report-flaky-tests. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 skipped
239 passed (11.2m)
|
|
🎭 Playwright Run Summary
3 skipped
236 passed (10.5m)
|
|
🎭 Playwright Run Summary
3 skipped
235 passed (11.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/e2e/specs/editor/various/undo.spec.js:170:2 › undo › should undo bold ────────
5 skipped
231 passed (12.0m)
|
|
🎭 Playwright Run Summary
250 passed (12.2m)
|
|
🎭 Playwright Run Summary
5 skipped
199 passed (13.9m)
|
|
🎭 Playwright Run Summary
1 skipped
236 passed (14.7m)
|
|
🎭 Playwright Run Summary
6 skipped
270 passed (17.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-reports-merged
|
5.17 MB |
sha256:c094295f735c4fd7cd60a6ea4b0d7a8fb0f955f0f176c1139fa7c2b2eb4e22a0
|
|
|
failures-artifacts
|
1.76 MB |
sha256:20506b3ee7e85452d2d5c2b470cbbcb518ef8fbd100d7ce3de55f70d6e265daf
|
|
|
flaky-tests-report
|
1.01 KB |
sha256:414674317a0787a7a768eb69171f31572a2d45780889dc1719e56ac2e82391a1
|
|
|
html-report--attempt-1
|
4.75 MB |
sha256:614b9a5b8619e9aaec8cf70842ddc31d0d7a5b0d5490a7ea03db2d2178654f13
|
|