Font size presets UI #107724
Annotations
4 errors and 1 notice
test/e2e/specs/site-editor/push-to-global-styles.spec.js#L38
1) [chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Heading block styles' })
36 | await page
37 | .getByRole( 'button', { name: 'Heading block styles' } )
> 38 | .click();
| ^
39 |
40 | // Headings should not have uppercase
41 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/push-to-global-styles.spec.js:38:5
|
test/e2e/specs/site-editor/push-to-global-styles.spec.js#L38
1) [chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Heading block styles' })
36 | await page
37 | .getByRole( 'button', { name: 'Heading block styles' } )
> 38 | .click();
| ^
39 |
40 | // Headings should not have uppercase
41 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/push-to-global-styles.spec.js:38:5
|
test/e2e/specs/site-editor/push-to-global-styles.spec.js#L38
1) [chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Heading block styles' })
36 | await page
37 | .getByRole( 'button', { name: 'Heading block styles' } )
> 38 | .click();
| ^
39 |
40 | // Headings should not have uppercase
41 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/push-to-global-styles.spec.js:38:5
|
|
|
This job failed
Loading