Remove unused code #74
Annotations
1 error and 1 notice
[chromium] › attach-modal.spec.js:89:6 › Attach Modal › attach modal visibility on Group Edit page:
tests/e2e/specs/attach-modal.spec.js#L109
1) [chromium] › attach-modal.spec.js:89:6 › Attach Modal › attach modal visibility on Group Edit page
Error: page.reload: net::ERR_ABORTED; maybe frame was detached?
Call log:
- waiting for navigation until "load"
107 |
108 | await page.waitForLoadState("networkidle");
> 109 | await page.reload();
| ^
110 |
111 | await expect( page.locator('[data-formmodal-id="ppom-product-modal"]') ).toBeVisible();
112 | });
at /home/runner/work/woocommerce-product-addon/woocommerce-product-addon/tests/e2e/specs/attach-modal.spec.js:109:14
|
🎭 Playwright Run Summary
1 flaky
[chromium] › attach-modal.spec.js:89:6 › Attach Modal › attach modal visibility on Group Edit page
6 passed (53.4s)
|