Menu granular subcomponents: Refactor dataviews table layout header menu #121733
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
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.3m)
|
Loading