All checks #7
Annotations
3 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:
apps/web/playwright/profile.e2e.ts#L318
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:314:7 › Update Profile › Can verify the newly added secondary email
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
316 |
317 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 318 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
319 | // Instead of dealing with emails in e2e lets just get the token and navigate to it
320 | const verificationToken = await prisma.verificationToken.findFirst({
321 | where: {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:318:89
|
Run Tests
2 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
[@***com/web] › apps/web/playwright/profile.e2e.ts:314:7 › Update Profile › Can verify the newly added secondary email
5 skipped
30 passed (1.5m)
|
Loading