Skip to content

Commit

Permalink
e2e: change network to localhost while testing with anvil
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Oct 16, 2022
1 parent d1642d2 commit 44b14d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/specs/metamask-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ describe('Metamask', () => {
// 'test test test test test test test test test test test junk'
'0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
);
cy.changeMetamaskNetwork('localhost');
} else {
cy.importMetamaskAccount(Cypress.env('PRIVATE_KEY_WITH_FUNDS'));
}
Expand Down

0 comments on commit 44b14d9

Please sign in to comment.