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/patterns.spec.js#L36
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
34 | .getByRole( 'toolbar', { name: 'Block tools' } )
35 | .getByRole( 'button', { name: 'Options' } )
> 36 | .click();
| ^
37 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
38 |
39 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:36:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L36
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
34 | .getByRole( 'toolbar', { name: 'Block tools' } )
35 | .getByRole( 'button', { name: 'Options' } )
> 36 | .click();
| ^
37 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
38 |
39 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:36:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L36
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
34 | .getByRole( 'toolbar', { name: 'Block tools' } )
35 | .getByRole( 'button', { name: 'Options' } )
> 36 | .click();
| ^
37 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
38 |
39 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:36:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L114
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
112 | .getByRole( 'toolbar', { name: 'Block tools' } )
113 | .getByRole( 'button', { name: 'Options' } )
> 114 | .click();
| ^
115 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
116 |
117 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:114:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L114
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
112 | .getByRole( 'toolbar', { name: 'Block tools' } )
113 | .getByRole( 'button', { name: 'Options' } )
> 114 | .click();
| ^
115 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
116 |
117 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:114:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L114
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
112 | .getByRole( 'toolbar', { name: 'Block tools' } )
113 | .getByRole( 'button', { name: 'Options' } )
> 114 | .click();
| ^
115 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
116 |
117 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:114:5
|
Run the tests:
test/e2e/specs/editor/various/popovers.spec.js#L19
3) [chromium] › editor/various/popovers.spec.js:12:3 › popovers › dropdown › toggles via click ───
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Options"i]')
============================================================
17 | await expect( moreMenu ).toBeHidden();
18 | // Toggle opened.
> 19 | await moreMenuToggleButton.click();
| ^
20 | await expect( moreMenu ).toBeVisible();
21 |
22 | // Toggle closed.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/popovers.spec.js:19:31
|
Run the tests:
test/e2e/specs/editor/various/popovers.spec.js#L19
3) [chromium] › editor/various/popovers.spec.js:12:3 › popovers › dropdown › toggles via click ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Options"i]')
============================================================
17 | await expect( moreMenu ).toBeHidden();
18 | // Toggle opened.
> 19 | await moreMenuToggleButton.click();
| ^
20 | await expect( moreMenu ).toBeVisible();
21 |
22 | // Toggle closed.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/popovers.spec.js:19:31
|
Run the tests:
test/e2e/specs/editor/various/popovers.spec.js#L19
3) [chromium] › editor/various/popovers.spec.js:12:3 › popovers › dropdown › toggles via click ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Options"i]')
============================================================
17 | await expect( moreMenu ).toBeHidden();
18 | // Toggle opened.
> 19 | await moreMenuToggleButton.click();
| ^
20 | await expect( moreMenu ).toBeVisible();
21 |
22 | // Toggle closed.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/popovers.spec.js:19:31
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/save-draft.ts#L14
4) [chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save draft' })
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/save-draft.ts:14
12 | .getByRole( 'region', { name: 'Editor top bar' } )
13 | .getByRole( 'button', { name: 'Save draft' } )
> 14 | .click();
| ^
15 |
16 | await this.page
17 | .getByRole( 'button', { name: 'Dismiss this notice' } )
at Editor.saveDraft (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/save-draft.ts:14:4)
at PostEditorTemplateMode.createPostAndSaveDraft (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:177:21)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:48:3
|
Run the tests
152 failed
[chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
[chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
[chromium] › editor/various/popovers.spec.js:12:3 › popovers › dropdown › toggles via click ────
[chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes
[chromium] › editor/various/post-title.spec.js:8:3 › Post title › Focus handling › should focus on the post title field when creating a new post in visual mode
[chromium] › editor/various/post-title.spec.js:21:3 › Post title › Focus handling › should focus on the post title field when creating a new post in code editor mode
[chromium] › editor/various/post-title.spec.js:48:3 › Post title › HTML handling › should (visually) render any HTML in Post Editor's post title field when in Visual editing mode
[chromium] › editor/various/post-title.spec.js:98:3 › Post title › HTML handling › should show raw HTML in the post title field when in Code view mode
[chromium] › editor/various/post-title.spec.js:146:3 › Post title › HTML handling › should strip HTML tags when pasting string of HTML into the post title field in Visual mode
[chromium] › editor/various/post-title.spec.js:217:3 › Post title › HTML handling › should strip HTML tags from Post Title when pasted text is transformed to blocks
[chromium] › editor/various/post-title.spec.js:265:3 › Post title › HTML handling › should output HTML tags in plaintext when added into Post Title field in visual editor mode
[chromium] › editor/various/post-title.spec.js:305:3 › Post title › HTML handling › should output HTML tags in plaintext in visual editor mode when HTML is added in plaintext in code editor mode
[chromium] › editor/various/post-visibility.spec.js:8:3 › Post visibility › can be changed when the viewport is large
[chromium] › editor/various/post-visibility.spec.js:37:3 › Post visibility › can be canceled when the viewport is large
[chromium] › editor/various/post-visibility.spec.js:8:3 › Post visibility › can be changed when the viewport is small
[chromium] › editor/various/post-visibility.spec.js:37:3 › Post visibility › can be canceled when the viewport is small
[chromium] › editor/various/post-visibility.spec.js:73:2 › Post visibility › visibility remains private even if the publish date is in the future
[chromium] › editor/various/pref-modal.spec.js:12:3 › Preferences modal › Preferences modal adaps to viewport › Enable pre-publish flow is visible on desktop
[chromium] › editor/various/pref-modal.spec.js:28:3 › Preferences modal › Preferences modal adaps to viewport › Enable pre-publish flow is not visible on mobile
[chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
[chromium] › editor/various/preview.spec.js:102:2 › Preview › should not revert title during a preview right after a save draft
[chromium] › editor/various/preview.spec.js:153:2 › Preview › should display the correct preview when switching between published and draft statuses
[chromium] › editor/various/preview.spec.js:230:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
[chromium] › editor/various/preview.spec.js:294:2 › Preview with private custom post type › should not show the Preview Externally link
[chromium] › editor/various/publish-button.spec.js:16:2 › Post publish button › should be disabled when post is not saveable
[chromium] › editor/various/publish-button.spec.js:28:2 › Post publish button › should be disabled when post is being saved
[chromium] › editor/various/publish-button.s
|
The logs for this run have expired and are no longer available.
Loading