All checks #512
Annotations
10 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L404
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option
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:292:9
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:404:67
|
apps/web/playwright/eventType/limit-tab.e2e.ts#L7
2) [@***com/web] › apps/web/playwright/eventType/limit-tab.e2e.ts:12:7 › Limits Tab - Event Type › Check the functionalities of the Limits Tab
page.goto: Timeout 30000ms exceeded.
=========================== logs ===========================
navigating to "http://***:3000/event-types", waiting until "load"
============================================================
5 | test.beforeEach(async ({ page, users, bookingPage }) => {
6 | await loginUser(users);
> 7 | await page.goto("/event-types");
| ^
8 | await bookingPage.goToEventType("30 min");
9 | await bookingPage.goToTab("event_limit_tab_title");
10 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/eventType/limit-tab.e2e.ts:7:16
|
apps/web/playwright/eventType/limit-tab.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/eventType/limit-tab.e2e.ts:12:7 › Limits Tab - Event Type › Check the functionalities of the Limits Tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/insights.e2e.ts#L140
3) [@***com/web] › apps/web/playwright/insights.e2e.ts:130:7 › Insights › Insights Organization should have isAll option true
page.waitForLoadState: Timeout 30000ms exceeded.
138 |
139 | await page.goto("/insights");
> 140 | await page.waitForLoadState("networkidle");
| ^
141 |
142 | await page.getByTestId("dashboard-shell").getByText("All").nth(1).click();
143 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/insights.e2e.ts:140:16
|
apps/web/playwright/insights.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/insights.e2e.ts:130:7 › Insights › Insights Organization should have isAll option true
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/embed-code-generator.e2e.ts#L196
4) [@***com/web] › apps/web/playwright/embed-code-generator.e2e.ts:199:11 › Embed Code Generator Tests › Organization › Event Types Page › open Embed Dialog and choose Inline for First Event Type
page.goto: Timeout 30000ms exceeded.
=========================== logs ===========================
navigating to "http://***:3000/event-types", waiting until "load"
============================================================
194 | test.describe("Event Types Page", () => {
195 | test.beforeEach(async ({ page }) => {
> 196 | await page.goto("/event-types");
| ^
197 | });
198 |
199 | test("open Embed Dialog and choose Inline for First Event Type", async ({ page, users }) => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/embed-code-generator.e2e.ts:196:20
|
apps/web/playwright/event-types.e2e.ts#L120
5) [@***com/web] › apps/web/playwright/event-types.e2e.ts:116:9 › Event Types tests -- future › user › edit first event
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types/1225?tabName=setup"
"domcontentloaded" event fired
============================================================
118 | const firstEventTypeElement = $eventTypes.first();
119 | await firstEventTypeElement.click();
> 120 | await page.waitForURL((url) => {
| ^
121 | return !!url.pathname.match(/\/event-types\/.+/);
122 | });
123 | await page.locator("[data-testid=update-eventtype]").click();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:120:18
|
apps/web/playwright/event-types.e2e.ts#L1
6) [@***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.
|
3 failed
[@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option
[@***com/web] › apps/web/playwright/eventType/limit-tab.e2e.ts:12:7 › Limits Tab - Event Type › Check the functionalities of the Limits Tab
[@***com/web] › apps/web/playwright/insights.e2e.ts:130:7 › Insights › Insights Organization should have isAll option true
5 interrupted
[@***com/web] › apps/web/playwright/insights.e2e.ts:240:7 › Insights › should test download button
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:28:9 › Stripe integration skip true › Stripe integration dashboard › Can add Stripe integration
[@***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:111:7 › Stripe integration skip true › Can book a paid booking
7 flaky
[@***com/web] › apps/web/playwright/embed-code-generator.e2e.ts:199:11 › Embed Code Generator Tests › Organization › Event Types Page › open Embed Dialog and choose Inline for First Event Type
[@***com/web] › apps/web/playwright/event-types.e2e.ts:116:9 › Event Types tests -- future › user › edit first event
[@***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/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ──
[@***com/web] › apps/web/playwright/insights.e2e.ts:85:7 › Insights › should be able to go to insights as members
[@***com/web] › apps/web/playwright/insights.e2e.ts:103:7 › Insights › team select filter should have 2 teams and your account option only as member
[@***com/web] › apps/web/playwright/insights.e2e.ts:151:7 › Insights › should have all option in team-and-self filter as admin
48 skipped
40 passed (2.1m)
|
This job failed
Loading