chore: Updated labeler to v5 #22634
Annotations
6 errors and 1 notice
Run Tests:
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L378
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid=update-eventtype]')
locator resolved to <button disabled type="submit" form="event-type-form" da…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
376 |
377 | async function saveEventType(page: Page) {
> 378 | await page.locator("[data-testid=update-eventtype]").click();
| ^
379 | }
380 |
381 | async function gotoBookingPage(page: Page) {
at saveEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:378:56)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:266:15
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:378:56
|
Run Tests:
apps/web/playwright/hash-my-url.e2e.ts#L58
2) [@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ─
locator.fill: Error: strict mode violation: locator('[data-testid=event-title]') resolved to 2 elements:
1) <input id=":r33:" required="" name="title" placeholder=…/> aka locator('div').filter({ hasText: 'TitleDescription A quick video meeting.URL***:3000/user-7-1716208268094/' }).getByTestId('event-title')
2) <input id=":r4p:" required="" name="title" placeholder=…/> aka locator('div').filter({ hasText: 'TitleDescriptionURL***:3000/user-7-1716208268094/' }).getByTestId('event-title')
=========================== logs ===========================
waiting for locator('[data-testid=event-title]')
============================================================
56 | // Additionally, if the slug is changed, ensure that the private URL is updated accordingly.
57 | await page.getByTestId("verti***-tab-event_setup_tab_title").click();
> 58 | await page.locator("[data-testid=event-title]").fill("somethingrandom");
| ^
59 | await page.locator("[data-testid=event-slug]").fill("somethingrandom");
60 | await page.locator("[data-testid=update-eventtype]").click();
61 | await page.getByTestId("toast-success").waitFor();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/hash-my-url.e2e.ts:58:53
|
Run Tests:
apps/web/playwright/impersonation.e2e.ts#L49
3) [@***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-1-1716208268543"
Received: "user-1-1716208268790"
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
|
Run Tests:
apps/web/playwright/integrations-stripe.e2e.ts#L163
4) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:143:7 › Stripe integration › Pending payment booking should not be confirmed by default
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')
============================================================
161 | await page.goto(`/bookings/upcoming`);
162 |
> 163 | await expect(page.getByText("Unconfirmed")).toBeVisible();
| ^
164 | await expect(page.getByText("Pending payment").last()).toBeVisible();
165 | });
166 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:163:49
|
Run Tests
4 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
[@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ──
[@***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:143:7 › Stripe integration › Pending payment booking should not be confirmed by default
2 skipped
59 passed (2.0m)
|
The logs for this run have expired and are no longer available.
Loading