List View: Allow right-click to open block settings dropdown, add editor setting #90802
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
16m 20s
Report to GitHub
2m 32s
Annotations
11 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] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor:
test/e2e/specs/site-editor/navigation-editor.spec.js#L73
2) [chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor › Manually browse to focus mode for a Navigation Menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Navigation' }).getByRole('button', { name: 'Primary Menu' })
============================================================
71 | name: 'Primary Menu',
72 | } )
> 73 | .click();
| ^
74 |
75 | await expect( page ).toHaveURL(
76 | `wp-admin/site-editor.php?postId=${ createdMenu?.id }&postType=wp_navigation`
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/navigation-editor.spec.js:73:6
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/navigation-editor.spec.js:22:3
|
[webkit] › editor/various/multi-block-selection.spec.js:1168:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1211
1) [webkit] › editor/various/multi-block-selection.spec.js:1168: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
1209 | // Ensure selection is in the correct place.
1210 | await page.keyboard.type( '|' );
> 1211 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1212 | {
1213 | name: 'core/paragraph',
1214 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1211:41
|
[chromium] › editor/various/a11y.spec.js:123:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
[chromium] › editor/various/a11y.spec.js:123:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
[chromium] › editor/various/a11y.spec.js:123:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
Playwright - 3
Process completed with exit code 1.
|
[firefox] › editor/various/a11y.spec.js:123:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [firefox] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
[firefox] › editor/various/a11y.spec.js:123:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [firefox] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
[firefox] › editor/various/a11y.spec.js:123:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L174
1) [firefox] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused()
Locator: locator('role=dialog[name="Preferences"i]').locator('role=document')
Expected: not focused
Received: focused
Call log:
- expect.not.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Preferences"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "focused"
172 | await expect( closeButton ).toBeFocused();
173 | await pageUtils.pressKeys( 'Shift+Tab' );
> 174 | await expect( preferencesModalContent ).not.toBeFocused();
| ^
175 |
176 | // The Blocks tab panel content is long and scrollable.
177 | // Check it's focusable.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:174:47
|
Playwright - 8
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 skipped
150 passed (6.4m)
|
🎭 Playwright Run Summary
134 passed (6.9m)
|
🎭 Playwright Run Summary
1 skipped
113 passed (5.6m)
|
🎭 Playwright Run Summary
11 skipped
151 passed (7.4m)
|
🎭 Playwright Run Summary
2 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
[chromium] › site-editor/navigation-editor.spec.js:15:2 › Editing Navigation Menus › it should lock the root Navigation block in the editor
1 skipped
113 passed (6.7m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › editor/various/multi-block-selection.spec.js:1168:2 › Multi-block selection › should partially select with shift + click (@WebKit)
145 passed (6.9m)
|
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
17.9 MB |
|
flaky-tests-report
Expired
|
10.9 KB |
|