fix: Hotfix/ Dynamic Group Booking Links not working in new booker#9685
fix: Hotfix/ Dynamic Group Booking Links not working in new booker#9685sean-brydon merged 3 commits intomainfrom
Conversation
This reverts commit d93f031.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
|
Thank you for following the naming conventions! 🙏 |
Current Playwright Test Results Summary✅ 98 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 06/21/2023 01:26:16pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: da0943c Started: 06/21/2023 01:23:33pm UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Event Types tests user -- old-booker can add multiple organizer address
Retry 1 • Initial Attempt |
3.27% (10)10 / 306 runsfailed over last 7 days |
30.07% (92)92 / 306 runsflaked over last 7 days |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 Five Pages Changed SizeThe following pages changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored. |
sean-brydon
left a comment
There was a problem hiding this comment.
Tested locally - working nice find!
What does this PR do?
Group Booking Links are 404 in production. This is because new booker is enabled and it doesn't have correct handling for + everywhere.
Type of change
How should this be tested?
Mandatory Tasks
Checkly Test
Added a checkly test for Booking Routes which tests dynamic group booking link and the check is failing currently