Skip to content

Commit 0dc876e

Browse files
committed
Remove enable testnet step
These are enabled by default
1 parent e372bcb commit 0dc876e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

e2e-tests/regular/transactions.spec.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,6 @@ test.describe("Transactions", () => {
2727
)
2828
await walletPageHelper.assertAnalyticsBanner()
2929

30-
/**
31-
* Enable test networks
32-
*/
33-
await popup
34-
.getByLabel("Main")
35-
.getByText("Settings", { exact: true })
36-
.click()
37-
const enableTestNetworksSetting = popup.locator("li").filter({
38-
hasText: /^Show testnet networks$/,
39-
})
40-
await enableTestNetworksSetting.locator(".bulb").click()
41-
await popup
42-
.getByLabel("Main")
43-
.getByText("Wallet", { exact: true })
44-
.first()
45-
.click()
46-
4730
/**
4831
* Switch to Sepolia testnet.
4932
*/

0 commit comments

Comments
 (0)