Add/fix critical css e2e on interstitial #102662
Annotations
1 error and 1 notice
Run Jetpack Boost - Page Cache tests:
projects/plugins/boost/tests/e2e/lib/pages/wp-admin/PermalinksPage.js#L20
1) [chromium] › 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
TimeoutError: page.click: Timeout 20000ms exceeded.
Call log:
- waiting for locator('[id="submit"]')
- locator resolved to <input id="submit" type="submit" name="submit" value="Save Changes" class="button button-primary"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- click action done
- waiting for scheduled navigations to finish
at lib/pages/wp-admin/PermalinksPage.js:20
18 | const selector = '[id="permalink-input-day-name"]';
19 | await this.page.click( selector );
> 20 | await this.page.click( '[id="submit"]' );
| ^
21 | await this.waitForLoad();
22 | }
23 | }
at PermalinksPage.useDayNameStructure (/home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/lib/pages/wp-admin/PermalinksPage.js:20:19)
at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/page-cache/page-cache.test.js:91:3
|
Run Jetpack Boost - Page Cache tests
1 flaky
[chromium] › 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
4 passed (2.7m)
|
Loading