test(payments): Add test coverage for Checkout - PayPal flows#20710
Open
xlisachan wants to merge 3 commits into
Open
test(payments): Add test coverage for Checkout - PayPal flows#20710xlisachan wants to merge 3 commits into
xlisachan wants to merge 3 commits into
Conversation
This pull request - Moves test coverage for checkout failure scenarios (declined card, expired card, insufficient funds, 3DS, duplicate subscription, downgrade blocked) from flaky tests to unit and integration tests. - Cleans up dead page object helpers and test cards after removing respective tests, and fixes flakiness in remaining functional tests. Closes PAY-3761
ac935e3 to
6507c18
Compare
This pull request - Adds unit, integration, and component-level test coverage for PayPal payment method error handling on the subscription management page Closes: PAY-3688
6507c18 to
35b5fee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request
Note: PayPal checkout success functional tests will only run on stage, as the sandbox is not reachable on local
Issue that this pull request solves
Closes: PAY-3688
Checklist
Put an
xin the boxes that apply