Migrate 'autosave' e2e tests to Playwright #94298
Annotations
2 errors and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/paragraph.spec.js#L243
1) [chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('data-testid=block-popover-drop-zone')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('data-testid=block-popover-drop-zone')
241 | headingBox.y + 1
242 | );
> 243 | await expect( draggingUtils.dropZone ).toBeVisible();
| ^
244 | await expect
245 | .poll( () =>
246 | draggingUtils.confirmValidDropZonePosition(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/paragraph.spec.js:243:45
|
Run the tests:
test/e2e/specs/editor/plugins/deprecated-node-matcher.spec.js#L1
2) [chromium] › editor/plugins/deprecated-node-matcher.spec.js:26:2 › Deprecated Node Matcher › should insert block with node source
Test finished within timeout of 100000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Run the tests
2 flaky
[chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block
[chromium] › editor/plugins/deprecated-node-matcher.spec.js:26:2 › Deprecated Node Matcher › should insert block with node source
1 skipped
141 passed (10.9m)
|
The logs for this run have expired and are no longer available.
Loading