test(cypress): add BankRedirect Ideal mandate and PayLater AfterpayClearpay coverage for stripe#13165
test(cypress): add BankRedirect Ideal mandate and PayLater AfterpayClearpay coverage for stripe#13165venkatakarthikm-maker wants to merge 2 commits into
Conversation
Changed Files
|
a16e2a6 to
f5ac7ef
Compare
…earpay coverage for stripe (#13166)
f5ac7ef to
bcd03e7
Compare
|
get_comments |
|
[should-fix] AfterpayClearpayAutoCapture expected status appears incorrect File: The test configuration for AfterpayClearpayAutoCapture: {
Request: { capture_method: "automatic", ... },
Response: {
status: 200,
body: {
status: "requires_payment_method", // ← Verify this is intentional
},
},
}With automatic capture and valid payment method data, the expected status would typically be |
8e2ecff to
bcd03e7
Compare
|
💡 Consider adding validation for the new test configurations The PR adds Consider adding a test that validates the structure of these configs at load time to catch typos or schema mismatches early. |
Closes #13166
Summary
Added Cypress test coverage for two Stripe connector scenarios that were previously untested:
Changes
Verification