Adding extra blocks to navigation block - Heading , Paragraph and Image #122766
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/search.spec.js#L50
1) [chromium] › editor/blocks/search.spec.js:23:2 › Search › should auto-configure itself to sensible defaults when inserted into a Navigation block
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'Search' })
48 |
49 | // Click on the Search block option.
> 50 | await page.getByRole( 'option', { name: 'Search' } ).click();
| ^
51 |
52 | // Expect to see the Search block.
53 | const searchBlock = editor.canvas.getByRole( 'document', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/search.spec.js:50:56
|
Run the tests:
test/e2e/specs/editor/blocks/search.spec.js#L50
1) [chromium] › editor/blocks/search.spec.js:23:2 › Search › should auto-configure itself to sensible defaults when inserted into a Navigation block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'Search' })
48 |
49 | // Click on the Search block option.
> 50 | await page.getByRole( 'option', { name: 'Search' } ).click();
| ^
51 |
52 | // Expect to see the Search block.
53 | const searchBlock = editor.canvas.getByRole( 'document', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/search.spec.js:50:56
|
Run the tests:
test/e2e/specs/editor/blocks/search.spec.js#L50
1) [chromium] › editor/blocks/search.spec.js:23:2 › Search › should auto-configure itself to sensible defaults when inserted into a Navigation block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'Search' })
48 |
49 | // Click on the Search block option.
> 50 | await page.getByRole( 'option', { name: 'Search' } ).click();
| ^
51 |
52 | // Expect to see the Search block.
53 | const searchBlock = editor.canvas.getByRole( 'document', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/search.spec.js:50:56
|
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/blocks/search.spec.js:23:2 › Search › should auto-configure itself to sensible defaults when inserted into a Navigation block
1 skipped
209 passed (10.6m)
|
Loading