Bump gradle/gradle-build-action from 2.7.0 to 3.3.2 #11
Annotations
4 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L188
1) [chromium] › editor/various/preview.spec.js:152:2 › Preview › should display the correct preview when switching between published and draft statuses
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Switch to draft' })
============================================================
186 | .getByRole( 'region', { name: 'Editor settings' } )
187 | .getByRole( 'button', { name: 'Switch to draft' } )
> 188 | .click();
| ^
189 | // FIXME: The confirmation dialog is not named yet.
190 | await page.click( 'role=dialog >> role=button[name="OK"i]' );
191 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:188:5
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L188
1) [chromium] › editor/various/preview.spec.js:152:2 › Preview › should display the correct preview when switching between published and draft statuses
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Switch to draft' })
============================================================
186 | .getByRole( 'region', { name: 'Editor settings' } )
187 | .getByRole( 'button', { name: 'Switch to draft' } )
> 188 | .click();
| ^
189 | // FIXME: The confirmation dialog is not named yet.
190 | await page.click( 'role=dialog >> role=button[name="OK"i]' );
191 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:188:5
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L188
1) [chromium] › editor/various/preview.spec.js:152:2 › Preview › should display the correct preview when switching between published and draft statuses
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Switch to draft' })
============================================================
186 | .getByRole( 'region', { name: 'Editor settings' } )
187 | .getByRole( 'button', { name: 'Switch to draft' } )
> 188 | .click();
| ^
189 | // FIXME: The confirmation dialog is not named yet.
190 | await page.click( 'role=dialog >> role=button[name="OK"i]' );
191 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:188:5
|
Run the tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "failures-artifacts".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run the tests
1 failed
[chromium] › editor/various/preview.spec.js:152:2 › Preview › should display the correct preview when switching between published and draft statuses
224 passed (12.1m)
|
Loading