Skip to content

Commit

Permalink
chore: moving get wallet address test case in the main context
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Mar 5, 2024
1 parent 9ab2db4 commit 9ff28d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/e2e/specs/keplr/keplr-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ describe('Keplr', () => {
expect(taskCompleted).to.be.true;
});
});
});

it(`should get wallet address`, () => {
cy.getWalletAddress().then(walletAddress => {
expect(walletAddress.length).to.be.equal(45);
it(`should get wallet address`, () => {
cy.getWalletAddress().then(walletAddress => {
expect(walletAddress.length).to.be.equal(45);
});
});
});
});

0 comments on commit 9ff28d3

Please sign in to comment.