ScanReport: Disable hiding relevant fields #95421
Annotations
5 errors, 1 warning, and 1 notice
Run Jetpack Boost - Page Cache tests:
projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js#L1
1) specs/page-cache/page-cache.test.js:73:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled
Test timeout of 300000ms exceeded.
|
Run Jetpack Boost - Page Cache tests:
tools/e2e-commons/pages/page-actions.js#L140
1) specs/page-cache/page-cache.test.js:73:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled
Error: page.waitForLoadState: Target page, context or browser has been closed
at ../../../../../tools/e2e-commons/pages/page-actions.js:140
138 | async waitForLoadState( state, timeout ) {
139 | logger.action( `Waiting for '${ state }' load state [timeout: ${ timeout } ms]` );
> 140 | await this.page.waitForLoadState( state, timeout );
| ^
141 | }
142 |
143 | /**
at WPLoginPage.waitForLoadState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:140:19)
at WPLoginPage.waitForDomContentLoaded (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:127:14)
at WPLoginPage.login (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-admin/login.js:24:14)
at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:75:3
|
Run Jetpack Boost - Page Cache tests:
tools/e2e-commons/pages/page-actions.js#L320
1) specs/page-cache/page-cache.test.js:73:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#loginform').first() to be visible
at ../../../../../tools/e2e-commons/pages/page-actions.js:320
318 | );
319 | const element = this.page.locator( selector ).first();
> 320 | await element.waitFor( { state, timeout } );
| ^
321 | return element;
322 | }
323 |
at WPLoginPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17)
at WPLoginPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21)
at WPLoginPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67:16)
at Function.init (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:18:3)
at loginToWpSite (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/log-in.js:31:10)
at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:210:2)
at buildPrerequisites (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:100:5)
at Object.build (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:63:4)
at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:14:3
|
Run Jetpack Boost - Page Cache tests:
tools/e2e-commons/pages/page-actions.js#L320
2) specs/page-cache/page-cache.test.js:89:2 › Cache module › Page Cache meta information should show on the admin when the module is active
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#loginform').first() to be visible
at ../../../../../tools/e2e-commons/pages/page-actions.js:320
318 | );
319 | const element = this.page.locator( selector ).first();
> 320 | await element.waitFor( { state, timeout } );
| ^
321 | return element;
322 | }
323 |
at WPLoginPage.waitForElementState (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:320:17)
at WPLoginPage.waitForElementToBeVisible (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:269:21)
at WPLoginPage.waitForPage (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/page-actions.js:67:16)
at Function.init (/home/runner/work/jetpack/jetpack/tools/e2e-commons/pages/wp-page.js:18:3)
at loginToWpSite (/home/runner/work/jetpack/jetpack/tools/e2e-commons/flows/log-in.js:31:10)
at ensureUserIsLoggedIn (/home/runner/work/jetpack/jetpack/tools/e2e-commons/env/prerequisites.js:210:2)
at buildPrerequisites (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:100:5)
at Object.build (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/env/prerequisites.js:63:4)
at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:14:3
|
Run Jetpack Boost - Page Cache tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Jetpack Boost - Page Cache tests
2 failed
specs/page-cache/page-cache.test.js:73:2 › Cache module › Enabling Page Cache should show error notice when plain permalinks are enabled
specs/page-cache/page-cache.test.js:89:2 › Cache module › Page Cache meta information should show on the admin when the module is active
1 did not run
2 passed (6.9m)
|
Loading