Add stylebook screen for classic themes #121158
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/site-editor/template-part-focus-mode.spec.js#L44
1) [chromium] › site-editor/template-part-focus-mode.spec.js:15:2 › Template Part Focus mode › Should navigate to template part and back.
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Back' })
42 |
43 | // Go back
> 44 | await page.getByRole( 'button', { name: 'Back' } ).click();
| ^
45 |
46 | // Check that we're editing the template
47 | await expect( page.locator( 'h1' ) ).toContainText( 'Blog Home' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-part-focus-mode.spec.js:44:54
|
Run the tests:
test/e2e/specs/site-editor/template-part-focus-mode.spec.js#L44
1) [chromium] › site-editor/template-part-focus-mode.spec.js:15:2 › Template Part Focus mode › Should navigate to template part and back.
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Back' })
42 |
43 | // Go back
> 44 | await page.getByRole( 'button', { name: 'Back' } ).click();
| ^
45 |
46 | // Check that we're editing the template
47 | await expect( page.locator( 'h1' ) ).toContainText( 'Blog Home' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-part-focus-mode.spec.js:44:54
|
Run the tests:
test/e2e/specs/site-editor/template-part-focus-mode.spec.js#L44
1) [chromium] › site-editor/template-part-focus-mode.spec.js:15:2 › Template Part Focus mode › Should navigate to template part and back.
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Back' })
42 |
43 | // Go back
> 44 | await page.getByRole( 'button', { name: 'Back' } ).click();
| ^
45 |
46 | // Check that we're editing the template
47 | await expect( page.locator( 'h1' ) ).toContainText( 'Blog Home' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-part-focus-mode.spec.js:44:54
|
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] › site-editor/template-part-focus-mode.spec.js:15:2 › Template Part Focus mode › Should navigate to template part and back.
2 skipped
194 passed (7.1m)
|
Loading