feat: [CAL-3939] fix org banner #25879
Triggered via pull request
July 19, 2024 05:14
anikdhabal
synchronize
#15557
Status
Success
Total duration
16m 3s
Artifacts
9
pr.yml
on: pull_request_target
Detect changes
11s
Production builds
/
Build API v1
2m 24s
Production builds
/
Build API v2
1m 48s
Type check
/
check-types
1m 48s
Linters
/
lint
3m 20s
Tests
/
Unit
2m 56s
Analyze Build
/
analyze
2m 0s
Matrix: Tests / e2e
Tests
/
Integration
1m 22s
Tests
/
E2E App Store
4m 27s
Tests
/
E2E Embed Core
3m 2s
Tests
/
E2E Embed React
2m 38s
required
0s
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 |
|