Skip to content

feat: [CAL-3939] fix org banner #25879

feat: [CAL-3939] fix org banner

feat: [CAL-3939] fix org banner #25879

Triggered via pull request July 19, 2024 05:14
@anikdhabalanikdhabal
synchronize #15557
Status Success
Total duration 16m 3s
Artifacts 9

pr.yml

on: pull_request_target
Detect changes
11s
Detect changes
Check for E2E label
2s
Check for E2E label
Analyze Build  /  analyze
2m 0s
Analyze Build / analyze
Matrix: Tests / e2e
required
0s
required
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 3 warnings, and 7 notices
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType: apps/web/playwright/organization/booking.e2e.ts#L516
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 514 | return BookingTitle === bookingTitle; 515 | }) > 516 | ).toBe(true); | ^ 517 | } else { 518 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`; 519 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle); at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:516:7) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:118:11 at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:112:7
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType: apps/web/playwright/organization/booking.e2e.ts#L516
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 514 | return BookingTitle === bookingTitle; 515 | }) > 516 | ).toBe(true); | ^ 517 | } else { 518 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`; 519 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle); at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:516:7) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:118:11 at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:112:7
[@calcom/web] › apps/web/playwright/settings-admin.e2e.ts:9:7 › Settings/admin tests -- future › should render /settings/admin page: apps/web/playwright/settings-admin.e2e.ts#L21
1) [@***com/web] › apps/web/playwright/settings-admin.e2e.ts:9:7 › Settings/admin tests -- future › should render /settings/admin page Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for getByRole('heading', { name: 'Feature Flags' }) - waiting for getByRole('heading', { name: 'Feature Flags' }) 19 | const locator = page.getByRole("heading", { name: "Feature Flags" }); 20 | > 21 | await expect(locator).toBeVisible(); | ^ 22 | }); 23 | }); 24 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/settings-admin.e2e.ts:21:27
[@calcom/web] › apps/web/playwright/signup.e2e.ts:196:7 › Signup Flow Test › Email verification sent if enabled: apps/web/playwright/signup.e2e.ts#L221
2) [@***com/web] › apps/web/playwright/signup.e2e.ts:196:7 › Signup Flow Test › Email verification sent if enabled page.waitForURL: Timeout 30000ms exceeded. =========================== logs =========================== waiting for navigation until "load" ============================================================ 219 | await page.click('button[type="submit"]'); 220 | > 221 | await page.waitForURL((url) => url.pathname.includes("/auth/verify-email")); | ^ 222 | // Find the newly created user and add it to the fixture store 223 | const newUser = await users.set(userToCreate.email); 224 | expect(newUser).not.toBeNull(); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/signup.e2e.ts:221:16
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:218:9 › Routing Forms › Seeded Routing Form › Routing Link - Reporting and CSV Download : packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L235
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:218:9 › Routing Forms › Seeded Routing Form › Routing Link - Reporting and CSV Download locator.waitFor: Timeout 1000ms exceeded. =========================== logs =========================== waiting for locator('[data-testid=\'reporting-header\'] th').first() to be visible ============================================================ 233 | // Once the response is there, React would soon render it, so 500ms is enough 234 | // FIXME: Sometimes it takes more than 500ms, so added a timeout of 1000ms for now. There might be something wrong with rendering. > 235 | await headerEls.first().waitFor({ | ^ 236 | timeout: 1000, 237 | }); 238 | const numHeaderEls = await headerEls.count(); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:235:31
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-Test field"]') ============================================================ 343 | 344 | // //event redirect > 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing"); | ^ 346 | await page.click('[data-testid="test-routing"]'); 347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText(); 348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText(); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Pending operations: - page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
Linters / lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ataylorme/eslint-annotate-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze Build / analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze Build / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🎭 Playwright Run Summary
1 skipped 2 passed (2.9s)
🎭 Playwright Run Summary
3 skipped 21 passed (43.6s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType 6 skipped 35 passed (55.4s)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/settings-admin.e2e.ts:9:7 › Settings/admin tests -- future › should render /settings/admin page [@***com/web] › apps/web/playwright/signup.e2e.ts:196:7 › Signup Flow Test › Email verification sent if enabled 18 skipped 72 passed (1.2m)
🎭 Playwright Run Summary
2 flaky [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:218:9 › Routing Forms › Seeded Routing Form › Routing Link - Reporting and CSV Download [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route 5 skipped 8 passed (1.6m)
🎭 Playwright Run Summary
4 skipped 132 passed (2.8m)
🎭 Playwright Run Summary
9 skipped 94 passed (3.2m)

Artifacts

Produced during runtime
Name Size
app-store-results Expired
8.17 MB
bundle Expired
2.31 KB
embed-core-results Expired
195 KB
embed-react-results Expired
177 KB
lint-results Expired
341 KB
test-results-1_4 Expired
271 KB
test-results-2_4 Expired
264 KB
test-results-3_4 Expired
5.63 MB
test-results-4_4 Expired
8.51 MB