Menu granular subcomponents: Refactor dataviews list layout actions menu #121084
Annotations
35 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] › 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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" tabindex="-1" aria-pressed="false" 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: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('row', { name: 'Privacy Policy Edit Actions' }).getByLabel('Edit')
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-label="Edit" class="components-button is-small has-icon" id="view-list-0-198-primary-action-edit-post">…</button>
- unexpected value "not focused"
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
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L780
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
778 | } )
779 | .click();
> 780 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
781 | await page
782 | .getByRole( 'menuitemradio' )
783 | .filter( { hasText: 'Text Field Label' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:780:58
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L780
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
778 | } )
779 | .click();
> 780 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
781 | await page
782 | .getByRole( 'menuitemradio' )
783 | .filter( { hasText: 'Text Field Label' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:780:58
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L780
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
778 | } )
779 | .click();
> 780 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
781 | await page
782 | .getByRole( 'menuitemradio' )
783 | .filter( { hasText: 'Text Field Label' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:780:58
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L916
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
914 | },
915 | } );
> 916 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
917 | const textField = page
918 | .getByRole( 'menuitemradio' )
919 | .filter( { hasText: 'Text Field Label' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:916:58
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L916
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
914 | },
915 | } );
> 916 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
917 | const textField = page
918 | .getByRole( 'menuitemradio' )
919 | .filter( { hasText: 'Text Field Label' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:916:58
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L916
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'content' })
914 | },
915 | } );
> 916 | await page.getByRole( 'button', { name: 'content' } ).click();
| ^
917 | const textField = page
918 | .getByRole( 'menuitemradio' )
919 | .filter( { hasText: 'Text Field Label' } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:916:58
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L949
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Text Field Label"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
947 | name: 'content',
948 | } );
> 949 | await expect( contentButton ).toContainText( 'Text Field Label' );
| ^
950 | } );
951 | } );
952 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:949:34
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L949
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Text Field Label"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
947 | name: 'content',
948 | } );
> 949 | await expect( contentButton ).toContainText( 'Text Field Label' );
| ^
950 | } );
951 | } );
952 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:949:34
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L949
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Text Field Label"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
947 | name: 'content',
948 | } );
> 949 | await expect( contentButton ).toContainText( 'Text Field Label' );
| ^
950 | } );
951 | } );
952 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:949:34
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:1166:2 › Registered sources › should show the label of a source only registered in the server in blocks connected:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L1186
4) [chromium] › editor/various/block-bindings/custom-sources.spec.js:1166:2 › Registered sources › should show the label of a source only registered in the server in blocks connected
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'content' })
Expected string: "Server Source"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'content' })
1184 | name: 'content',
1185 | } );
> 1186 | await expect( contentButton ).toContainText( 'Server Source' );
| ^
1187 | } );
1188 | test( 'should show an "Invalid source" warning for not registered sources', async ( {
1189 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:1186:33
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
Playwright - 4
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 - 7
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 - 2
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
|
Playwright - 3
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 skipped
197 passed (9.8m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.2m)
|
🎭 Playwright Run Summary
1 skipped
201 passed (10.3m)
|
🎭 Playwright Run Summary
199 passed (10.1m)
|
🎭 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 (10.3m)
|
🎭 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.3m)
|
🎭 Playwright Run Summary
7 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/new-templates-list.spec.js:42:2 › Templates › Filtering ───────────────
[chromium] › site-editor/new-templates-list.spec.js:82:2 › Templates › Field visibility ────────
1 skipped
183 passed (12.3m)
|
🎭 Playwright Run Summary
16 failed
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
[chromium] › editor/various/block-bindings/custom-sources.spec.js:898:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
[chromium] › editor/various/block-bindings/custom-sources.spec.js:928:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
[chromium] › editor/various/block-bindings/custom-sources.spec.js:1166:2 › Registered sources › should show the label of a source only registered in the server in blocks connected
[chromium] › editor/various/block-bindings/custom-sources.spec.js:1188:2 › Registered sources › should show an "Invalid source" warning for not registered sources
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:174:4 › Post Meta source › Movie CPT template › Attributes panel › should fall back to the field key if the field label is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:226:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include movie fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:234:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include global fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:242:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not include protected fields
[chromium] › editor/various/block-bindings/post-meta.spec.js:258:4 › Post Meta source › Movie CPT template › Fields list dropdown › should show the default value if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:268:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not show anything if the default value is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:292:3 › Post Meta source › Custom template › should not include post meta fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:527:3 › Post Meta source › Movie CPT post › should be possible to connect movie fields through the attributes panel
[chromium] › editor/various/block-bindings/post-meta.spec.js:550:3 › Post Meta source › Movie CPT post › should not be possible to connect non-supported fields through the attributes panel
[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
185 passed (19.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
142 MB |
|