Revert "Font Library: Group fonts by source (#63211)" #115255
Annotations
4 errors and 1 notice
test/e2e/specs/site-editor/font-library.spec.js#L38
1) [chromium] › site-editor/font-library.spec.js:20:3 › Font Library › When a blank theme is active › should display the "no font installed." message
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('library').getByText('No fonts installed.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('library').getByText('No fonts installed.')
36 | await expect(
37 | page.getByLabel( 'library' ).getByText( 'No fonts installed.' )
> 38 | ).toBeVisible();
| ^
39 | } );
40 |
41 | test( 'should display the "Add fonts" button', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:38:6
|
test/e2e/specs/site-editor/font-library.spec.js#L38
1) [chromium] › site-editor/font-library.spec.js:20:3 › Font Library › When a blank theme is active › should display the "no font installed." message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('library').getByText('No fonts installed.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('library').getByText('No fonts installed.')
36 | await expect(
37 | page.getByLabel( 'library' ).getByText( 'No fonts installed.' )
> 38 | ).toBeVisible();
| ^
39 | } );
40 |
41 | test( 'should display the "Add fonts" button', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:38:6
|
test/e2e/specs/site-editor/font-library.spec.js#L38
1) [chromium] › site-editor/font-library.spec.js:20:3 › Font Library › When a blank theme is active › should display the "no font installed." message
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('library').getByText('No fonts installed.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('library').getByText('No fonts installed.')
36 | await expect(
37 | page.getByLabel( 'library' ).getByText( 'No fonts installed.' )
> 38 | ).toBeVisible();
| ^
39 | } );
40 |
41 | test( 'should display the "Add fonts" button', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:38:6
|
|
|
The logs for this run have expired and are no longer available.
Loading