Try: Indicate when text color in post editor is inherited from Global Styles #87723
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L91
1) [chromium] › editor/blocks/buttons.spec.js:82:2 › Buttons › moves focus from the link editor back to the button when escape is pressed after the URL has been submitted
Error: Timed out 5000ms waiting for expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
89 | await expect(
90 | editor.canvas.locator( 'role=textbox[name="Button text"i]' )
> 91 | ).toBeFocused();
| ^
92 | await pageUtils.pressKeys( 'primary+k' );
93 | await expect(
94 | page.locator( 'role=combobox[name="Link"i]' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:91:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L91
1) [chromium] › editor/blocks/buttons.spec.js:82:2 › Buttons › moves focus from the link editor back to the button when escape is pressed after the URL has been submitted
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
89 | await expect(
90 | editor.canvas.locator( 'role=textbox[name="Button text"i]' )
> 91 | ).toBeFocused();
| ^
92 | await pageUtils.pressKeys( 'primary+k' );
93 | await expect(
94 | page.locator( 'role=combobox[name="Link"i]' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:91:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L91
1) [chromium] › editor/blocks/buttons.spec.js:82:2 › Buttons › moves focus from the link editor back to the button when escape is pressed after the URL has been submitted
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
89 | await expect(
90 | editor.canvas.locator( 'role=textbox[name="Button text"i]' )
> 91 | ).toBeFocused();
| ^
92 | await pageUtils.pressKeys( 'primary+k' );
93 | await expect(
94 | page.locator( 'role=combobox[name="Link"i]' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:91:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L123
2) [chromium] › editor/blocks/buttons.spec.js:114:2 › Buttons › appends http protocol to links added which are missing a protocol
Error: Timed out 5000ms waiting for expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
121 | await expect(
122 | editor.canvas.locator( 'role=textbox[name="Button text"i]' )
> 123 | ).toBeFocused();
| ^
124 | await pageUtils.pressKeys( 'primary+k' );
125 |
126 | const urlInput = page.locator( 'role=combobox[name="Link"i]' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:123:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L123
2) [chromium] › editor/blocks/buttons.spec.js:114:2 › Buttons › appends http protocol to links added which are missing a protocol
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
121 | await expect(
122 | editor.canvas.locator( 'role=textbox[name="Button text"i]' )
> 123 | ).toBeFocused();
| ^
124 | await pageUtils.pressKeys( 'primary+k' );
125 |
126 | const urlInput = page.locator( 'role=combobox[name="Link"i]' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:123:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L123
2) [chromium] › editor/blocks/buttons.spec.js:114:2 › Buttons › appends http protocol to links added which are missing a protocol
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=textbox[name="Button text"i]')
121 | await expect(
122 | editor.canvas.locator( 'role=textbox[name="Button text"i]' )
> 123 | ).toBeFocused();
| ^
124 | await pageUtils.pressKeys( 'primary+k' );
125 |
126 | const urlInput = page.locator( 'role=combobox[name="Link"i]' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:123:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L264
3) [chromium] › editor/blocks/buttons.spec.js:260:2 › Buttons › can resize width ─────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=region[name="Editor settings"i]').locator('role=tab[name="Settings"i]')
============================================================
262 | await page.keyboard.type( 'Content' );
263 | await editor.openDocumentSettingsSidebar();
> 264 | await page.click(
| ^
265 | `role=region[name="Editor settings"i] >> role=tab[name="Settings"i]`
266 | );
267 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:264:14
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L264
3) [chromium] › editor/blocks/buttons.spec.js:260:2 › Buttons › can resize width ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=region[name="Editor settings"i]').locator('role=tab[name="Settings"i]')
============================================================
262 | await page.keyboard.type( 'Content' );
263 | await editor.openDocumentSettingsSidebar();
> 264 | await page.click(
| ^
265 | `role=region[name="Editor settings"i] >> role=tab[name="Settings"i]`
266 | );
267 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:264:14
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L264
3) [chromium] › editor/blocks/buttons.spec.js:260:2 › Buttons › can resize width ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=region[name="Editor settings"i]').locator('role=tab[name="Settings"i]')
============================================================
262 | await page.keyboard.type( 'Content' );
263 | await editor.openDocumentSettingsSidebar();
> 264 | await page.click(
| ^
265 | `role=region[name="Editor settings"i] >> role=tab[name="Settings"i]`
266 | );
267 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:264:14
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts#L20
4) [chromium] › editor/blocks/columns.spec.js:89:2 › Columns › Ungroup properly ──────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=toolbar[name="Block tools"i]').locator('role=button[name="Options"]')
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20
18 | const button = blockToolbar.locator( `role=button[name="${ label }"]` );
19 |
> 20 | await button.click();
| ^
21 | }
22 |
at Editor.clickBlockToolbarButton (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20:15)
at Editor.clickBlockOptionsMenuItem (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-options-menu-item.ts:13:2)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/columns.spec.js:113:3
|
Run the tests
107 failed
[chromium] › editor/blocks/buttons.spec.js:82:2 › Buttons › moves focus from the link editor back to the button when escape is pressed after the URL has been submitted
[chromium] › editor/blocks/buttons.spec.js:114:2 › Buttons › appends http protocol to links added which are missing a protocol
[chromium] › editor/blocks/buttons.spec.js:260:2 › Buttons › can resize width ──────────────────
[chromium] › editor/blocks/columns.spec.js:89:2 › Columns › Ungroup properly ───────────────────
[chromium] › editor/blocks/columns.spec.js:126:2 › Columns › can exit on Enter ─────────────────
[chromium] › editor/blocks/columns.spec.js:269:3 › Columns › following paragraph › should be deleted on Backspace when empty
[chromium] › editor/blocks/columns.spec.js:288:3 › Columns › following paragraph › should only select Columns on Backspace when non-empty
[chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
[chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
[chromium] › editor/blocks/comments.spec.js:112:2 › Comments › Pagination links are not appearing if break comments is not enabled
[chromium] › editor/blocks/comments.spec.js:146:2 › Comments › A button allows the block to switch from legacy mode to editable mode
[chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false
[chromium] › editor/blocks/comments.spec.js:209:2 › Comments › The PHP version is rendered if the legacy attribute is true
[chromium] › editor/blocks/cover.spec.js:51:2 › Cover › can set background image using image upload on block placeholder
[chromium] › editor/blocks/cover.spec.js:74:2 › Cover › dims background image down by 50% with the average image color when an image is uploaded
[chromium] › editor/blocks/cover.spec.js:97:2 › Cover › can have the title edited ──────────────
[chromium] › editor/blocks/cover.spec.js:197:2 › Cover › dims the background image down by 50% black when transformed from the Image block
[chromium] › editor/blocks/gallery.spec.js:115:2 › Gallery › gallery caption can be edited ─────
[chromium] › editor/blocks/gallery.spec.js:158:2 › Gallery › uploaded images' captions can be edited
[chromium] › editor/blocks/gallery.spec.js:202:2 › Gallery › when initially added the media library shows the Create Gallery view
[chromium] › editor/blocks/group.spec.js:64:2 › Group › can have other blocks appended to it using the button appender
[chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace ────
[chromium] › editor/blocks/heading.spec.js:81:2 › Heading › should create a paragraph block above when pressing enter at the start
[chromium] › editor/blocks/heading.spec.js:102:2 › Heading › should create a paragraph block below when pressing enter at the end
[chromium] › editor/blocks/image.spec.js:35:2 › Image › can be inserted via image upload ───────
[chromium] › editor/blocks/image.spec.js:62:2 › Image › should place caret on caption when clicking to add one
[chromium] › editor/blocks/image.spec.js:91:2 › Image › should allow soft line breaks in caption
[chromium] › editor/blocks/image.spec.js:121:2 › Image › should have keyboard navigable toolbar for caption
[chromium] › editor/blocks/image.spec.js:175:2 › Image › should drag and drop files into media placeholder
[chromium] › editor/blocks/image.spec.js:341:2 › Image › allows rotating using the crop tools ──
[chromium] › editor/blocks/image.spec.js:378:2 › Image › should undo without broken temporary state
[chromium] › editor/blocks/image.spec.js:405:2 › Image › can be replaced by dragging-and-dropping images from the inserter
[chromium] › editor/blocks/image.spec.js:500:2 › Image › should allow dragging and dropping HTML to media placeholder
[chromium] › editor/blocks/image.spec.js:560:2 › Image › image insert
|
The logs for this run have expired and are no longer available.
Loading