Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
||
| import { useLocale } from "@calcom/lib/hooks/useLocale"; | ||
|
|
||
| const ENTERPRISE_BOOKING_FEE = "$99"; // TODO: get this from a new API endpoint |
|
Thank you for following the naming conventions! 🙏 |
| </ul> | ||
| </div> | ||
| </RadioGroup.Item> | ||
| <RadioGroup.Item value="EE"> |
There was a problem hiding this comment.
Disabled and now as a Link
|
Is there a screenshot to see the new panel? |
|
🤖 Meticulous spotted visual differences in 41 of 158 screens tested: view and approve differences detected. Last updated for commit 965bc9f. This comment will update as new commits are pushed. |
Current Playwright Test Results Summary✅ 88 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/12/2023 07:29:19pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 965bc9f Started: 07/12/2023 07:26:52pm UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Routing Forms Seeded Routing Form Routing Link - Reporting and CSV Download
Retry 2 • Retry 1 • Initial Attempt |
2.76% (6)6 / 217 runsfailed over last 7 days |
43.32% (94)94 / 217 runsflaked over last 7 days |
📄 apps/web/playwright/booking-pages.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
pro user can book with multiple guests
Retry 1 • Initial Attempt |
0% (0)0 / 67 runsfailed over last 7 days |
1.49% (1)1 / 67 runflaked over last 7 days |
📄 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 2 Flakes
Top 1 Common Error Messages
|
|
2 Test Cases Affected |
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
2.56% (1)1 / 39 runfailed over last 7 days |
97.44% (38)38 / 39 runsflaked over last 7 days |
|
Popup Tests should open Routing Forms embed on click
Retry 1 • Initial Attempt |
0% (0)0 / 39 runsfailed over last 7 days |
15.38% (6)6 / 39 runsflaked over last 7 days |
📄 apps/web/playwright/login.2fa.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
2FA Tests should allow a user to enable 2FA and login using 2FA
Retry 1 • Initial Attempt |
0% (0)0 / 332 runsfailed over last 7 days |
4.82% (16)16 / 332 runsflaked over last 7 days |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
On the PR description |

What does this PR do?
Fixes #10075
Requirement/Documentation
Type of change
How should this be tested?
Button should redirect to cal.com/sales pages instead of being selectable.
Modifying/Commenting code on the SSR function that returns 404 when an user admin exist on the DB on auth/index so auth/setup doesn't return 404
Mandatory Tasks
Checklist