All checks #577
Annotations
5 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- legacy › user › can add multiple organizer address
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L404
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- legacy › user › can add multiple organizer address
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text=In Person (Organizer Address)').last()
============================================================
402 | await page.getByTestId("location-select").last().click();
403 | }
> 404 | await page.locator("text=In Person (Organizer Address)").last().click();
| ^
405 |
406 | const locationInputName = `locations[${index}].address`;
407 | await page.locator(`input[name="${locationInputName}"]`).waitFor();
at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:404:67)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:138:7
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- legacy › user › can add multiple organizer address
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:404:67
|
apps/web/playwright/impersonation.e2e.ts#L49
2) [@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
Error: expect(received).toBe(expected) // Object.is equality
Expected: "user-3-1719511991554"
Received: "user-3-1719511991798"
47 | const ogUser = await impersonatedUsernameInput.inputValue();
48 |
> 49 | expect(ogUser).toBe(user.username);
| ^
50 | });
51 | });
52 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/impersonation.e2e.ts:49:20
|
apps/web/playwright/integrations-stripe.e2e.ts#L253
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:226:9 › Stripe integration skip true › Change stripe presented currency › Should be able to change currency
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByText('MX$200.00')
- waiting for getByText('MX$200.00')
251 |
252 | // Confirm MXN currency it's displayed use expect
> 253 | await expect(await page.getByText("MX$200.00")).toBeVisible();
| ^
254 |
255 | await selectFirstAvailableTimeSlotNextMonth(page);
256 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:253:55
|
3 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- legacy › user › can add multiple organizer address
[@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:226:9 › Stripe integration skip true › Change stripe presented currency › Should be able to change currency
9 skipped
91 passed (2.5m)
|
This job succeeded
Loading