e2e tests at push on Automattic/jetpack-production trunk branch #88487
Annotations
2 errors, 1 warning, and 1 notice
projects/plugins/jetpack/tests/e2e/specs/connection/connection.test.js#L1
1) specs/connection/connection.test.js:36:1 › User connection › Can start classic connection ─────
Test timeout of 300000ms exceeded.
|
tools/e2e-commons/pages/page-actions.js#L187
1) specs/connection/connection.test.js:36:1 › User connection › Can start classic connection ─────
Error: page.click: Target page, context or browser has been closed
at ../../../../../tools/e2e-commons/pages/page-actions.js:187
185 | async click( selector, options = {} ) {
186 | logger.action( `Clicking element '${ selector }'` );
> 187 | await this.page.click( selector, options );
| ^
188 | }
189 |
190 | /**
at AuthorizePage.click (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:187:19)
at AuthorizePage.approve (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wpcom/authorize.js:13:15)
at AuthorizePage.approve (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wpcom/authorize.js:20:23)
at doClassicConnection (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/jetpack-connect.js:30:2)
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/connection/connection.test.js:38:3
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/connection/connection.test.js:37:2
|
|
|
This job succeeded
Loading