Create E2E tests for card testing prevention mitigations #8163
Labels
category: e2e
Issues and PRs related to e2e tests.
component: card testing
Issues related to card testing
status: has pr
The issue has a PR.
type: technical debt
This issue/PR represents/solves the technical debt of the project.
Description
We need some tests to ensure our card testing mitigation doesn't prevent legit customers don't get their payments blocked because of some error in the mitigation code.
Activating of the meta possibly will be achieved via mocking the account data.
Acceptance criteria
The code will test that when the preventions are enabled:
Designs
Testing instructions
See tests\e2e\README.md for running E2E tests on your local. Also GH E2E actions shall complete without errors.
Dev notes
Something like this was required since the mitigations were implemented, but didn't have an issue defined. After developing #8141 and fixing paJDYF-c8j-p2 showed that it is needed.
The text was updated successfully, but these errors were encountered: