Skip to content

Commit

Permalink
chore: removing call to acceptAccess function
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Mar 1, 2024
1 parent 7fd9158 commit 26438e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/e2e/specs/keplr/keplr-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ describe('Keplr', () => {

cy.visit('/');
cy.contains('Connect Wallet').click();
cy.acceptAccess().then(taskCompleted => {
cy.confirmTransaction().then(taskCompleted => {
expect(taskCompleted).to.be.true;

cy.contains('Make an Offer').click();
cy.confirmTransaction().then(taskCompleted => {
expect(taskCompleted).to.be.true;
});
});
});
});
Expand Down

0 comments on commit 26438e7

Please sign in to comment.