Block: combine store subscriptions #90624
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/block-mover.spec.js#L26
1) [chromium] › editor/various/block-mover.spec.js:11:2 › block mover › should show block mover when more than one block exists
TimeoutError: locator.focus: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('text=First Paragraph')
============================================================
24 |
25 | // Select a block so the block mover is rendered.
> 26 | await editor.canvas.locator( 'text=First Paragraph' ).focus();
| ^
27 | await editor.showBlockToolbar();
28 |
29 | const moveDownButton = page.locator(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-mover.spec.js:26:57
|
Run the tests:
test/e2e/specs/editor/various/block-mover.spec.js#L26
1) [chromium] › editor/various/block-mover.spec.js:11:2 › block mover › should show block mover when more than one block exists
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.focus: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('text=First Paragraph')
============================================================
24 |
25 | // Select a block so the block mover is rendered.
> 26 | await editor.canvas.locator( 'text=First Paragraph' ).focus();
| ^
27 | await editor.showBlockToolbar();
28 |
29 | const moveDownButton = page.locator(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-mover.spec.js:26:57
|
Run the tests:
test/e2e/specs/editor/various/block-mover.spec.js#L26
1) [chromium] › editor/various/block-mover.spec.js:11:2 › block mover › should show block mover when more than one block exists
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.focus: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('text=First Paragraph')
============================================================
24 |
25 | // Select a block so the block mover is rendered.
> 26 | await editor.canvas.locator( 'text=First Paragraph' ).focus();
| ^
27 | await editor.showBlockToolbar();
28 |
29 | const moveDownButton = page.locator(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-mover.spec.js:26:57
|
Run the tests:
test/e2e/specs/editor/various/block-mover.spec.js#L50
2) [chromium] › editor/various/block-mover.spec.js:39:2 › block mover › should hide block mover when only one block exists
TimeoutError: locator.focus: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('text=First Paragraph')
============================================================
48 | } );
49 | // Select a block so the block mover has the possibility of being rendered.
> 50 | await editor.canvas.locator( 'text=First Paragraph' ).focus();
| ^
51 | await editor.showBlockToolbar();
52 |
53 | // Ensure no block mover exists when only one block exists on the page.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-mover.spec.js:50:57
|
Run the tests:
test/e2e/specs/editor/various/block-mover.spec.js#L50
2) [chromium] › editor/various/block-mover.spec.js:39:2 › block mover › should hide block mover when only one block exists
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.focus: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('text=First Paragraph')
============================================================
48 | } );
49 | // Select a block so the block mover has the possibility of being rendered.
> 50 | await editor.canvas.locator( 'text=First Paragraph' ).focus();
| ^
51 | await editor.showBlockToolbar();
52 |
53 | // Ensure no block mover exists when only one block exists on the page.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-mover.spec.js:50:57
|
Run the tests:
test/e2e/specs/editor/various/block-mover.spec.js#L50
2) [chromium] › editor/various/block-mover.spec.js:39:2 › block mover › should hide block mover when only one block exists
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.focus: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('text=First Paragraph')
============================================================
48 | } );
49 | // Select a block so the block mover has the possibility of being rendered.
> 50 | await editor.canvas.locator( 'text=First Paragraph' ).focus();
| ^
51 | await editor.showBlockToolbar();
52 |
53 | // Ensure no block mover exists when only one block exists on the page.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-mover.spec.js:50:57
|
Run the tests:
test/e2e/specs/editor/various/block-moving-mode.spec.js#L54
3) [chromium] › editor/various/block-moving-mode.spec.js:47:2 › Block moving mode › can move block in the nested block
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('role=button[name="Group: Gather blocks in a container."i]')
============================================================
52 | 'role=button[name="Group: Gather blocks in a container."i]'
53 | )
> 54 | .click();
| ^
55 | await page.keyboard.press( 'ArrowDown' );
56 | await page.keyboard.press( 'Enter' );
57 | await page.getByRole( 'option', { name: 'Paragraph' } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:54:5
|
Run the tests:
test/e2e/specs/editor/various/block-moving-mode.spec.js#L54
3) [chromium] › editor/various/block-moving-mode.spec.js:47:2 › Block moving mode › can move block in the nested block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('role=button[name="Group: Gather blocks in a container."i]')
============================================================
52 | 'role=button[name="Group: Gather blocks in a container."i]'
53 | )
> 54 | .click();
| ^
55 | await page.keyboard.press( 'ArrowDown' );
56 | await page.keyboard.press( 'Enter' );
57 | await page.getByRole( 'option', { name: 'Paragraph' } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:54:5
|
Run the tests:
test/e2e/specs/editor/various/block-moving-mode.spec.js#L54
3) [chromium] › editor/various/block-moving-mode.spec.js:47:2 › Block moving mode › can move block in the nested block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('role=button[name="Group: Gather blocks in a container."i]')
============================================================
52 | 'role=button[name="Group: Gather blocks in a container."i]'
53 | )
> 54 | .click();
| ^
55 | await page.keyboard.press( 'ArrowDown' );
56 | await page.keyboard.press( 'Enter' );
57 | await page.getByRole( 'option', { name: 'Paragraph' } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:54:5
|
Run the tests:
test/e2e/specs/editor/various/block-moving-mode.spec.js#L133
4) [chromium] › editor/various/block-moving-mode.spec.js:122:2 › Block moving mode › can not move inside its own block
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('role=button[name="Group: Gather blocks in a container."i]')
============================================================
131 | 'role=button[name="Group: Gather blocks in a container."i]'
132 | )
> 133 | .click();
| ^
134 | await page.keyboard.press( 'ArrowDown' );
135 | await page.keyboard.press( 'Enter' );
136 | await page.getByRole( 'option', { name: 'Paragraph' } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:133:5
|
Run the tests
106 failed
[chromium] › editor/various/block-mover.spec.js:11:2 › block mover › should show block mover when more than one block exists
[chromium] › editor/various/block-mover.spec.js:39:2 › block mover › should hide block mover when only one block exists
[chromium] › editor/various/block-moving-mode.spec.js:47:2 › Block moving mode › can move block in the nested block
[chromium] › editor/various/block-moving-mode.spec.js:122:2 › Block moving mode › can not move inside its own block
[chromium] › editor/various/block-renaming.spec.js:34:3 › Block Renaming › Dialog renaming › allows renaming of blocks that support the feature via dialog-based UI
[chromium] › editor/various/block-renaming.spec.js:246:3 › Block Renaming › Block inspector renaming › allows renaming of blocks that support the feature via "Advanced" section of block inspector tools
[chromium] › editor/various/compatibility-classic-editor.spec.js:15:2 › Compatibility with classic editor › Should not apply auto when rendering blocks
[chromium] › editor/various/content-only-lock.spec.js:11:2 › Content-only lock › should be able to edit the content of blocks with content-only lock
[chromium] › editor/various/content-only-lock.spec.js:35:2 › Content-only lock › should be able to edit the content of deeply nested blocks
[chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block
[chromium] › editor/various/copy-cut-paste.spec.js:11:2 › Copy/cut/paste › should copy and paste individual blocks with collapsed selection
[chromium] › editor/various/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection
[chromium] › editor/various/copy-cut-paste.spec.js:95:2 › Copy/cut/paste › should respect inline copy when text is selected
[chromium] › editor/various/copy-cut-paste.spec.js:120:2 › Copy/cut/paste › should respect inline copy in places like input fields and textareas
[chromium] › editor/various/copy-cut-paste.spec.js:141:2 › Copy/cut/paste › should handle paste events once
[chromium] › editor/various/copy-cut-paste.spec.js:195:2 › Copy/cut/paste › can copy group onto non textual element (image, spacer)
[chromium] › editor/various/copy-cut-paste.spec.js:249:2 › Copy/cut/paste › should copy only partial selection of text blocks
[chromium] › editor/various/copy-cut-paste.spec.js:282:2 › Copy/cut/paste › should copy/paste partial selection with other blocks in-between
[chromium] › editor/various/copy-cut-paste.spec.js:316:2 › Copy/cut/paste › should cut partial selection of text blocks
[chromium] › editor/various/copy-cut-paste.spec.js:349:2 › Copy/cut/paste › should cut/paste partial selection with other blocks in-between
[chromium] › editor/various/copy-cut-paste.spec.js:383:2 › Copy/cut/paste › should cut partial selection and merge like a normal `delete` - not forward
[chromium] › editor/various/copy-cut-paste.spec.js:414:2 › Copy/cut/paste › should paste plain text in plain text context when cross block selection is copied
[chromium] › editor/various/copy-cut-paste.spec.js:485:2 › Copy/cut/paste › should paste preformatted in list
[chromium] › editor/various/copy-cut-paste.spec.js:500:2 › Copy/cut/paste › should link selection
[chromium] › editor/various/copy-cut-paste.spec.js:521:2 › Copy/cut/paste › should auto-link ───
[chromium] › editor/various/copy-cut-paste.spec.js:542:2 › Copy/cut/paste › should embed on paste
[chromium] › editor/various/copy-cut-paste.spec.js:554:2 › Copy/cut/paste › should not link selection for non http(s) protocol
[chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list
[chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list
[chromium] › editor/various/draggable-blocks.spec.js:174:2 › Draggable block › can drag and drop to the start of
|
The logs for this run have expired and are no longer available.
Loading