-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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: skip confirm step in booker #18773
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (01/23/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add platform team as reviewer" took an action on this PR • (01/23/25)1 reviewer was added to this PR based on Keith Williams's automation. |
const isRequired = hidden | ||
? false | ||
: isFieldApplicableToCurrentView | ||
? checkOptional | ||
? true | ||
: bookingField.required | ||
: false; |
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.
we should simplify this
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.
type checks are failing
E2E results are ready! |
looking good, we might want to add en e2e test with this flow using the iframe embed in the future |
What does this PR do?
with Turnstile disabled
https://www.loom.com/share/afbfc32af32f4fad94c1e9f80c832827?sid=4b5aee5a-5019-4eaf-bda8-5e9ca17be7e3
with Turnstile enabled
https://www.loom.com/share/ad9fb69d1d544bdaa1923e44f86a733f?sid=b18bd4a0-e53a-43e3-a82a-cb3175d67c20
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist