Adjust copy on Connection banner #71528
Annotations
2 errors, 1 warning, and 1 notice
Run Jetpack connection tests:
projects/plugins/jetpack/tests/e2e/specs/connection/connection.test.js#L10
1) specs/connection/connection.test.js:20:1 › Site only connection ───────────────────────────────
Test timeout of 300000ms exceeded while running "beforeEach" hook.
8 | import { prerequisitesBuilder } from 'jetpack-e2e-commons/env/index.js';
9 |
> 10 | test.beforeEach( async ( { page } ) => {
| ^
11 | await prerequisitesBuilder( page )
12 | .withCleanEnv()
13 | .withLoggedIn( true )
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/connection/connection.test.js:10:6
|
Run Jetpack connection tests:
tools/e2e-commons/pages/page-actions.js#L39
1) specs/connection/connection.test.js:20:1 › Site only connection ───────────────────────────────
Error: page.goto: Target page, context or browser has been closed
at ../../../../../tools/e2e-commons/pages/page-actions.js:39
37 | } catch ( e ) {
38 | logger.error( `Error navigating to ${ url } (1). Retrying once.\n${ e }` );
> 39 | response = await this.page.goto( url, options );
| ^
40 | }
41 |
42 | return response;
at DashboardPage.goto (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:39:31)
at Function.visit (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:28:3)
at /home/runner/work/jetpack/jetpack/projects/plugins/jetpack/tests/e2e/specs/connection/connection.test.js:16:2
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Jetpack connection tests
1 flaky
specs/connection/connection.test.js:20:1 › Site only connection ────────────────────────────────
1 passed (8.4m)
|
The logs for this run have expired and are no longer available.
Loading