Components: Add Threats DataView #91661
Annotations
1 error and 1 notice
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: net::ERR_ABORTED; maybe frame was detached?
=========================== logs ===========================
waiting for navigation until "load"
============================================================
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
|
|
This job succeeded
Loading