fix: org invite#11356
Conversation
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
|
Thank you for following the naming conventions! 🙏 |
Current Playwright Test Results Summary✅ 121 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/18/2023 11:17:38pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: f65d0bb Started: 09/18/2023 11:15:24pm UTC
|
| 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 |
4.98% (14)14 / 281 runsfailed over last 7 days |
26.69% (75)75 / 281 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 |
2.02% (6)6 / 297 runsfailed over last 7 days |
96.63% (287)287 / 297 runsflaked over last 7 days |
📄 apps/web/playwright/webhook.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
FORM_SUBMITTED on submitting team form, triggers team webhook
Retry 1 • Initial Attempt |
0.36% (1)1 / 278 runfailed over last 7 days |
6.47% (18)18 / 278 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! 🙌 |
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
|
Not a blocker for this PR but I see an option to add existing team members to a team. Adding those who have accepted the request, throws error but adding those who are in Pending state silently ignores that it's already added. |
|
Not sure, if related to the changes in here but I see that members get duplicated in the list when inviting a new team member. |
OK i'll open up issue for this |
What does this PR do?
Fixes #11311
Screen.Recording.2023-09-14.at.11.23.31.PM.mov
How to test this ?
NOTE: While testing locally you might have to comment the line await navigator.clipboard.writeText(inviteLink) and get the invite link by logging in on console.
Type of change