fix: Conferencing Label When Installing Apps#10351
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Thank you for following the naming conventions! 🙏 |
|
🤖 Meticulous spotted visual differences in 35 of 230 screens tested: view and approve differences detected. Last updated for commit 4ec5bb5. This comment will update as new commits are pushed. |
📦 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✅ 96 Passing - ❌ 1 Failing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/25/2023 12:47:13am UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 4ec5bb5 Started: 07/25/2023 12:45:42am UTC ❌ Failures📄 packages/embeds/embed-core/playwright/tests/embed-pages.e2e.ts • 1 FailureTest Case Results
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Routing Forms Seeded Routing Form Routing Link - Reporting and CSV Download
Retry 1 • Initial Attempt |
10.69% (17)17 / 159 runsfailed over last 7 days |
35.22% (56)56 / 159 runsflaked over last 7 days |
📄 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
1.29% (2)2 / 155 runsfailed over last 7 days |
98.06% (152)152 / 155 runsflaked over last 7 days |
zomars
left a comment
There was a problem hiding this comment.
Can we check why there are type errors in the PR? 🙏🏽
Co-authored-by: Omar López <zomars@me.com>
| const enabledOnTeams = !app.categories.some( | ||
| (category) => category === "calendar" || category === "conferencing" | ||
| ); |
There was a problem hiding this comment.
@zomars, I need to add a check for concurrent meetings when enabling team conferencing apps. This is just a part of the stack of PRs that would be nice to have in prod.
| (category) => category === "calendar" || category === "conferencing" | ||
| ); | ||
|
|
||
| const appInstalled = enabledOnTeams && userAdminTeams ? userAdminTeams.length === appAdded : appAdded > 0; |
There was a problem hiding this comment.
nit:
Creating this variable would make things obvious isAppInstalledForAllTargets = userAdminTeams.length === appAdded
Co-authored-by: Omar López <zomars@me.com>
What does this PR do?
Disables install conferencing apps on teams & orgs until the PR is ready.
Fixes # (issue)
Type of change
How should this be tested?
Mandatory Tasks
Checklist