Data views list layout: Re-organise actions display #108662
Annotations
8 errors and 8 notices
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:114:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L135
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:114: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')
133 | .getByRole( 'row', { name: 'Privacy Policy Edit Actions' } )
134 | .getByLabel( 'Edit' )
> 135 | ).toBeFocused();
| ^
136 |
137 | await page.keyboard.press( 'ArrowRight' );
138 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:135:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:114:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L135
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:114:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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')
133 | .getByRole( 'row', { name: 'Privacy Policy Edit Actions' } )
134 | .getByLabel( 'Edit' )
> 135 | ).toBeFocused();
| ^
136 |
137 | await page.keyboard.press( 'ArrowRight' );
138 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:135:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:114:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L135
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:114:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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')
133 | .getByRole( 'row', { name: 'Privacy Policy Edit Actions' } )
134 | .getByLabel( 'Edit' )
> 135 | ).toBeFocused();
| ^
136 |
137 | await page.keyboard.press( 'ArrowRight' );
138 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:135:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:155:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L177
2) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:155:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('row', { name: 'Sample Page Edit Actions' }).getByLabel('Edit')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('row', { name: 'Sample Page Edit Actions' }).getByLabel('Edit')
175 | .getByRole( 'row', { name: 'Sample Page Edit Actions' } )
176 | .getByLabel( 'Edit' )
> 177 | ).toBeFocused();
| ^
178 |
179 | await page.keyboard.press( 'ArrowUp' );
180 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:177:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:155:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L177
2) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:155:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('row', { name: 'Sample Page Edit Actions' }).getByLabel('Edit')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('row', { name: 'Sample Page Edit Actions' }).getByLabel('Edit')
175 | .getByRole( 'row', { name: 'Sample Page Edit Actions' } )
176 | .getByLabel( 'Edit' )
> 177 | ).toBeFocused();
| ^
178 |
179 | await page.keyboard.press( 'ArrowUp' );
180 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:177:5
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:155:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L177
2) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:155:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('row', { name: 'Sample Page Edit Actions' }).getByLabel('Edit')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('row', { name: 'Sample Page Edit Actions' }).getByLabel('Edit')
175 | .getByRole( 'row', { name: 'Sample Page Edit Actions' } )
176 | .getByLabel( 'Edit' )
> 177 | ).toBeFocused();
| ^
178 |
179 | await page.keyboard.press( 'ArrowUp' );
180 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:177:5
|
Playwright - 5
Process completed with exit code 1.
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
🎭 Playwright Run Summary
197 passed (10.3m)
|
🎭 Playwright Run Summary
1 skipped
196 passed (9.5m)
|
🎭 Playwright Run Summary
4 skipped
196 passed (5.9m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (9.1m)
|
🎭 Playwright Run Summary
182 passed (10.4m)
|
🎭 Playwright Run Summary
3 skipped
189 passed (10.0m)
|
🎭 Playwright Run Summary
1 skipped
186 passed (9.7m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:114:2 › Dataviews List Layout › Actions are reachable via RIGHT/LEFT arrow keys
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:155:2 › Dataviews List Layout › Navigates the list via UP/DOWN arrow keys from action buttons
1 skipped
191 passed (9.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
6.91 MB |
|