Skip to content

Commit

Permalink
fix(integration): nighly tests (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Nov 10, 2023
1 parent aefa3d4 commit 3786eba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ describe('ERC20 Fee Proxy detection test-suite (with a TheGraph Retriever)', ()
signer: payeeIdentity,
});

await request.waitForConfirmation();

// The payee declares the payment
let requestData = await request.declareReceivedPayment('1', 'OK', payeeIdentity, '0x1234');
const declarationTimestamp = Utils.getCurrentTimestampInSecond();
Expand Down Expand Up @@ -127,6 +129,8 @@ describe('ERC20 Fee Proxy detection test-suite (with a TheGraph Retriever)', ()
signer: payeeIdentity,
});

await request.waitForConfirmation();

// The payer declares a payment
let requestData: Types.IRequestDataWithEvents = await request.declareSentPayment(
'1',
Expand Down

0 comments on commit 3786eba

Please sign in to comment.