Font Library: unregister font collection #91626
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/publish-button.spec.js#L63
1) [chromium] › editor/various/publish-button.spec.js:28:2 › Post publish button › should be disabled when post is being saved
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
- locator resolved to <button type="button" aria-disabled="false" aria-expande…>Publish</button>
- unexpected value "enabled"
61 | await expect(
62 | topBar.getByRole( 'button', { name: 'Publish' } )
> 63 | ).toBeDisabled();
| ^
64 | deferred.resolve();
65 | } );
66 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:63:5
|
Run the tests
1 flaky
[chromium] › editor/various/publish-button.spec.js:28:2 › Post publish button › should be disabled when post is being saved
1 skipped
149 passed (6.6m)
|
The logs for this run have expired and are no longer available.
Loading