Skip to content

Commit

Permalink
Fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 17, 2024
1 parent 157dc97 commit f752da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ describe('End-to-End Tests for Extension and Client', () => {
throw new Error('EXTENSION_ID is not set');
}
await setupFlowTest(browser, EXTENSION_ID);
});
}, 10000);
it('should allow the client to interact with the extension after setup', async () => {
await clientInteractionTest(browser);
});
}, 10000);
it('should prevent the malicious page from signing messages', async () => {
await preventSignatureFromOtherOrigin(browser);
});
Expand Down

0 comments on commit f752da2

Please sign in to comment.