Writing flow: absorb partial multi selection dispatching #90507
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
16m 13s
Report to GitHub
2m 44s
Annotations
12 errors and 8 notices
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon:
test/e2e/specs/site-editor/font-library.spec.js#L42
1) [chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('body')
============================================================
40 | postType: 'wp_template',
41 | } );
> 42 | await editor.canvas.locator( 'body' ).click();
| ^
43 | } );
44 |
45 | test( 'should display the "Manage Fonts" icon', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:42:42
|
[chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L610
1) [chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
Error: expect(received).toMatchObject(expected)
- Expected - 8
+ Received + 1
- Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/paragraph",
- },
- ]
+ Array []
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
608 | await page.keyboard.press( 'Backspace' );
609 |
> 610 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
611 | {
612 | name: 'core/paragraph',
613 | attributes: { content: '2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:610:41
|
[chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L610
1) [chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 8
+ Received + 1
- Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/paragraph",
- },
- ]
+ Array []
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
608 | await page.keyboard.press( 'Backspace' );
609 |
> 610 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
611 | {
612 | name: 'core/paragraph',
613 | attributes: { content: '2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:610:41
|
[chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L610
1) [chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 8
+ Received + 1
- Array [
- Object {
- "attributes": Object {
- "content": "2",
- },
- "name": "core/paragraph",
- },
- ]
+ Array []
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
608 | await page.keyboard.press( 'Backspace' );
609 |
> 610 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
611 | {
612 | name: 'core/paragraph',
613 | attributes: { content: '2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:610:41
|
Playwright - 4
Process completed with exit code 1.
|
[chromium] › editor/blocks/image.spec.js:95:2 › Image › should allow soft line breaks in caption:
test/e2e/specs/editor/blocks/image.spec.js#L124
1) [chromium] › editor/blocks/image.spec.js:95:2 › Image › should allow soft line breaks in caption
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1<br data-rich-text-line-break=\"true\">2"
Received: "<span data-rich-text-placeholder=\"Type / to choose a block\" style=\"pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;\"></span>"
122 | .locator( ':root' )
123 | .evaluate( () => document.activeElement.innerHTML )
> 124 | ).toBe( '1<br data-rich-text-line-break="true">2' );
| ^
125 | } );
126 |
127 | test( 'should have keyboard navigable toolbar for caption', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:124:5
|
[chromium] › editor/blocks/image.spec.js:95:2 › Image › should allow soft line breaks in caption:
test/e2e/specs/editor/blocks/image.spec.js#L124
1) [chromium] › editor/blocks/image.spec.js:95:2 › Image › should allow soft line breaks in caption
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1<br data-rich-text-line-break=\"true\">2"
Received: "<span data-rich-text-placeholder=\"Type / to choose a block\" style=\"pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;\"></span>"
122 | .locator( ':root' )
123 | .evaluate( () => document.activeElement.innerHTML )
> 124 | ).toBe( '1<br data-rich-text-line-break="true">2' );
| ^
125 | } );
126 |
127 | test( 'should have keyboard navigable toolbar for caption', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:124:5
|
[chromium] › editor/blocks/image.spec.js:95:2 › Image › should allow soft line breaks in caption:
test/e2e/specs/editor/blocks/image.spec.js#L124
1) [chromium] › editor/blocks/image.spec.js:95:2 › Image › should allow soft line breaks in caption
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1<br data-rich-text-line-break=\"true\">2"
Received: "<span data-rich-text-placeholder=\"Type / to choose a block\" style=\"pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;\"></span>"
122 | .locator( ':root' )
123 | .evaluate( () => document.activeElement.innerHTML )
> 124 | ).toBe( '1<br data-rich-text-line-break="true">2' );
| ^
125 | } );
126 |
127 | test( 'should have keyboard navigable toolbar for caption', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:124:5
|
[chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption:
test/e2e/specs/editor/blocks/image.spec.js#L156
2) [chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Bold"
Received: "Remove caption"
154 | document.activeElement.getAttribute( 'aria-label' )
155 | )
> 156 | ).toBe( 'Bold' );
| ^
157 |
158 | // Bold to italic,
159 | await page.keyboard.press( 'ArrowRight' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:156:5
|
[chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption:
test/e2e/specs/editor/blocks/image.spec.js#L156
2) [chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Bold"
Received: "Remove caption"
154 | document.activeElement.getAttribute( 'aria-label' )
155 | )
> 156 | ).toBe( 'Bold' );
| ^
157 |
158 | // Bold to italic,
159 | await page.keyboard.press( 'ArrowRight' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:156:5
|
[chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption:
test/e2e/specs/editor/blocks/image.spec.js#L156
2) [chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Bold"
Received: "Remove caption"
154 | document.activeElement.getAttribute( 'aria-label' )
155 | )
> 156 | ).toBe( 'Bold' );
| ^
157 |
158 | // Bold to italic,
159 | await page.keyboard.press( 'ArrowRight' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:156:5
|
Playwright - 1
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 skipped
113 passed (5.6m)
|
🎭 Playwright Run Summary
127 passed (5.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
1 skipped
113 passed (6.4m)
|
🎭 Playwright Run Summary
1 skipped
152 passed (6.8m)
|
🎭 Playwright Run Summary
146 passed (6.9m)
|
🎭 Playwright Run Summary
3 skipped
119 passed (7.0m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/various/multi-block-selection.spec.js:551:2 › Multi-block selection › should return original focus after failed multi selection attempt
133 passed (7.5m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › editor/blocks/image.spec.js:95:2 › Image › should allow soft line breaks in caption
[chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption
11 skipped
149 passed (7.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
16.9 MB |
|
flaky-tests-report
Expired
|
4.14 KB |
|