Refactor <BlockToolbar /> #90045
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/site-editor/font-library.spec.js#L46
1) [chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: /styles/i })
============================================================
44 |
45 | test( 'should display the "Manage Fonts" icon', async ( { page } ) => {
> 46 | await page.getByRole( 'button', { name: /styles/i } ).click();
| ^
47 | await page
48 | .getByRole( 'button', { name: /typography styles/i } )
49 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:46:58
|
Run the tests
1 flaky
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
1 skipped
113 passed (6.7m)
|
The logs for this run have expired and are no longer available.
Loading