Site Editor: remove default page slug #121192
Annotations
7 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/site-editor/block-style-variations.spec.js#L56
1) [chromium] › site-editor/block-style-variations.spec.js:37:2 › Block Style Variations › apply block styles variations to nested blocks
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Styles' })
54 | await editor.selectBlocks( firstGroup );
55 | await editor.openDocumentSettingsSidebar();
> 56 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
| ^
57 | await page
58 | .getByRole( 'button', { name: 'Block Style Variation A' } )
59 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:56:53
|
Run the tests:
test/e2e/specs/site-editor/block-style-variations.spec.js#L56
1) [chromium] › site-editor/block-style-variations.spec.js:37:2 › Block Style Variations › apply block styles variations to nested blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Styles' })
54 | await editor.selectBlocks( firstGroup );
55 | await editor.openDocumentSettingsSidebar();
> 56 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
| ^
57 | await page
58 | .getByRole( 'button', { name: 'Block Style Variation A' } )
59 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:56:53
|
Run the tests:
test/e2e/specs/site-editor/block-style-variations.spec.js#L56
1) [chromium] › site-editor/block-style-variations.spec.js:37:2 › Block Style Variations › apply block styles variations to nested blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Styles' })
54 | await editor.selectBlocks( firstGroup );
55 | await editor.openDocumentSettingsSidebar();
> 56 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
| ^
57 | await page
58 | .getByRole( 'button', { name: 'Block Style Variation A' } )
59 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:56:53
|
Run the tests:
test/e2e/specs/site-editor/block-style-variations.spec.js#L118
2) [chromium] › site-editor/block-style-variations.spec.js:98:2 › Block Style Variations › update block style variations in global styles and check revisions match styles
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Styles' })
116 | await editor.selectBlocks( firstGroup );
117 | await editor.openDocumentSettingsSidebar();
> 118 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
| ^
119 | await page
120 | .getByRole( 'button', { name: 'Block Style Variation A' } )
121 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:118:53
|
Run the tests:
test/e2e/specs/site-editor/block-style-variations.spec.js#L118
2) [chromium] › site-editor/block-style-variations.spec.js:98:2 › Block Style Variations › update block style variations in global styles and check revisions match styles
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Styles' })
116 | await editor.selectBlocks( firstGroup );
117 | await editor.openDocumentSettingsSidebar();
> 118 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
| ^
119 | await page
120 | .getByRole( 'button', { name: 'Block Style Variation A' } )
121 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:118:53
|
Run the tests:
test/e2e/specs/site-editor/block-style-variations.spec.js#L118
2) [chromium] › site-editor/block-style-variations.spec.js:98:2 › Block Style Variations › update block style variations in global styles and check revisions match styles
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Styles' })
116 | await editor.selectBlocks( firstGroup );
117 | await editor.openDocumentSettingsSidebar();
> 118 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
| ^
119 | await page
120 | .getByRole( 'button', { name: 'Block Style Variation A' } )
121 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:118:53
|
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
2 failed
[chromium] › site-editor/block-style-variations.spec.js:37:2 › Block Style Variations › apply block styles variations to nested blocks
[chromium] › site-editor/block-style-variations.spec.js:98:2 › Block Style Variations › update block style variations in global styles and check revisions match styles
1 skipped
188 passed (10.7m)
|
Loading