Navigation: Refactor the PHP render function to make it easier to make changes in the future #87427
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
2m 36s
Annotations
3 errors and 4 notices
[chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1
1) [chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
Test timeout of 100000ms exceeded.
|
[webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1212
1) [webkit] › editor/various/multi-block-selection.spec.js:1169: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
1210 | // Ensure selection is in the correct place.
1211 | await page.keyboard.type( '|' );
> 1212 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1213 | {
1214 | name: 'core/paragraph',
1215 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1212:3
|
[firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@firefox:
packages/e2e-test-utils-playwright/src/page-utils/press-keys.ts#L177
2) [firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Error: keyboard.press: Target page, context or browser has been closed
at ../../../packages/e2e-test-utils-playwright/src/page-utils/press-keys.ts:177
175 | } );
176 | const normalizedKeys = keys.join( '+' );
> 177 | command = () => this.page.keyboard.press( normalizedKeys );
| ^
178 | }
179 |
180 | times = times ?? 1;
at command (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/page-utils/press-keys.ts:177:38)
at PageUtils.pressKeys (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/page-utils/press-keys.ts:182:9)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:861:3
|
🎭 Playwright Run Summary
1 skipped
232 passed (15.1m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
258 passed (17.1m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › editor/various/multi-block-selection.spec.js:1169:2 › Multi-block selection › should partially select with shift + click (@WebKit)
[firefox] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
2 skipped
228 passed (21.1m)
|
🎭 Playwright Run Summary
12 skipped
230 passed (23.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
3.76 MB |
|
flaky-tests-report
Expired
|
8.53 KB |
|