Refactor responsive logic for grid column spans. #97089
Annotations
3 errors, 1 warning, and 1 notice
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Archive flaky tests report
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run the tests:
test/e2e/specs/editor/various/change-detection.spec.js#L427
1) [chromium] › editor/various/change-detection.spec.js:400:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'saved' })
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'saved' })
425 | .getByRole( 'region', { name: 'Editor top bar' } )
426 | .getByRole( 'button', { name: 'saved' } )
> 427 | ).toBeDisabled();
| ^
428 |
429 | await expect( page ).toHaveURL( '/wp-admin/edit.php?post_type=post' );
430 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/change-detection.spec.js:427:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
1 flaky
[chromium] › editor/various/change-detection.spec.js:400:2 › Change detection › should not prompt to confirm unsaved changes when trashing an existing post
164 passed (8.2m)
|
The logs for this run have expired and are no longer available.
Loading