Skip to content

Commit

Permalink
Updating e2e test with changed tag for switch-custom-network for Pick…
Browse files Browse the repository at this point in the history
…erNetwork
  • Loading branch information
georgewrmarshall committed Oct 12, 2023
1 parent 36e19cd commit c2abed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/switch-custom-network.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Switch ethereum chain', function () {
await driver.switchToWindow(extension);

const currentNetworkName = await driver.findElement({
tag: 'p',
tag: 'span',
text: 'Localhost 8546',
});

Expand Down

0 comments on commit c2abed2

Please sign in to comment.