Boost: Add e2e tests to concatenate JS/CSS #77171
Annotations
1 error and 1 notice
Run Jetpack Boost - Base tests:
projects/plugins/boost/tests/e2e/specs/base/get-started.test.ts#L36
1) specs/base/get-started.test.ts:33:2 › Getting started page › User should be able to purchase the premium plan
Error: page.waitForNavigation: Navigation failed because page crashed!
=========================== logs ===========================
waiting for navigation until "load"
navigated to "https://wordpress.com/checkout/dangerous-penguin-97.a8c-localtunnel.cyou/jetpack_boost_yearly?redirect_to=admin.php%3Fpage%3Djetpack-boost%23%2Fpurchase-successful&site=dangerous-penguin-97.a8c-localtunnel.cyou&unlinked=1"
============================================================
34 | const expectedUrlPattern = /https:\/\/wordpress.com\/.*checkout.*/;
35 |
> 36 | const navigation = jetpackBoostPage.page.waitForNavigation( {
| ^
37 | url: expectedUrlPattern,
38 | timeout: 180000,
39 | } );
at /home/runner/work/jetpack/jetpack/projects/plugins/boost/tests/e2e/specs/base/get-started.test.ts:36:44
|
Run Jetpack Boost - Base tests
1 flaky
specs/base/get-started.test.ts:33:2 › Getting started page › User should be able to purchase the premium plan
5 passed (4.1m)
|
Loading