Rename view.sort.field
to view.sort.orderby
#85975
Annotations
1 error and 1 notice
test/e2e/specs/site-editor/patterns.spec.js#L75
1) [chromium] › site-editor/patterns.spec.js:30:2 › Patterns › create a new pattern ──────────────
Error: Timed out 5000ms waiting for expect(received).toBeDisabled()
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Create pattern' }).getByRole('button', { name: 'Create' })
- waiting for getByRole('dialog', { name: 'Create pattern' }).getByRole('button', { name: 'Create' })
73 | await expect(
74 | createPatternDialog.getByRole( 'button', { name: 'Create' } )
> 75 | ).toBeDisabled();
| ^
76 |
77 | await expect( page ).toHaveTitle( /^My pattern/ );
78 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/patterns.spec.js:75:5
|
|
The logs for this run have expired and are no longer available.
Loading