All checks #33
Annotations
10 errors and 1 notice
Run Tests:
apps/web/playwright/profile.e2e.ts#L318
1) [@***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:
apps/web/playwright/profile.e2e.ts#L318
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:314:7 › Update Profile › Can verify the newly added secondary email
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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:
apps/web/playwright/profile.e2e.ts#L318
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:314:7 › Update Profile › Can verify the newly added secondary email
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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:
apps/web/playwright/availability.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/availability.e2e.ts:117:7 › Availablity › Can manage single schedule
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/availability.e2e.ts#L140
2) [@***com/web] › apps/web/playwright/availability.e2e.ts:117:7 › Availablity › Can manage single schedule
locator.click: Target closed
=========================== logs ===========================
waiting for locator('div').filter({ hasText: 'Sunday9:00am - 5:00pm' }).getByTestId('add-time-availability').first()
============================================================
138 | .getByTestId("add-time-availability")
139 | .first()
> 140 | .click();
| ^
141 | await expect(page.locator("div").filter({ hasText: "6:00pm" }).nth(1)).toBeVisible();
142 | await page.getByRole("button", { name: save }).click();
143 | await expect(page.getByText("Sun - Tue, Thu - Sat, 9:00 AM - 5:00 PM")).toBeVisible();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/availability.e2e.ts:140:8
|
Run Tests:
apps/web/playwright/availability.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/availability.e2e.ts:117:7 › Availablity › Can manage single schedule
Pending operations:
- locator.click at apps/web/playwright/availability.e2e.ts:140:8
|
Run Tests:
apps/web/playwright/integrations-stripe.e2e.ts#L376
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false
expect.toBeVisible: Error: strict mode violation: getByText('Unconfirmed') resolved to 3 elements:
1) <div class="flex items-center gap-x-2"> Unconfirmed</div> aka getByTestId('horizontal-tab-unconfirmed')
2) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Mon, 3 Jun 9:00am - 9:30am Unconfirmed' })
3) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Paid between Nameless and Stripe Stripeson Pending payment You and Stripe Stripeson' })
=========================== logs ===========================
expect.toBeVisible with timeout 30000ms
waiting for getByText('Unconfirmed')
waiting for getByText('Unconfirmed')
============================================================
374 | await page.goto(`/bookings/upcoming`);
375 |
> 376 | await expect(page.getByText("Unconfirmed")).toBeVisible();
| ^
377 | await expect(page.getByText("Pending payment").last()).toBeVisible();
378 | });
379 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:376:49
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L152
4) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
locator.click: Target closed
=========================== logs ===========================
waiting for getByTestId('event-types').locator('a[title="managed"]')
============================================================
150 | await page.goto("/event-types");
151 |
> 152 | await page.getByTestId("event-types").locator('a[title="managed"]').click();
| ^
153 | await page.waitForURL("event-types/**");
154 |
155 | await expect(page.locator('input[name="title"]')).toBeEditable();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:152:75
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:148:5
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Pending operations:
- page.goto at apps/web/playwright/managed-event-types.e2e.ts:150:18
|
Run Tests
1 failed
[@***com/web] › apps/web/playwright/profile.e2e.ts:314:7 › Update Profile › Can verify the newly added secondary email
6 flaky
[@***com/web] › apps/web/playwright/availability.e2e.ts:117:7 › Availablity › Can manage single schedule
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false
[@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
[@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
36 skipped
285 passed (5.1m)
|
The logs for this run have expired and are no longer available.
Loading