Skip to content

Commit

Permalink
fix network id in tests
Browse files Browse the repository at this point in the history
Signed-off-by: r3kt.eth <[email protected]>
  • Loading branch information
r3kt-eth committed Aug 2, 2023
1 parent 4308f71 commit 1b15990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/metamask-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('Metamask', () => {
}).then(networkAdded => {
expect(networkAdded).to.be.true;
});
cy.get('#network').contains('10');
cy.get('#network').contains('0xa');
cy.get('#chainId').contains('0xa');
}
});
Expand Down

0 comments on commit 1b15990

Please sign in to comment.