Packages: Ensure only changed packages get published for WP releases … #88277
Annotations
4 errors 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.
|
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
227 passed (12.6m)
|
The logs for this run have expired and are no longer available.
Loading