Menu: more granular sub-components #121231
Annotations
29 errors, 9 warnings, and 8 notices
[chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support:
test/e2e/specs/editor/plugins/custom-post-types.spec.js#L69
1) [chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Actions' })
67 | await admin.createNewPost( { postType: 'hierar-no-title' } );
68 | await editor.openDocumentSettingsSidebar();
> 69 | await page.getByRole( 'button', { name: 'Actions' } ).click();
| ^
70 | await expect(
71 | page.getByRole( 'menuitem', { name: 'Rename' } )
72 | ).toHaveCount( 0 );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-post-types.spec.js:69:57
|
[chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support:
test/e2e/specs/editor/plugins/custom-post-types.spec.js#L69
1) [chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Actions' })
67 | await admin.createNewPost( { postType: 'hierar-no-title' } );
68 | await editor.openDocumentSettingsSidebar();
> 69 | await page.getByRole( 'button', { name: 'Actions' } ).click();
| ^
70 | await expect(
71 | page.getByRole( 'menuitem', { name: 'Rename' } )
72 | ).toHaveCount( 0 );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-post-types.spec.js:69:57
|
[chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support:
test/e2e/specs/editor/plugins/custom-post-types.spec.js#L69
1) [chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Actions' })
67 | await admin.createNewPost( { postType: 'hierar-no-title' } );
68 | await editor.openDocumentSettingsSidebar();
> 69 | await page.getByRole( 'button', { name: 'Actions' } ).click();
| ^
70 | await expect(
71 | page.getByRole( 'menuitem', { name: 'Rename' } )
72 | ).toHaveCount( 0 );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-post-types.spec.js:69:57
|
Playwright - 2
Process completed with exit code 1.
|
[chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post:
test/e2e/specs/editor/various/change-detection.spec.js#L414
1) [chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Actions' })
412 | .getByRole( 'region', { name: 'Editor settings' } )
413 | .getByRole( 'button', { name: 'Actions' } )
> 414 | .click();
| ^
415 | await page
416 | .getByRole( 'menu' )
417 | .getByRole( 'menuitem', { name: 'Move to trash' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/change-detection.spec.js:414:5
|
[chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post:
test/e2e/specs/editor/various/change-detection.spec.js#L414
1) [chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Actions' })
412 | .getByRole( 'region', { name: 'Editor settings' } )
413 | .getByRole( 'button', { name: 'Actions' } )
> 414 | .click();
| ^
415 | await page
416 | .getByRole( 'menu' )
417 | .getByRole( 'menuitem', { name: 'Move to trash' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/change-detection.spec.js:414:5
|
[chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post:
test/e2e/specs/editor/various/change-detection.spec.js#L414
1) [chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Actions' })
412 | .getByRole( 'region', { name: 'Editor settings' } )
413 | .getByRole( 'button', { name: 'Actions' } )
> 414 | .click();
| ^
415 | await page
416 | .getByRole( 'menu' )
417 | .getByRole( 'menuitem', { name: 'Move to trash' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/change-detection.spec.js:414:5
|
Playwright - 3
Process completed with exit code 1.
|
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited:
test/e2e/specs/site-editor/template-registration.spec.js#L360
1) [chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:45:3
|
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited:
test/e2e/specs/site-editor/template-registration.spec.js#L360
1) [chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:45:3
|
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited:
test/e2e/specs/site-editor/template-registration.spec.js#L360
1) [chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:45:3
|
[chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates:
test/e2e/specs/site-editor/template-registration.spec.js#L360
2) [chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:159:3
|
[chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates:
test/e2e/specs/site-editor/template-registration.spec.js#L360
2) [chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:159:3
|
[chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates:
test/e2e/specs/site-editor/template-registration.spec.js#L360
2) [chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:159:3
|
[chromium] › site-editor/template-registration.spec.js:173:2 › Block template registration › templates can be deleted if the registered plugin is deactivated:
test/e2e/specs/site-editor/template-registration.spec.js#L360
3) [chromium] › site-editor/template-registration.spec.js:173:2 › Block template registration › templates can be deleted if the registered plugin is deactivated
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:184:3
|
[chromium] › site-editor/template-registration.spec.js:173:2 › Block template registration › templates can be deleted if the registered plugin is deactivated:
test/e2e/specs/site-editor/template-registration.spec.js#L360
3) [chromium] › site-editor/template-registration.spec.js:173:2 › Block template registration › templates can be deleted if the registered plugin is deactivated
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:184:3
|
[chromium] › site-editor/template-registration.spec.js:173:2 › Block template registration › templates can be deleted if the registered plugin is deactivated:
test/e2e/specs/site-editor/template-registration.spec.js#L360
3) [chromium] › site-editor/template-registration.spec.js:173:2 › Block template registration › templates can be deleted if the registered plugin is deactivated
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:184:3
|
[chromium] › site-editor/template-registration.spec.js:234:2 › Block template registration › registered templates can be unregistered:
test/e2e/specs/site-editor/template-registration.spec.js#L360
4) [chromium] › site-editor/template-registration.spec.js:234:2 › Block template registration › registered templates can be unregistered
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
358 | async searchForTemplate( searchTerm ) {
359 | const searchResults = this.page.getByLabel( 'Actions' );
> 360 | await expect
| ^
361 | .poll( async () => await searchResults.count() )
362 | .toBeGreaterThan( 0 );
363 | const initialSearchResultsCount = await searchResults.count();
at BlockTemplateRegistrationUtils.searchForTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:360:3)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:242:3
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L42
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Add filter' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Add filter' })
40 | await expect(
41 | page.getByRole( 'button', { name: 'Add filter' } )
> 42 | ).toBeFocused();
| ^
43 |
44 | await page.keyboard.press( 'Tab' );
45 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:42:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L42
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Add filter' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Add filter' })
40 | await expect(
41 | page.getByRole( 'button', { name: 'Add filter' } )
> 42 | ).toBeFocused();
| ^
43 |
44 | await page.keyboard.press( 'Tab' );
45 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:42:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L42
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Add filter' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Add filter' })
40 | await expect(
41 | page.getByRole( 'button', { name: 'Add filter' } )
> 42 | ).toBeFocused();
| ^
43 |
44 | await page.keyboard.press( 'Tab' );
45 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:42:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L81
2) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('grid').getByRole('button').first()
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('grid').getByRole('button').first()
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-186-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-186-label" aria-describedby="view-list-0-186-description"></button>
- unexpected value "not focused"
79 | await expect( page.getByRole( 'grid' ) ).toBeVisible();
80 | await page.keyboard.press( 'Tab' );
> 81 | await expect( firstItem ).toBeFocused();
| ^
82 |
83 | // Go to the preview.
84 | await page.keyboard.press( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:81:29
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L81
2) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('grid').getByRole('button').first()
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('grid').getByRole('button').first()
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-188-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-188-label" aria-describedby="view-list-0-188-description"></button>
- unexpected value "not focused"
79 | await expect( page.getByRole( 'grid' ) ).toBeVisible();
80 | await page.keyboard.press( 'Tab' );
> 81 | await expect( firstItem ).toBeFocused();
| ^
82 |
83 | // Go to the preview.
84 | await page.keyboard.press( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:81:29
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L81
2) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('grid').getByRole('button').first()
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('grid').getByRole('button').first()
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-190-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-190-label" aria-describedby="view-list-0-190-description"></button>
- unexpected value "not focused"
79 | await expect( page.getByRole( 'grid' ) ).toBeVisible();
80 | await page.keyboard.press( 'Tab' );
> 81 | await expect( firstItem ).toBeFocused();
| ^
82 |
83 | // Go to the preview.
84 | await page.keyboard.press( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:81:29
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L113
3) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByLabel('Sample Page')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByLabel('Sample Page')
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-193-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-193-label" aria-describedby="view-list-0-193-description"></button>
- unexpected value "not focused"
111 | // Use arrow up/down to move through the list.
112 | await page.keyboard.press( 'ArrowDown' );
> 113 | await expect( page.getByLabel( 'Sample Page' ) ).toBeFocused();
| ^
114 |
115 | await page.keyboard.press( 'ArrowUp' );
116 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:113:52
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L113
3) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByLabel('Sample Page')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByLabel('Sample Page')
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" aria-pressed="false" data-active-item="true" id="view-list-0-195-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-195-label" aria-describedby="view-list-0-195-description"></button>
- unexpected value "not focused"
111 | // Use arrow up/down to move through the list.
112 | await page.keyboard.press( 'ArrowDown' );
> 113 | await expect( page.getByLabel( 'Sample Page' ) ).toBeFocused();
| ^
114 |
115 | await page.keyboard.press( 'ArrowUp' );
116 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:113:52
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L113
3) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByLabel('Sample Page')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByLabel('Sample Page')
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-197-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-197-label" aria-describedby="view-list-0-197-description"></button>
- unexpected value "not focused"
111 | // Use arrow up/down to move through the list.
112 | await page.keyboard.press( 'ArrowDown' );
> 113 | await expect( page.getByLabel( 'Sample Page' ) ).toBeFocused();
| ^
114 |
115 | await page.keyboard.press( 'ArrowUp' );
116 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:113:52
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:119:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L140
4) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:119:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('row', { name: 'Privacy Policy Edit Actions' }).getByLabel('Edit')
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('row', { name: 'Privacy Policy Edit Actions' }).getByLabel('Edit')
138 | .getByRole( 'row', { name: 'Privacy Policy Edit Actions' } )
139 | .getByLabel( 'Edit' )
> 140 | ).toBeFocused();
| ^
141 |
142 | await page.keyboard.press( 'ArrowRight' );
143 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:140:5
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
Playwright - 2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 4
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge Artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
1 skipped
193 passed (9.9m)
|
🎭 Playwright Run Summary
1 skipped
201 passed (10.2m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.0m)
|
🎭 Playwright Run Summary
1 skipped
197 passed (9.9m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/various/change-detection.spec.js:397:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post
1 skipped
200 passed (10.5m)
|
🎭 Playwright Run Summary
199 passed (10.1m)
|
🎭 Playwright Run Summary
11 failed
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
[chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates
[chromium] › site-editor/template-registration.spec.js:173:2 › Block template registration › templates can be deleted if the registered plugin is deactivated
[chromium] › site-editor/template-registration.spec.js:234:2 › Block template registration › registered templates can be unregistered
[chromium] › site-editor/template-registration.spec.js:264:2 › Block template registration › user-customized templates cannot be overridden by plugins
[chromium] › site-editor/template-revert.spec.js:28:2 › Template Revert › should delete the template after saving the reverted template
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
[chromium] › site-editor/template-revert.spec.js:82:2 › Template Revert › should show the original content after revert and page reload
[chromium] › site-editor/template-revert.spec.js:105:2 › Template Revert › should show the edited content after revert and clicking undo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:135:2 › Template Revert › should show the original content after revert, clicking undo then redo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:168:2 › Template Revert › should show the edited content after revert, clicking undo in the header toolbar, save and reload
2 skipped
184 passed (12.0m)
|
🎭 Playwright Run Summary
9 failed
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:34:2 › Dataviews List Layout › Items list is reachable via TAB
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:119:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:160:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons
[chromium] › site-editor/homepage-settings.spec.js:31:2 › Homepage Settings via Editor › should show "Set as homepage" action on pages with `publish` status
[chromium] › site-editor/homepage-settings.spec.js:51:2 › Homepage Settings via Editor › should not show "Set as homepage" action on current homepage
[chromium] › site-editor/new-templates-list.spec.js:42:2 › Templates › Filtering ───────────────
[chromium] › site-editor/new-templates-list.spec.js:82:2 › Templates › Field visibility ────────
1 skipped
181 passed (13.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
86.2 MB |
|