Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Nov 29, 2024
1 parent 5e52a7d commit 02ec2d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/e2e/tests/confirmations/signatures/signature-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ function compareDecodingAPIResponse(
expectedProperties: Record<string, unknown>,
eventName: string,
) {
if (
!expectedProperties.decoding_response &&
!actualProperties.decoding_response
) {
return;
}
if (
eventName === 'Signature Rejected' ||
eventName === 'Signature Approved'
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tests/confirmations/signatures/siwe.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
} from './signature-helpers';

describe('Confirmation Signature - SIWE @no-mmi', function (this: Suite) {
this.timeout(200000); // This test is very long, so we need an unusually high timeout
// this.timeout(200000); // This test is very long, so we need an unusually high timeout
it('initiates and confirms', async function () {
await withTransactionEnvelopeTypeFixtures(
this.test?.fullTitle(),
Expand Down

0 comments on commit 02ec2d8

Please sign in to comment.