All checks #374
Annotations
10 errors, 1 warning, 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 -- future › user › can add multiple organizer address
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L170
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
locator.click: Target closed
=========================== logs ===========================
waiting for locator('span:has-text("location 2")')
locator resolved to <span class="text-emphasis me-2 ms-2 text-sm">location 2</span>
attempting click action
waiting for element to be visible, enabled and stable
element is not stable - waiting...
============================================================
168 | await page.goto(previewLink ?? "");
169 | await selectFirstAvailableTimeSlotNextMonth(page);
> 170 | await page.locator(`span:has-text("${locationData[1]}")`).click();
| ^
171 | await bookTimeSlot(page);
172 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
173 | await expect(page.locator(`[data-testid="where"]`)).toHaveText(locationData[1]);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:170:65
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Pending operations:
- page.click at apps/web/playwright/lib/testUtils.ts:99:14
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L172
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
170 | await page.locator(`span:has-text("${locationData[1]}")`).click();
171 | await bookTimeSlot(page);
> 172 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
173 | await expect(page.locator(`[data-testid="where"]`)).toHaveText(locationData[1]);
174 | });
175 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:172:64
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- expect.toBeVisible at apps/web/playwright/event-types.e2e.ts:172:64
|
apps/web/playwright/event-types.e2e.ts#L38
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while running "afterEach" hook.
36 | });
37 |
> 38 | test.afterEach(async ({ users }) => {
| ^
39 | await users.deleteAll();
40 | });
41 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:38:10
|
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:39:7 › Stripe integration skip true › when enabling Stripe, credentialId is included
Test timeout of 60000ms exceeded.
|
apps/web/playwright/integrations-stripe.e2e.ts#L50
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:39:7 › Stripe integration skip true › when enabling Stripe, credentialId is included
page.waitForResponse: Page closed
48 |
49 | // Need to wait for the DB to be updated with the metadata
> 50 | await page.waitForResponse((res) => res.url().includes("update") && res.status() === 200);
| ^
51 |
52 | // Check event type metadata to see if credentialId is included
53 | const eventTypeMetadata = await prisma.eventType.findFirst({
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:50:16
|
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:39:7 › Stripe integration skip true › when enabling Stripe, credentialId is included
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
|
4 failed
[@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:39:7 › Stripe integration skip true › when enabling Stripe, credentialId is included
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:69:7 › Stripe integration skip true › when enabling Stripe, team credentialId is included
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:124:7 › Stripe integration skip true › Pending payment booking should not be confirmed by default
5 interrupted
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:111:7 › Stripe integration skip true › Can book a paid booking
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:203:9 › Stripe integration skip true › When event is paid and confirmed › Payment should confirm pending payment booking
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:212:9 › Stripe integration skip true › When event is paid and confirmed › Paid and confirmed booking should be able to be rescheduled
4 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:227:11 › Event Types tests -- future › user › Different Locations Tests › Can add Link Meeting as location and book with it
[@***com/web] › apps/web/playwright/event-types.e2e.ts:309:11 › Event Types tests -- future › user › Different Locations Tests › can select 'display on booking page' option when multiple organizer input type are present
[@***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/insights.e2e.ts:85:7 › Insights › should be able to go to insights as members
43 skipped
47 passed (5.1m)
|
The logs for this run have expired and are no longer available.
Loading