e2e tests at push on Automattic/jetpack-production trunk branch #66284
Annotations
3 errors and 1 notice
tools/e2e-commons/pages/page-actions.js#L183
1) specs/pre-connection/pre-connection.test.js:45:1 › Connect button is displayed on Jetpack page
TimeoutError: page.click: Timeout 20000ms exceeded.
=========================== logs ===========================
waiting for locator('#toplevel_page_jetpack .wp-submenu a[href$="admin.php?page=jetpack"]')
============================================================
at ../../../../../tools/e2e-commons/pages/page-actions.js:183
181 | async click( selector, options = {} ) {
182 | logger.action( `Clicking element '${ selector }'` );
> 183 | await this.page.click( selector, options );
| ^
184 | }
185 |
186 | /**
at Sidebar.click (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:183:19)
at Sidebar._selectMenuItem (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/sidebar.js:67:21)
at Sidebar.selectJetpackSubMenuItem (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/sidebar.js:19:10)
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/pre-connection/pre-connection.test.js:46:2
|
tools/e2e-commons/pages/page-actions.js#L183
1) specs/pre-connection/pre-connection.test.js:45:1 › Connect button is displayed on Jetpack page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 20000ms exceeded.
=========================== logs ===========================
waiting for locator('#toplevel_page_jetpack .wp-submenu a[href$="admin.php?page=jetpack"]')
============================================================
at ../../../../../tools/e2e-commons/pages/page-actions.js:183
181 | async click( selector, options = {} ) {
182 | logger.action( `Clicking element '${ selector }'` );
> 183 | await this.page.click( selector, options );
| ^
184 | }
185 |
186 | /**
at Sidebar.click (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:183:19)
at Sidebar._selectMenuItem (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/sidebar.js:67:21)
at Sidebar.selectJetpackSubMenuItem (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/sidebar.js:19:10)
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/pre-connection/pre-connection.test.js:46:2
|
|
|
The logs for this run have expired and are no longer available.
Loading