Disable Zoom Out if no section root to allow for Theme opt in - 6.7 #122651
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L267
1) [chromium] › editor/various/pattern-overrides.spec.js:236:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
TypeError: editor.switchEditorTool is not a function
265 |
266 | await editor.setContent( '' );
> 267 | await editor.switchEditorTool( 'Design' );
| ^
268 |
269 | // Insert a `<main>` group block.
270 | // In zoomed out and write mode it acts as the section root.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:267:17
|
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L267
1) [chromium] › editor/various/pattern-overrides.spec.js:236:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: editor.switchEditorTool is not a function
265 |
266 | await editor.setContent( '' );
> 267 | await editor.switchEditorTool( 'Design' );
| ^
268 |
269 | // Insert a `<main>` group block.
270 | // In zoomed out and write mode it acts as the section root.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:267:17
|
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L267
1) [chromium] › editor/various/pattern-overrides.spec.js:236:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: editor.switchEditorTool is not a function
265 |
266 | await editor.setContent( '' );
> 267 | await editor.switchEditorTool( 'Design' );
| ^
268 |
269 | // Insert a `<main>` group block.
270 | // In zoomed out and write mode it acts as the section root.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:267:17
|
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/pattern-overrides.spec.js:236:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
1 skipped
190 passed (9.7m)
|
Loading