Skip to content

Commit

Permalink
reduce flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeYue committed Oct 30, 2024
1 parent 2488280 commit 616eb81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/tests/network/multi-rpc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,10 @@ describe('MultiRpc:', function (this: Suite) {
const homePage = new HomePage(driver);
await homePage.check_pageIsLoaded();
await homePage.check_editNetworkMessageIsDisplayed('Arbitrum One');
await headerNavbar.clickSwitchNetworkDropDown();
await homePage.closeUseNetworkNotificationModal();

// check that the second rpc is selected in the network dialog
await headerNavbar.clickSwitchNetworkDropDown();
await selectNetworkDialog.check_pageIsLoaded();
await selectNetworkDialog.check_rpcIsSelected('Arbitrum mainnet 2');
},
Expand Down

0 comments on commit 616eb81

Please sign in to comment.