Social | Initial State: Migrate URLs in the editor #91566
Annotations
3 errors and 1 notice
tools/e2e-commons/pages/page-actions.js#L187
1) specs/connection.test.js:15:1 › Jetpack Social connection › Can connect wordpress.com account to Jetpack Social
TimeoutError: page.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('text=Start for free')
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 JetpackSocialPage.click (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:187:19)
at JetpackSocialPage.startForFree (/home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/pages/wp-admin/jetpack-social.js:19:14)
at connect (/home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/flows/connection.js:22:20)
at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/connection.test.js:17:3
at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/connection.test.js:16:2
|
tools/e2e-commons/pages/page-actions.js#L187
2) specs/social-sidebar.test.js:17:1 › Jetpack Social sidebar › Connect wordpress.com account ────
TimeoutError: page.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('text=Start for free')
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 JetpackSocialPage.click (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:187:19)
at JetpackSocialPage.startForFree (/home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/pages/wp-admin/jetpack-social.js:19:14)
at connect (/home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/flows/connection.js:22:20)
at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:19:3
at /home/runner/work/jetpack/jetpack/projects/plugins/social/tests/e2e/specs/social-sidebar.test.js:18:2
|
|
|
This job failed
Loading