Skip to content

Commit

Permalink
chore: add transfer receiver 1 POST api mock
Browse files Browse the repository at this point in the history
  • Loading branch information
rk16449 committed Mar 13, 2024
1 parent 3de9fe2 commit e24437a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"transfer_complete": true
}
4 changes: 4 additions & 0 deletions clients/mercury-web/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ before(() => {
fixture: "transferReceiver.json",
}).as("sendTransferReceiverRequestPayload");

cy.intercept("POST", "transfer/receiver/1", {
fixture: "transferReceiver_statechain1.json",
}).as("sendTransferReceiverRequestPayload1");

cy.intercept("GET", "info/statechain/1", {
fixture: "infoStatecoin1.json",
}).as("getStatechainInfo");
Expand Down

0 comments on commit e24437a

Please sign in to comment.