UX Experiment - "Simple" mode for content editing #113566
Annotations
10 errors and 1 notice
test/e2e/specs/site-editor/activate-theme.spec.js#L46
1) [chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Activate', exact: true })
44 | await page
45 | .getByRole( 'button', { name: 'Activate', exact: true } )
> 46 | .click();
| ^
47 | await expect(
48 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
49 | ).toContainText( 'Site updated' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:46:5
|
test/e2e/specs/site-editor/activate-theme.spec.js#L46
1) [chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Activate', exact: true })
44 | await page
45 | .getByRole( 'button', { name: 'Activate', exact: true } )
> 46 | .click();
| ^
47 | await expect(
48 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
49 | ).toContainText( 'Site updated' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:46:5
|
test/e2e/specs/site-editor/activate-theme.spec.js#L46
1) [chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Activate', exact: true })
44 | await page
45 | .getByRole( 'button', { name: 'Activate', exact: true } )
> 46 | .click();
| ^
47 | await expect(
48 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
49 | ).toContainText( 'Site updated' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:46:5
|
test/e2e/specs/site-editor/block-style-variations.spec.js#L367
2) [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('button', { name: 'Publish', exact: true })
365 | );
366 | await page.keyboard.type( 'Grandchild Group Block with a Paragraph' );
> 367 | await page.getByRole( 'button', { name: 'Publish', exact: true } ).click();
| ^
368 | }
369 |
at addPageContent (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:367:69)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:42:3
|
test/e2e/specs/site-editor/block-style-variations.spec.js#L367
2) [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('button', { name: 'Publish', exact: true })
365 | );
366 | await page.keyboard.type( 'Grandchild Group Block with a Paragraph' );
> 367 | await page.getByRole( 'button', { name: 'Publish', exact: true } ).click();
| ^
368 | }
369 |
at addPageContent (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:367:69)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:42:3
|
test/e2e/specs/site-editor/block-style-variations.spec.js#L367
2) [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('button', { name: 'Publish', exact: true })
365 | );
366 | await page.keyboard.type( 'Grandchild Group Block with a Paragraph' );
> 367 | await page.getByRole( 'button', { name: 'Publish', exact: true } ).click();
| ^
368 | }
369 |
at addPageContent (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:367:69)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:42:3
|
test/e2e/specs/site-editor/block-style-variations.spec.js#L367
3) [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('button', { name: 'Publish', exact: true })
365 | );
366 | await page.keyboard.type( 'Grandchild Group Block with a Paragraph' );
> 367 | await page.getByRole( 'button', { name: 'Publish', exact: true } ).click();
| ^
368 | }
369 |
at addPageContent (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:367:69)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:104:3
|
test/e2e/specs/site-editor/block-style-variations.spec.js#L367
3) [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('button', { name: 'Publish', exact: true })
365 | );
366 | await page.keyboard.type( 'Grandchild Group Block with a Paragraph' );
> 367 | await page.getByRole( 'button', { name: 'Publish', exact: true } ).click();
| ^
368 | }
369 |
at addPageContent (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:367:69)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:104:3
|
test/e2e/specs/site-editor/block-style-variations.spec.js#L367
3) [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('button', { name: 'Publish', exact: true })
365 | );
366 | await page.keyboard.type( 'Grandchild Group Block with a Paragraph' );
> 367 | await page.getByRole( 'button', { name: 'Publish', exact: true } ).click();
| ^
368 | }
369 |
at addPageContent (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:367:69)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:104:3
|
|
3 failed
[chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
[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
189 passed (10.8m)
|
The logs for this run have expired and are no longer available.
Loading