Try: Indicate when text color in post editor is inherited from Global Styles #98830
Annotations
12 errors, 1 warning, and 1 notice
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L154
1) [chromium] › editor/blocks/buttons.spec.js:140:2 › Buttons › can jump to the link editor using the keyboard shortcut
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=link[name=/^wordpress\\.org/]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=link[name=/^wordpress\\.org/]')
152 | await expect(
153 | page.locator( 'role=link[name=/^wordpress\\.org/]' )
> 154 | ).toBeFocused();
| ^
155 |
156 | // Check the content.
157 | const content = await editor.getEditedPostContent();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:154:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L154
1) [chromium] › editor/blocks/buttons.spec.js:140:2 › Buttons › can jump to the link editor using the keyboard shortcut
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=link[name=/^wordpress\\.org/]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=link[name=/^wordpress\\.org/]')
152 | await expect(
153 | page.locator( 'role=link[name=/^wordpress\\.org/]' )
> 154 | ).toBeFocused();
| ^
155 |
156 | // Check the content.
157 | const content = await editor.getEditedPostContent();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:154:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L154
1) [chromium] › editor/blocks/buttons.spec.js:140:2 › Buttons › can jump to the link editor using the keyboard shortcut
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=link[name=/^wordpress\\.org/]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=link[name=/^wordpress\\.org/]')
152 | await expect(
153 | page.locator( 'role=link[name=/^wordpress\\.org/]' )
> 154 | ).toBeFocused();
| ^
155 |
156 | // Check the content.
157 | const content = await editor.getEditedPostContent();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:154:5
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L208
2) [chromium] › editor/blocks/buttons.spec.js:167:2 › Buttons › can toggle button link settings ──
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -3,11 +3,11 @@
"innerBlocks": Array [
Object {
"attributes": Object {
"linkTarget": "_blank",
"rel": "noreferrer noopener",
- "text": "WordPress",
+ "text": "ress",
"url": "https://www.wordpress.org/",
},
"name": "core/button",
},
],
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
206 |
207 | // The link should have been inserted.
> 208 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
209 | {
210 | name: 'core/buttons',
211 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:208:41
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L179
2) [chromium] › editor/blocks/buttons.spec.js:167:2 › Buttons › can toggle button link settings ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Edit' })
============================================================
177 |
178 | // Edit link.
> 179 | await page.getByRole( 'button', { name: 'Edit' } ).click();
| ^
180 |
181 | // Open Advanced settings panel.
182 | await page
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:179:54
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L179
2) [chromium] › editor/blocks/buttons.spec.js:167:2 › Buttons › can toggle button link settings ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Edit' })
============================================================
177 |
178 | // Edit link.
> 179 | await page.getByRole( 'button', { name: 'Edit' } ).click();
| ^
180 |
181 | // Open Advanced settings panel.
182 | await page
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:179:54
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L381
3) [chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=region[name="Editor settings"i]').locator('role=tab[name="Styles"i]')
============================================================
379 |
380 | // Switch to the Styles tab.
> 381 | await page.click(
| ^
382 | `role=region[name="Editor settings"i] >> role=tab[name="Styles"i]`
383 | );
384 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:381:14
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L381
3) [chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=region[name="Editor settings"i]').locator('role=tab[name="Styles"i]')
============================================================
379 |
380 | // Switch to the Styles tab.
> 381 | await page.click(
| ^
382 | `role=region[name="Editor settings"i] >> role=tab[name="Styles"i]`
383 | );
384 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:381:14
|
Run the tests:
test/e2e/specs/editor/blocks/buttons.spec.js#L381
3) [chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=region[name="Editor settings"i]').locator('role=tab[name="Styles"i]')
============================================================
379 |
380 | // Switch to the Styles tab.
> 381 | await page.click(
| ^
382 | `role=region[name="Editor settings"i] >> role=tab[name="Styles"i]`
383 | );
384 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:381:14
|
Run the tests:
http:/localhost:8889/wp-content/plugins/gutenberg/build/blocks/index.min.js?ver=275ec97da1833063449b#L7
4) [chromium] › editor/blocks/buttons.spec.js:411:4 › Buttons › Block transforms › FROM paragraph › should preserve the content
Error: page.evaluate: TypeError: Cannot read properties of undefined (reading 'name')
at Module.Ar (http://localhost:8889/wp-content/plugins/gutenberg/build/blocks/index.min.js?ver=275ec97da1833063449b:7:16021)
at eval (eval at evaluate (:208:30), <anonymous>:4:92)
at UtilityScript.evaluate (<anonymous>:210:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at Module.Ar (/home/runner/work/gutenberg/gutenberg/http:/localhost:8889/wp-content/plugins/gutenberg/build/blocks/index.min.js?ver=275ec97da1833063449b:7:16021)
at eval (/home/runner/work/gutenberg/gutenberg/eval at evaluate (:208:30), <anonymous>:4:92)
at UtilityScript.evaluate (/home/runner/work/gutenberg/gutenberg/<anonymous>:210:17)
at UtilityScript.<anonymous> (/home/runner/work/gutenberg/gutenberg/<anonymous>:1:44)
at Editor.transformBlockTo (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/transform-block-to.ts:17:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:418:5
|
Archive flaky tests report
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
46 failed
[chromium] › editor/blocks/buttons.spec.js:140:2 › Buttons › can jump to the link editor using the keyboard shortcut
[chromium] › editor/blocks/buttons.spec.js:167:2 › Buttons › can toggle button link settings ───
[chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color
[chromium] › editor/blocks/buttons.spec.js:411:4 › Buttons › Block transforms › FROM paragraph › should preserve the content
[chromium] › editor/blocks/code.spec.js:39:2 › Code › should paste plain text ──────────────────
[chromium] › editor/blocks/code.spec.js:52:4 › Code › Block transforms › FROM paragraph › should preserve the content
[chromium] › editor/blocks/columns.spec.js:15:2 › Columns › restricts all blocks inside the columns block
[chromium] › editor/blocks/columns.spec.js:89:2 › Columns › Ungroup properly ───────────────────
[chromium] › editor/blocks/columns.spec.js:208:4 › Columns › should update the column widths correctly › when the column count is changed to 2
[chromium] › editor/blocks/columns.spec.js:208:4 › Columns › should update the column widths correctly › when the column count is changed to 5
[chromium] › editor/blocks/columns.spec.js:208:4 › Columns › should update the column widths correctly › when the column count is changed to 6
[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/gallery.spec.js:89:2 › Gallery › can be created using uploaded images
[chromium] › editor/blocks/gallery.spec.js:158:2 › Gallery › uploaded images' captions can be edited
[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/heading.spec.js:349:4 › Heading › Block transforms › FROM paragraph › should preserve the block bindings
[chromium] › editor/blocks/heading.spec.js:386:4 › Heading › Block transforms › TO paragraph › should preserve the content
[chromium] › editor/blocks/heading.spec.js:417:4 › Heading › Block transforms › TO paragraph › should preserve the metadata attribute
[chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption
[chromium] › editor/blocks/image.spec.js:518:2 › Image › should allow dragging and dropping HTML to media placeholder
[chromium] › editor/blocks/image.spec.js:616:2 › Image › image inserted via link should appear in the frontend published post content
[chromium] › editor/blocks/links.spec.js:65:2 › Links › can be created by selecting text and clicking link insertion button in block toolbar
[chromium] › editor/blocks/links.spec.js:156:2 › Links › will automatically create a link if selected text is a valid HTTP based URL
[chromium] › editor/blocks/links.spec.js:187:2 › Links › does not create link when link ui is closed without submission
[chromium] › editor/blocks/links.spec.js:222:2 › Links › can edit existing links ───────────────
[chromium] › editor/blocks/links.spec.js:333:2 › Links › can be edited when within a link but no sel
|
Loading