Skip to content

Commit

Permalink
Removed Sepolia from the privacy snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Oct 21, 2024
1 parent aa5f232 commit 2caa271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions privacy-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@
"unresponsive-rpc.test",
"unresponsive-rpc.url",
"user-storage.api.cx.metamask.io",
"www.4byte.directory",
"sepolia.infura.io"
"www.4byte.directory"
]
8 changes: 4 additions & 4 deletions test/e2e/tests/network/switch-network.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ describe('Switch network - ', function (this: Suite) {
await selectNetwork.clickNetworkName('Ethereum Mainnet');
await homePage.check_expectedBalanceIsDisplayed('25');
await headerNavbar.check_currentSelectedNetwork('Ethereum Mainnet');
// Validate the switch network functionality to test network Sepolia
// Validate the switch network functionality to test network
await headerNavbar.clickSwitchNetworkDropDown();
await selectNetwork.clickToggleButton();
await selectNetwork.clickNetworkName('Sepolia');
await homePage.check_expectedBalanceIsDisplayed('25 Sepolia');
await headerNavbar.check_currentSelectedNetwork('Sepolia');
await selectNetwork.clickNetworkName('Localhost 8545');
await homePage.check_expectedBalanceIsDisplayed('25');
await headerNavbar.check_currentSelectedNetwork('Localhost 8545');

// Add Aribtrum network and perform the switch network functionality
await headerNavbar.clickSwitchNetworkDropDown();
Expand Down

0 comments on commit 2caa271

Please sign in to comment.