DataViews: Add ability to create custom views #87247
Annotations
5 errors and 1 notice
test/e2e/specs/editor/various/preview.spec.js#L193
1) [chromium] › editor/various/preview.spec.js:153: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' })
============================================================
191 | .getByRole( 'region', { name: 'Editor settings' } )
192 | .getByRole( 'button', { name: 'Switch to draft' } )
> 193 | .click();
| ^
194 | // FIXME: The confirmation dialog is not named yet.
195 | await page.click( 'role=dialog >> role=button[name="OK"i]' );
196 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:193:5
|
test/e2e/specs/editor/various/preview.spec.js#L193
1) [chromium] › editor/various/preview.spec.js:153: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' })
============================================================
191 | .getByRole( 'region', { name: 'Editor settings' } )
192 | .getByRole( 'button', { name: 'Switch to draft' } )
> 193 | .click();
| ^
194 | // FIXME: The confirmation dialog is not named yet.
195 | await page.click( 'role=dialog >> role=button[name="OK"i]' );
196 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:193:5
|
test/e2e/specs/editor/various/preview.spec.js#L193
1) [chromium] › editor/various/preview.spec.js:153: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' })
============================================================
191 | .getByRole( 'region', { name: 'Editor settings' } )
192 | .getByRole( 'button', { name: 'Switch to draft' } )
> 193 | .click();
| ^
194 | // FIXME: The confirmation dialog is not named yet.
195 | await page.click( 'role=dialog >> role=button[name="OK"i]' );
196 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:193:5
|
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1
2) [chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
Test timeout of 100000ms exceeded.
|
|
1 failed
[chromium] › editor/various/preview.spec.js:153:2 › Preview › should display the correct preview when switching between published and draft statuses
1 flaky
[chromium] › editor/various/multi-block-selection.spec.js:245:2 › Multi-block selection › should select with shift + click
252 passed (17.3m)
|
The logs for this run have expired and are no longer available.
Loading