All checks #592
Annotations
10 errors and 1 notice
apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step
Test timeout of 60000ms exceeded.
|
apps/web/playwright/fixtures/apps.ts#L21
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step
page.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="install-app-button-personal"]')
============================================================
at apps/web/playwright/fixtures/apps.ts:21
19 | await page.getByTestId(`app-store-app-card-${app}`).click();
20 | await page.getByTestId("install-app-button").click();
> 21 | await page.click('[data-testid="install-app-button-personal"]');
| ^
22 | await page.waitForURL(`apps/installation/event-types?slug=${app}`);
23 | await page.click('[data-testid="set-up-later"]');
24 | },
at Object.installAnalyticsAppSkipConfigure (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:21:18)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:15:7
|
apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step
Pending operations:
- locator.click at apps/web/playwright/fixtures/apps.ts:20:52
|
apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded while tearing down "context".
|
apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
Test timeout of 60000ms exceeded.
|
apps/web/playwright/fixtures/apps.ts#L117
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
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]')
at apps/web/playwright/fixtures/apps.ts:117
115 | await bookTimeSlot(page, { name: `Test Testson`, email: `test@example.com` });
116 | await page.waitForLoadState("networkidle");
> 117 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
118 | await expect(page.locator("[data-testid=where] ")).toContainText(app.label);
119 | }
120 | },
at Object.verifyConferencingAppNew (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:117:66)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:139:7
|
apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
Pending operations:
- expect.toBeVisible at apps/web/playwright/fixtures/apps.ts:117:66
|
apps/web/playwright/booking-pages.e2e.ts#L51
3) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
49 | expect(ogUrl).toEqual(`${WEBAPP_URL}/${user.username}/30-min`);
50 | const avatarLocators = await page.locator('[data-testid="avatar-href"]').all();
> 51 | expect(avatarLocators.length).toBe(1);
| ^
52 |
53 | for (const avatarLocator of avatarLocators) {
54 | expect(await avatarLocator.getAttribute("href")).toEqual(`${WEBAPP_URL}/${user.username}?redirect=false`);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:51:33
|
apps/web/playwright/booking-pages.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected
Test timeout of 60000ms exceeded.
|
apps/web/playwright/booking-pages.e2e.ts#L299
4) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected
page.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="event-type-link"]') to be visible
============================================================
297 | await pageTwo.waitForURL(initialUrl);
298 |
> 299 | await pageTwo.waitForSelector('[data-testid="event-type-link"]');
| ^
300 | const eventTypeLink = pageTwo.locator('[data-testid="event-type-link"]').first();
301 | await eventTypeLink.click();
302 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:299:19
|
4 flaky
[@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected
4 skipped
110 passed (4.4m)
|
This job succeeded
Loading