Footnotes: use core’s meta revisioning if available #85238
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
3m 0s
Annotations
3 errors, 1 warning, and 4 notices
[webkit] › editor/various/multi-block-selection.spec.js:1182:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1225
1) [webkit] › editor/various/multi-block-selection.spec.js:1182:2 › Multi-block selection › should partially select with shift + click (@WebKit)
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "<strong>1</strong>|2",
+ "content": "|",
},
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1223 | // Ensure selection is in the correct place.
1224 | await page.keyboard.type( '|' );
> 1225 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1226 | {
1227 | name: 'core/paragraph',
1228 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1225:3
|
[webkit] › editor/various/multi-block-selection.spec.js:1182:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1225
1) [webkit] › editor/various/multi-block-selection.spec.js:1182:2 › Multi-block selection › should partially select with shift + click (@WebKit)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "<strong>1</strong>|2",
+ "content": "|",
},
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1223 | // Ensure selection is in the correct place.
1224 | await page.keyboard.type( '|' );
> 1225 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1226 | {
1227 | name: 'core/paragraph',
1228 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1225:3
|
Report to GitHub
HttpError: Resource not accessible by integration
|
Playwright - 4
Failed to restore: The operation cannot be completed in timeout.
|
🎭 Playwright Run Summary
1 skipped
223 passed (13.9m)
|
🎭 Playwright Run Summary
229 passed (17.9m)
|
🎭 Playwright Run Summary
11 skipped
214 passed (18.8m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › editor/various/multi-block-selection.spec.js:1182:2 › Multi-block selection › should partially select with shift + click (@WebKit)
2 skipped
219 passed (19.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
1.86 MB |
|
flaky-tests-report
Expired
|
7.58 KB |
|