Menu granular subcomponents: Refactor block bindings panel menu #121076
Annotations
10 errors, 1 warning, and 1 notice
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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 tabindex="-1" type="button" 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
|
Run the tests:
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
|
Run the tests:
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
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.6m)
|
Loading