-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ci(cypress): Add field level verification #6153
Conversation
Review changes with SemanticDiff. Analyzed 4 of 4 files. Overall, the semantic diff is 19% smaller than the GitHub diff. 1 files do not contain logic changes.
|
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.
other than that, lgtm
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.
nit:
if you don't mind, can the assertion changes be applied to all the assertions in this file?
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.
this can be taken up as a separate pr
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.
Since this is a significant change, I thought it would be better to go with a patch update rather than updating everything at once
Type of Change
Description
Added assertions to validate individual field values in the CreatePayment, ConfirmPayment, and RetrievePayment flows for Stripe.
Motivation and Context
Verify individual field values in Cypress tests for enhanced accuracy
How did you test it?
Ran locally
Checklist
cargo +nightly fmt --all
cargo clippy