Move classic controls to modal #39
Annotations
10 errors, 4 warnings, and 4 notices
[chromium] › editor-block-component-inner-blocks.spec.js:13:6 › editor block component <InnerBlocks /> › should render block template correctly:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L32
1) [chromium] › editor-block-component-inner-blocks.spec.js:13:6 › editor block component <InnerBlocks /> › should render block template correctly
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Hello:"')
30 | });
31 |
> 32 | await expect(editor.canvas.locator('text="Hello:"')).toBeVisible();
| ^
33 | await expect(editor.canvas.locator('text="there."')).toBeVisible();
34 | });
35 |
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:32:56
|
[chromium] › editor-block-component-inner-blocks.spec.js:13:6 › editor block component <InnerBlocks /> › should render block template correctly:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L32
1) [chromium] › editor-block-component-inner-blocks.spec.js:13:6 › editor block component <InnerBlocks /> › should render block template correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Hello:"')
30 | });
31 |
> 32 | await expect(editor.canvas.locator('text="Hello:"')).toBeVisible();
| ^
33 | await expect(editor.canvas.locator('text="there."')).toBeVisible();
34 | });
35 |
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:32:56
|
[chromium] › editor-block-component-inner-blocks.spec.js:13:6 › editor block component <InnerBlocks /> › should render block template correctly:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L32
1) [chromium] › editor-block-component-inner-blocks.spec.js:13:6 › editor block component <InnerBlocks /> › should render block template correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Hello:"')
30 | });
31 |
> 32 | await expect(editor.canvas.locator('text="Hello:"')).toBeVisible();
| ^
33 | await expect(editor.canvas.locator('text="there."')).toBeVisible();
34 | });
35 |
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:32:56
|
[chromium] › editor-block-component-inner-blocks.spec.js:36:6 › editor block component <InnerBlocks /> › should hide the appender if block is not selected:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L59
2) [chromium] › editor-block-component-inner-blocks.spec.js:36:6 › editor block component <InnerBlocks /> › should hide the appender if block is not selected
Error: Timed out 5000ms waiting for expect(received).toBeAttached()
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.lazyblock-inner-blocks .block-editor-button-block-appender')
57 | '.lazyblock-inner-blocks .block-editor-button-block-appender'
58 | );
> 59 | await expect($appender).toBeAttached();
| ^
60 |
61 | // When block is just inserted, it is focused by default, so we have to check if appended is visible.
62 | await expect($appender).toBeVisible();
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:59:27
|
[chromium] › editor-block-component-inner-blocks.spec.js:36:6 › editor block component <InnerBlocks /> › should hide the appender if block is not selected:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L59
2) [chromium] › editor-block-component-inner-blocks.spec.js:36:6 › editor block component <InnerBlocks /> › should hide the appender if block is not selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeAttached()
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.lazyblock-inner-blocks .block-editor-button-block-appender')
57 | '.lazyblock-inner-blocks .block-editor-button-block-appender'
58 | );
> 59 | await expect($appender).toBeAttached();
| ^
60 |
61 | // When block is just inserted, it is focused by default, so we have to check if appended is visible.
62 | await expect($appender).toBeVisible();
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:59:27
|
[chromium] › editor-block-component-inner-blocks.spec.js:36:6 › editor block component <InnerBlocks /> › should hide the appender if block is not selected:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L59
2) [chromium] › editor-block-component-inner-blocks.spec.js:36:6 › editor block component <InnerBlocks /> › should hide the appender if block is not selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeAttached()
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.lazyblock-inner-blocks .block-editor-button-block-appender')
57 | '.lazyblock-inner-blocks .block-editor-button-block-appender'
58 | );
> 59 | await expect($appender).toBeAttached();
| ^
60 |
61 | // When block is just inserted, it is focused by default, so we have to check if appended is visible.
62 | await expect($appender).toBeVisible();
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:59:27
|
[chromium] › editor-block-component-inner-blocks.spec.js:72:6 › editor block component <InnerBlocks /> › nested inner blocks should keep hidden appender if parent block is selected:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L95
3) [chromium] › editor-block-component-inner-blocks.spec.js:72:6 › editor block component <InnerBlocks /> › nested inner blocks should keep hidden appender if parent block is selected
Error: Timed out 5000ms waiting for expect(received).toBeAttached()
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.lazyblock-inner-blocks .lazyblock-inner-blocks .block-editor-button-block-appender')
93 | '.lazyblock-inner-blocks .lazyblock-inner-blocks .block-editor-button-block-appender'
94 | );
> 95 | await expect($innerAppender).toBeAttached();
| ^
96 |
97 | // When block is just inserted, it is focused by default, so we have to check if inner block appended is hidden.
98 | await expect($innerAppender).toBeHidden();
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:95:32
|
[chromium] › editor-block-component-inner-blocks.spec.js:72:6 › editor block component <InnerBlocks /> › nested inner blocks should keep hidden appender if parent block is selected:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L95
3) [chromium] › editor-block-component-inner-blocks.spec.js:72:6 › editor block component <InnerBlocks /> › nested inner blocks should keep hidden appender if parent block is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeAttached()
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.lazyblock-inner-blocks .lazyblock-inner-blocks .block-editor-button-block-appender')
93 | '.lazyblock-inner-blocks .lazyblock-inner-blocks .block-editor-button-block-appender'
94 | );
> 95 | await expect($innerAppender).toBeAttached();
| ^
96 |
97 | // When block is just inserted, it is focused by default, so we have to check if inner block appended is hidden.
98 | await expect($innerAppender).toBeHidden();
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:95:32
|
[chromium] › editor-block-component-inner-blocks.spec.js:72:6 › editor block component <InnerBlocks /> › nested inner blocks should keep hidden appender if parent block is selected:
tests/e2e/specs/editor-block-component-inner-blocks.spec.js#L95
3) [chromium] › editor-block-component-inner-blocks.spec.js:72:6 › editor block component <InnerBlocks /> › nested inner blocks should keep hidden appender if parent block is selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeAttached()
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('.lazyblock-inner-blocks .lazyblock-inner-blocks .block-editor-button-block-appender')
93 | '.lazyblock-inner-blocks .lazyblock-inner-blocks .block-editor-button-block-appender'
94 | );
> 95 | await expect($innerAppender).toBeAttached();
| ^
96 |
97 | // When block is just inserted, it is focused by default, so we have to check if inner block appended is hidden.
98 | await expect($innerAppender).toBeHidden();
at /home/runner/work/lazy-blocks/lazy-blocks/tests/e2e/specs/editor-block-component-inner-blocks.spec.js:95:32
|
Playwright - 1
Process completed with exit code 1.
|
Playwright - 4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Playwright - 1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 passed (3.6s)
|
🎭 Playwright Run Summary
2 passed (4.1s)
|
🎭 Playwright Run Summary
2 passed (7.9s)
|
🎭 Playwright Run Summary
3 failed
[chromium] › editor-block-component-inner-blocks.spec.js:13:6 › editor block component <InnerBlocks /> › should render block template correctly
[chromium] › editor-block-component-inner-blocks.spec.js:36:6 › editor block component <InnerBlocks /> › should hide the appender if block is not selected
[chromium] › editor-block-component-inner-blocks.spec.js:72:6 › editor block component <InnerBlocks /> › nested inner blocks should keep hidden appender if parent block is selected
1 passed (1.4m)
|