Try: Indicate when text color in post editor is inherited from Global Styles #90255
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#L30
3) [chromium] › editor/various/block-moving-mode.spec.js:15:2 › Block moving mode › can move block
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
28 | .getByRole( 'toolbar', { name: 'Block tools' } )
29 | .getByRole( 'button', { name: 'Options' } )
> 30 | .click();
| ^
31 | await page.getByRole( 'menuitem', { name: 'Move to' } ).click();
32 | await page.keyboard.press( 'ArrowUp' );
33 | await page.keyboard.press( 'Enter' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:30:5
|
Run the tests:
test/e2e/specs/editor/various/block-moving-mode.spec.js#L30
3) [chromium] › editor/various/block-moving-mode.spec.js:15:2 › Block moving mode › can move block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
28 | .getByRole( 'toolbar', { name: 'Block tools' } )
29 | .getByRole( 'button', { name: 'Options' } )
> 30 | .click();
| ^
31 | await page.getByRole( 'menuitem', { name: 'Move to' } ).click();
32 | await page.keyboard.press( 'ArrowUp' );
33 | await page.keyboard.press( 'Enter' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:30:5
|
Run the tests:
test/e2e/specs/editor/various/block-moving-mode.spec.js#L30
3) [chromium] › editor/various/block-moving-mode.spec.js:15:2 › Block moving mode › can move block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
28 | .getByRole( 'toolbar', { name: 'Block tools' } )
29 | .getByRole( 'button', { name: 'Options' } )
> 30 | .click();
| ^
31 | await page.getByRole( 'menuitem', { name: 'Move to' } ).click();
32 | await page.keyboard.press( 'ArrowUp' );
33 | await page.keyboard.press( 'Enter' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-moving-mode.spec.js:30:5
|
Run the tests:
test/e2e/specs/editor/various/block-moving-mode.spec.js#L54
4) [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
132 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:15:2 › Block moving mode › can move block
[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:163:3 › Block Renaming › Dialog renaming › does not allow renaming of blocks that do not support the feature
[chromium] › editor/various/block-renaming.spec.js:199:3 › Block Renaming › Dialog renaming › displays Rename option in related menu when block is not selected
[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/block-renaming.spec.js:311:3 › Block Renaming › Block inspector renaming › does not allow renaming of blocks that do not support the feature
[chromium] › editor/various/block-switcher.spec.js:11:2 › Block Switcher › Block variation transforms
[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:53:2 › Copy/cut/paste › should copy blocks when non textual elements are focused (image, spacer)
[chromium] › editor/various/copy-cut-paste.spec.js:74:2 › Copy/cut/paste › should cut and paste individual non textual blocks
[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 te
|
The logs for this run have expired and are no longer available.
Loading