Problem
The Bluesnap No3DSFailPayment Cypress test in 23-Variations.cy.js is failing because the decline test card was being approved by Bluesnap's sandbox instead of triggering a failure response.
Steps to reproduce
- Run Cypress test:
23-Variations.cy.js with connector bluesnap
- Observe
Card-NoThreeDS fail payment flow test assertion failure
- Error:
status: expected 'failed' to deeply equal 'succeeded'
Expected behavior
The test should use a test card/configuration that reliably triggers a decline in Bluesnap's sandbox.
Environment
- Cypress test suite:
cypress-tests/
- Connector:
bluesnap
- Test file:
cypress/e2e/spec/Payment/23-Variations.cy.js
- Config:
cypress/e2e/configs/Payment/Bluesnap.js
Related
Problem
The Bluesnap
No3DSFailPaymentCypress test in23-Variations.cy.jsis failing because the decline test card was being approved by Bluesnap's sandbox instead of triggering a failure response.Steps to reproduce
23-Variations.cy.jswith connectorbluesnapCard-NoThreeDS fail payment flow testassertion failurestatus: expected 'failed' to deeply equal 'succeeded'Expected behavior
The test should use a test card/configuration that reliably triggers a decline in Bluesnap's sandbox.
Environment
cypress-tests/bluesnapcypress/e2e/spec/Payment/23-Variations.cy.jscypress/e2e/configs/Payment/Bluesnap.jsRelated