Skip to content

Commit

Permalink
test: add wait before checking keplr popup
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Oct 1, 2024
1 parent 731b86f commit 0f5e561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/specs/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ describe('Wallet App Test Cases', { execTimeout: DEFAULT_EXEC_TIMEOUT }, () => {

cy.contains('button', 'Connect').click();

cy.wait(5000);

if (AGORIC_NET !== 'local') {
cy.acceptAccess().then((taskCompleted) => {
expect(taskCompleted).to.be.true;
Expand Down

0 comments on commit 0f5e561

Please sign in to comment.