Components: Add Threats DataView #91993
Annotations
2 errors and 1 notice
tools/e2e-commons/pages/wp-admin/block-editor.js#L109
1) specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar › Goto post edit page ──────────────
TimeoutError: frame.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('.editor-post-title__input')
- locator resolved to <h1 role="textbox" aria-multiline="true" contenteditable="true" aria-label="Add title" class="wp-block wp-block-post-title block-editor-block-list__block editor-post-title editor-post-title__input rich-text is-selected">…</h1>
- attempting click action
- waiting for element to be visible, enabled and stable
at ../../../../../tools/e2e-commons/pages/wp-admin/block-editor.js:109
107 | async selectPostTitle() {
108 | await this.canvasPage.canvas().focus( this.postTitleFldSel );
> 109 | await this.canvasPage.canvas().click( this.postTitleFldSel );
| ^
110 | }
111 |
112 | async openSettingsSidebar() {
at BlockEditorPage.selectPostTitle (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/block-editor.js:109:34)
at BlockEditorPage.setTitle (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/block-editor.js:87:3)
at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:40:3
at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:22:2
|
|
|
This job failed
Loading