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/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "No results found."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comment Template"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comment Template"i]')
55 | 'role=document[name="Block: Comment Template"i]'
56 | )
> 57 | ).toContainText( 'No results found.' );
| ^
58 | } );
59 |
60 | test( 'Pagination links are working as expected', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
|
Run the tests:
test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "No results found."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comment Template"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comment Template"i]')
55 | 'role=document[name="Block: Comment Template"i]'
56 | )
> 57 | ).toContainText( 'No results found.' );
| ^
58 | } );
59 |
60 | test( 'Pagination links are working as expected', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
|
Run the tests:
test/e2e/specs/editor/blocks/comments.spec.js#L57
1) [chromium] › editor/blocks/comments.spec.js:45:2 › Comments › We show no results message if there are no comments
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "No results found."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comment Template"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comment Template"i]')
55 | 'role=document[name="Block: Comment Template"i]'
56 | )
> 57 | ).toContainText( 'No results found.' );
| ^
58 | } );
59 |
60 | test( 'Pagination links are working as expected', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:57:5
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L13
2) [chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Publish"i]')
locator resolved to <button type="button" aria-disabled="true" aria-expanded…>Publish</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13
11 | */
12 | export async function publishPost( this: Editor ) {
> 13 | await this.page.click( 'role=button[name="Publish"i]' );
| ^
14 | const entitiesSaveButton = this.page.locator(
15 | 'role=region[name="Editor publish"i] >> role=button[name="Save"i]'
16 | );
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:68:31
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L13
2) [chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Publish"i]')
locator resolved to <button type="button" aria-disabled="true" aria-expanded…>Publish</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13
11 | */
12 | export async function publishPost( this: Editor ) {
> 13 | await this.page.click( 'role=button[name="Publish"i]' );
| ^
14 | const entitiesSaveButton = this.page.locator(
15 | 'role=region[name="Editor publish"i] >> role=button[name="Save"i]'
16 | );
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:68:31
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L13
2) [chromium] › editor/blocks/comments.spec.js:60:2 › Comments › Pagination links are working as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Publish"i]')
locator resolved to <button type="button" aria-disabled="true" aria-expanded…>Publish</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13
11 | */
12 | export async function publishPost( this: Editor ) {
> 13 | await this.page.click( 'role=button[name="Publish"i]' );
| ^
14 | const entitiesSaveButton = this.page.locator(
15 | 'role=region[name="Editor publish"i] >> role=button[name="Save"i]'
16 | );
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:68:31
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L13
3) [chromium] › editor/blocks/comments.spec.js:112:2 › Comments › Pagination links are not appearing if break comments is not enabled
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Publish"i]')
locator resolved to <button type="button" aria-disabled="true" aria-expanded…>Publish</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13
11 | */
12 | export async function publishPost( this: Editor ) {
> 13 | await this.page.click( 'role=button[name="Publish"i]' );
| ^
14 | const entitiesSaveButton = this.page.locator(
15 | 'role=region[name="Editor publish"i] >> role=button[name="Save"i]'
16 | );
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:122:31
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L13
3) [chromium] › editor/blocks/comments.spec.js:112:2 › Comments › Pagination links are not appearing if break comments is not enabled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Publish"i]')
locator resolved to <button type="button" aria-disabled="true" aria-expanded…>Publish</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13
11 | */
12 | export async function publishPost( this: Editor ) {
> 13 | await this.page.click( 'role=button[name="Publish"i]' );
| ^
14 | const entitiesSaveButton = this.page.locator(
15 | 'role=region[name="Editor publish"i] >> role=button[name="Save"i]'
16 | );
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:122:31
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L13
3) [chromium] › editor/blocks/comments.spec.js:112:2 › Comments › Pagination links are not appearing if break comments is not enabled
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Publish"i]')
locator resolved to <button type="button" aria-disabled="true" aria-expanded…>Publish</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13
11 | */
12 | export async function publishPost( this: Editor ) {
> 13 | await this.page.click( 'role=button[name="Publish"i]' );
| ^
14 | const entitiesSaveButton = this.page.locator(
15 | 'role=region[name="Editor publish"i] >> role=button[name="Save"i]'
16 | );
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:13:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:122:31
|
Run the tests:
test/e2e/specs/editor/blocks/comments.spec.js#L164
4) [chromium] › editor/blocks/comments.spec.js:146:2 › Comments › A button allows the block to switch from legacy mode to editable mode
Error: Timed out 5000ms waiting for expect(received).toHaveClass(expected)
Expected pattern: /has-vivid-purple-color/
Received string: ""
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comments"i]')
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Comments"i]')
162 | );
163 |
> 164 | await expect( block ).toHaveClass( /has-vivid-purple-color/ );
| ^
165 | await expect( warning ).toBeVisible();
166 | await expect( placeholder ).toBeVisible();
167 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:164:25
|
Run the tests
30 failed
[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/group.spec.js:83:2 › Group › can merge into group with Backspace ────
[chromium] › editor/blocks/heading.spec.js:102:2 › Heading › should create a paragraph block below when pressing enter at the end
[chromium] › editor/blocks/links.spec.js:329:2 › Links › can be edited when within a link but no selection has been made ("collapsed")
[chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text
[chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
[chromium] › editor/blocks/navigation-colors.spec.js:187:2 › Navigation colors › The navigation text color should apply to all navigation links including submenu and overlay text
[chromium] › editor/blocks/navigation-colors.spec.js:229:2 › Navigation colors › The navigation background color should apply to all navigation links including submenu and overlay backgrounds
[chromium] › editor/blocks/navigation-colors.spec.js:274:2 › Navigation colors › As a user I expect my navigation to use the colors I selected for it
[chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls
[chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure
[chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items
[chromium] › editor/blocks/navigation-list-view.spec.js:253:2 › Navigation block - List view editing › can remove menu items
[chromium] › editor/blocks/navigation-list-view.spec.js:297:2 › Navigation block - List view editing › can edit menu items
[chromium] › editor/blocks/navigation-list-view.spec.js:385:2 › Navigation block - List view editing › can add submenus
[chromium] › editor/blocks/navigation-list-view.spec.js:464:2 › Navigation block - List view editing › does not display link interface for blocks that have not just been inserted
[chromium] › editor/blocks/navigation.spec.js:23:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to a list of pages if there are no menus
[chromium] › editor/blocks/navigation.spec.js:49:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my only existing menu
[chromium] › editor/blocks/navigation.spec.js:91:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to the only existing classic menu if there are no block menus
[chromium] › editor/blocks/navigation.spec.js:127:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my most
|
The logs for this run have expired and are no longer available.
Loading