Disable Zoom Out if no section root to allow for Theme opt in #119966
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/parsing-patterns.spec.js#L42
1) [chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Zoom Out' })
40 | // Exit zoom out mode and select the inner buttons block to ensure
41 | // the correct insertion point is selected.
> 42 | await page.getByRole( 'button', { name: 'Zoom Out' } ).click();
| ^
43 | await editor.selectBlocks(
44 | editor.canvas.locator( 'role=document[name="Block: Button"i]' )
45 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/parsing-patterns.spec.js:42:58
|
Run the tests:
test/e2e/specs/editor/various/parsing-patterns.spec.js#L42
1) [chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Zoom Out' })
40 | // Exit zoom out mode and select the inner buttons block to ensure
41 | // the correct insertion point is selected.
> 42 | await page.getByRole( 'button', { name: 'Zoom Out' } ).click();
| ^
43 | await editor.selectBlocks(
44 | editor.canvas.locator( 'role=document[name="Block: Button"i]' )
45 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/parsing-patterns.spec.js:42:58
|
Run the tests:
test/e2e/specs/editor/various/parsing-patterns.spec.js#L42
1) [chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Zoom Out' })
40 | // Exit zoom out mode and select the inner buttons block to ensure
41 | // the correct insertion point is selected.
> 42 | await page.getByRole( 'button', { name: 'Zoom Out' } ).click();
| ^
43 | await editor.selectBlocks(
44 | editor.canvas.locator( 'role=document[name="Block: Button"i]' )
45 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/parsing-patterns.spec.js:42:58
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
1 skipped
186 passed (9.9m)
|
Loading