Conversation
…o fix/new-booker-embed-misc
…and light schemes
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
|
Thank you for following the naming conventions! 🙏 |
📦 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! 🙌 |
Current Playwright Test Results Summary✅ 94 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/18/2023 02:13:38pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: df198e4 Started: 07/18/2023 02:11:52pm UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
1.32% (2)2 / 152 runsfailed over last 7 days |
98.03% (149)149 / 152 runsflaked over last 7 days |
|
is this what infisical is experiencing? |
|
🤖 Meticulous spotted visual differences in 201 of 432 screens tested: view and approve differences detected. Last updated for commit df198e4. This comment will update as new commits are pushed. |
|
@PeerRich Yes, it's the same issue. But they are experiencing a bigger issue that their CSP policy is blocking our inline styles. Also CSP policy is impacting not just us but Intercom as well. |
…not-working-embed
| const iframe = this.cal.createIframe({ calLink, queryObject: Cal.getQueryObject(config) }); | ||
| iframe.style.height = "100%"; | ||
| iframe.style.width = "100%"; | ||
| const element = |
There was a problem hiding this comment.
Renamed element to containerEl
a5671be to
d2c30e0
Compare
…g document and cal.com iframe don't match (calcom#10033) ## What does this PR do? Fixes calcom#10032 Before: https://www.loom.com/share/1890e4eebf41426aaf66d8b4909d0765 After: https://www.loom.com/share/8b00c41587f2467ab05ef48e4ed523ef ## Type of change <!-- Please delete bullets that are not relevant. --> - Bug fix (non-breaking change which fixes an issue) ## How should this be tested? - See loom ## Mandatory Tasks - [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected. ## Checklist - I haven't added tests that prove my fix is effective or that my feature works



What does this PR do?
Fixes #10032
Before:
https://www.loom.com/share/1890e4eebf41426aaf66d8b4909d0765
After:
https://www.loom.com/share/8b00c41587f2467ab05ef48e4ed523ef
Type of change
How should this be tested?
Mandatory Tasks
Checklist