All checks #5
Annotations
2 errors and 1 notice
Run Tests:
apps/web/playwright/payment-apps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/payment-apps.e2e.ts:274:7 › Payment app › when more than one payment app is installed the price should be updated when changing settings
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/payment-apps.e2e.ts#L326
1) [@***com/web] › apps/web/playwright/payment-apps.e2e.ts:274:7 › Payment app › when more than one payment app is installed the price should be updated when changing settings
page.waitForResponse: Page closed
324 |
325 | // Need to wait for the DB to be updated
> 326 | await page.waitForResponse((res) => res.url().includes("update") && res.status() === 200);
| ^
327 |
328 | const paypalPrice = await prisma.eventType.findFirst({
329 | where: {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/payment-apps.e2e.ts:326:16
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/payment-apps.e2e.ts:274:7 › Payment app › when more than one payment app is installed the price should be updated when changing settings
5 skipped
31 passed (1.3m)
|
Loading