hyperswitch
hyperswitch copied to clipboard
ci(cypress): verify `payment_method_status` for respective attempt status
Type of Change
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
Description
This PR adds additional validation for existing tests to check the payment method status.
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
https://github.com/juspay/hyperswitch/pull/5557
How did you test it?
ci should pass.
Checklist
- [x] I formatted the code
npm run format - [x] I addressed lints thrown by
npm run lint - [x] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible