Try: Enable script debug for the test env #104985
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L507
1) [chromium] › editor/various/patterns.spec.js:466:2 › Synced pattern › will not break the editor if empty
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
505 | } )
506 | ).toBeVisible();
> 507 | expect( hasError ).toBe( false );
| ^
508 | } );
509 |
510 | test( 'should show a proper message when the reusable block is missing', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:507:22
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L507
1) [chromium] › editor/various/patterns.spec.js:466:2 › Synced pattern › will not break the editor if empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
505 | } )
506 | ).toBeVisible();
> 507 | expect( hasError ).toBe( false );
| ^
508 | } );
509 |
510 | test( 'should show a proper message when the reusable block is missing', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:507:22
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L507
1) [chromium] › editor/various/patterns.spec.js:466:2 › Synced pattern › will not break the editor if empty
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
505 | } )
506 | ).toBeVisible();
> 507 | expect( hasError ).toBe( false );
| ^
508 | } );
509 |
510 | test( 'should show a proper message when the reusable block is missing', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:507:22
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/various/patterns.spec.js:466:2 › Synced pattern › will not break the editor if empty
1 skipped
187 passed (10.9m)
|
Loading