mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(connector): add integration status to feature matrix (#8351)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -185,8 +185,7 @@ Cypress.Commands.add("ListConnectorsFeatureMatrixCall", (globalState) => {
|
||||
response.body.connectors.forEach((item) => {
|
||||
expect(item).to.have.property("description").and.not.empty;
|
||||
expect(item).to.have.property("category").and.not.empty;
|
||||
expect(item).to.have.property("supported_payment_methods").and.not
|
||||
.empty;
|
||||
expect(item).to.have.property("integration_status").and.not.empty;
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user