Rich text: remove double record sync on mount #103053
Annotations
11 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/publish-panel.spec.js#L25
1) [chromium] › editor/various/publish-panel.spec.js:11:2 › Post publish panel › should move focus back to the Publish panel toggle button when canceling
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor top bar"i]').locator('role=button[name="Publish"i]')
23 | 'role=region[name="Editor top bar"i] >> role=button[name="Publish"i]'
24 | );
> 25 | await publishPanelToggleButton.click();
| ^
26 |
27 | // Click the Cancel button.
28 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:25:34
|
Run the tests:
test/e2e/specs/editor/various/publish-panel.spec.js#L25
1) [chromium] › editor/various/publish-panel.spec.js:11:2 › Post publish panel › should move focus back to the Publish panel toggle button when canceling
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor top bar"i]').locator('role=button[name="Publish"i]')
23 | 'role=region[name="Editor top bar"i] >> role=button[name="Publish"i]'
24 | );
> 25 | await publishPanelToggleButton.click();
| ^
26 |
27 | // Click the Cancel button.
28 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:25:34
|
Run the tests:
test/e2e/specs/editor/various/publish-panel.spec.js#L25
1) [chromium] › editor/various/publish-panel.spec.js:11:2 › Post publish panel › should move focus back to the Publish panel toggle button when canceling
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor top bar"i]').locator('role=button[name="Publish"i]')
23 | 'role=region[name="Editor top bar"i] >> role=button[name="Publish"i]'
24 | );
> 25 | await publishPanelToggleButton.click();
| ^
26 |
27 | // Click the Cancel button.
28 | await page.click(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:25:34
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L23
2) [chromium] › editor/various/publish-panel.spec.js:36:2 › Post publish panel › should move focus back to the Publish panel toggle button after publishing and closing the panel
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:23
21 | ? saveButton
22 | : publishButton;
> 23 | await buttonToClick.click();
| ^
24 |
25 | const entitiesSaveButton = this.page
26 | .getByRole( 'region', { name: 'Editor publish' } )
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:23:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:46:3
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L23
2) [chromium] › editor/various/publish-panel.spec.js:36:2 › Post publish panel › should move focus back to the Publish panel toggle button after publishing and closing the panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:23
21 | ? saveButton
22 | : publishButton;
> 23 | await buttonToClick.click();
| ^
24 |
25 | const entitiesSaveButton = this.page
26 | .getByRole( 'region', { name: 'Editor publish' } )
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:23:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:46:3
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L23
2) [chromium] › editor/various/publish-panel.spec.js:36:2 › Post publish panel › should move focus back to the Publish panel toggle button after publishing and closing the panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Publish' })
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:23
21 | ? saveButton
22 | : publishButton;
> 23 | await buttonToClick.click();
| ^
24 |
25 | const entitiesSaveButton = this.page
26 | .getByRole( 'region', { name: 'Editor publish' } )
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:23:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:46:3
|
Run the tests:
test/e2e/specs/editor/various/publish-panel.spec.js#L67
3) [chromium] › editor/various/publish-panel.spec.js:61:2 › Post publish panel › should move focus to the publish button in the panel
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
65 | await editor.canvas
66 | .getByRole( 'textbox', { name: 'Add title' } )
> 67 | .fill( 'Test Post' );
| ^
68 | await page
69 | .getByRole( 'region', 'Editor top bar' )
70 | .getByRole( 'button', { name: 'Publish', exact: true } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:67:5
|
Run the tests:
test/e2e/specs/editor/various/publish-panel.spec.js#L67
3) [chromium] › editor/various/publish-panel.spec.js:61:2 › Post publish panel › should move focus to the publish button in the panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
65 | await editor.canvas
66 | .getByRole( 'textbox', { name: 'Add title' } )
> 67 | .fill( 'Test Post' );
| ^
68 | await page
69 | .getByRole( 'region', 'Editor top bar' )
70 | .getByRole( 'button', { name: 'Publish', exact: true } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:67:5
|
Run the tests:
test/e2e/specs/editor/various/publish-panel.spec.js#L67
3) [chromium] › editor/various/publish-panel.spec.js:61:2 › Post publish panel › should move focus to the publish button in the panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
65 | await editor.canvas
66 | .getByRole( 'textbox', { name: 'Add title' } )
> 67 | .fill( 'Test Post' );
| ^
68 | await page
69 | .getByRole( 'region', 'Editor top bar' )
70 | .getByRole( 'button', { name: 'Publish', exact: true } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:67:5
|
Run the tests:
test/e2e/specs/editor/various/publish-panel.spec.js#L86
4) [chromium] › editor/various/publish-panel.spec.js:80:2 › Post publish panel › should focus on the post list after publishing
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Add title' })
84 | await editor.canvas
85 | .getByRole( 'textbox', { name: 'Add title' } )
> 86 | .fill( 'Test Post' );
| ^
87 | await editor.publishPost();
88 |
89 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-panel.spec.js:86:5
|
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
155 failed
[chromium] › editor/various/publish-panel.spec.js:11:2 › Post publish panel › should move focus back to the Publish panel toggle button when canceling
[chromium] › editor/various/publish-panel.spec.js:36:2 › Post publish panel › should move focus back to the Publish panel toggle button after publishing and closing the panel
[chromium] › editor/various/publish-panel.spec.js:61:2 › Post publish panel › should move focus to the publish button in the panel
[chromium] › editor/various/publish-panel.spec.js:80:2 › Post publish panel › should focus on the post list after publishing
[chromium] › editor/various/publish-panel.spec.js:96:2 › Post publish panel › should retain focus within the panel
[chromium] › editor/various/publishing.spec.js:15:4 › Publishing › post locking prevent saving › disables the publish button when a post is locked
[chromium] › editor/various/publishing.spec.js:43:4 › Publishing › post locking prevent saving › disables the save shortcut when a post is locked
[chromium] › editor/various/publishing.spec.js:15:4 › Publishing › page locking prevent saving › disables the publish button when a page is locked
[chromium] › editor/various/publishing.spec.js:43:4 › Publishing › page locking prevent saving › disables the save shortcut when a page is locked
[chromium] › editor/various/publishing.spec.js:84:4 › Publishing › a post with pre-publish checks disabled › should publish the post without opening the post-publish sidebar
[chromium] › editor/various/publishing.spec.js:84:4 › Publishing › a page with pre-publish checks disabled › should publish the page without opening the post-publish sidebar
[chromium] › editor/various/publishing.spec.js:143:4 › Publishing › a post in small viewports › should ignore the pre-publish checks and show the publish panel
[chromium] › editor/various/publishing.spec.js:143:4 › Publishing › a page in small viewports › should ignore the pre-publish checks and show the publish panel
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:49:2 › RichText deprecated multiline › should save
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:71:2 › RichText deprecated multiline › should split in middle
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:88:2 › RichText deprecated multiline › should merge two lines
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:107:2 › RichText deprecated multiline › should merge two lines (forward)
[chromium] › editor/various/rich-text.spec.js:11:2 › RichText (@Firefox, @WebKit) › should handle change in tag name gracefully
[chromium] › editor/various/rich-text.spec.js:33:2 › RichText (@Firefox, @WebKit) › should apply formatting with primary shortcut
[chromium] › editor/various/rich-text.spec.js:53:2 › RichText (@Firefox, @WebKit) › should apply formatting when selection is collapsed
[chromium] › editor/various/rich-text.spec.js:75:2 › RichText (@Firefox, @WebKit) › should apply multiple formats when selection is collapsed
[chromium] › editor/various/rich-text.spec.js:98:2 › RichText (@Firefox, @WebKit) › should not highlight more than one format
[chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button
[chromium] › editor/various/rich-text.spec.js:143:2 › RichText (@Firefox, @WebKit) › should transform backtick to code
[chromium] › editor/various/rich-text.spec.js:167:2 › RichText (@Firefox, @WebKit) › should undo backtick transform with backspace
[chromium] › editor/various/rich-text.spec.js:185:2 › RichText (@Firefox, @WebKit) › should not undo backtick transform with backspace after typing
[chromium] › editor/various/rich-text.spec.js:200:2 › RichText (@Firefox, @WebKit) › should not undo backtick transform with backspace after selection change
[chromium] › editor/various/rich-text.spec.js:218:2 › RichText (@Firefox, @WebKit) › should not format text after code bac
|
Loading