-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: travel schedules to schedule timezone changes #14512
Conversation
Current Playwright Test Results Summary✅ 310 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 04/12/2024 05:56:24pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: bb55709 Started: 04/12/2024 05:52:53pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Availablity Can manage single schedule
Retry 1 • Initial Attempt |
0% (0)0 / 349 runsfailed over last 7 days |
25.21% (88)88 / 349 runsflaked over last 7 days |
📄 apps/web/playwright/teams.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Teams - NonOrg -- future Team Onboarding Invite Members
Retry 1 • Initial Attempt |
9.48% (33)33 / 348 runsfailed over last 7 days |
33.05% (115)115 / 348 runsflaked over last 7 days |
📄 apps/web/playwright/team/team-invitation.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Team Invitation (non verified)
Retry 1 • Initial Attempt |
1.15% (4)4 / 349 runsfailed over last 7 days |
12.61% (44)44 / 349 runsflaked over last 7 days |
📄 apps/web/playwright/integrations-stripe.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 |
---|---|---|
Stripe integration Can book a paid booking
Retry 1 • Initial Attempt |
2.65% (9)9 / 340 runsfailed over last 7 days |
35.29% (120)120 / 340 runsflaked over last 7 days |
Stripe integration Paid booking should be able to be cancelled
Retry 1 • Initial Attempt |
1.19% (4)4 / 335 runsfailed over last 7 days |
6.87% (23)23 / 335 runsflaked over last 7 days |
📄 apps/web/playwright/profile.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Update Profile Newly added secondary email should show as Unverified
Retry 1 • Initial Attempt |
0.88% (3)3 / 339 runsfailed over last 7 days |
7.37% (25)25 / 339 runsflaked over last 7 days |
📄 packages/app-store/routing-forms/playwright/tests/basic.e2e.ts • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Routing Forms Seeded Routing Form Test preview should return correct route
Retry 1 • Initial Attempt |
0% (0)0 / 338 runsfailed over last 7 days |
33.43% (113)113 / 338 runsflaked over last 7 days |
📄 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 8 Flakes
Top 1 Common Error Messages
|
8 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Popup Tests should open embed iframe on click - Configured with light theme
Retry 1 • Initial Attempt |
0% (0)0 / 338 runsfailed over last 7 days |
63.91% (216)216 / 338 runsflaked over last 7 days |
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
-177.69% (-215)-215 / 121 runsfailed over last 7 days |
177.69% (215)215 / 121 runsflaked over last 7 days |
Popup Tests should open Routing Forms embed on click
Retry 1 • Initial Attempt |
-177.69% (-215)-215 / 121 runsfailed over last 7 days |
177.69% (215)215 / 121 runsflaked over last 7 days |
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe according to system theme when no theme is configured through Embed API
Retry 1 • Initial Attempt |
-176.03% (-213)-213 / 121 runsfailed over last 7 days |
177.69% (215)215 / 121 runsflaked over last 7 days |
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe according to system theme when configured with 'auto' theme using Embed API
Retry 1 • Initial Attempt |
-180.67% (-215)-215 / 119 runsfailed over last 7 days |
180.67% (215)215 / 119 runsflaked over last 7 days |
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe(Booker Profile Page) with dark theme when configured with dark theme using Embed API
Retry 1 • Initial Attempt |
-180.67% (-215)-215 / 119 runsfailed over last 7 days |
180.67% (215)215 / 119 runsflaked over last 7 days |
Popup Tests Floating Button Popup Pro User - Configured in App with default setting of system theme should open embed iframe(Event Booking Page) with dark theme when configured with dark theme using Embed API
Retry 1 • Initial Attempt |
-180.67% (-215)-215 / 119 runsfailed over last 7 days |
180.67% (215)215 / 119 runsflaked over last 7 days |
Popup Tests prendered embed should be loaded and apply the config given to it
Retry 1 • Initial Attempt |
-180.67% (-215)-215 / 119 runsfailed over last 7 days |
180.67% (215)215 / 119 runsflaked over last 7 days |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed conflicts. LGTM
What does this PR do?
Same as: #13951 because changes got lost
Fixes #14508