Skip to content

Commit

Permalink
test: fix the e2e test that revokes multiple account permissions on t…
Browse files Browse the repository at this point in the history
…he test-dapp
  • Loading branch information
EtherWizard33 committed Nov 27, 2024
1 parent 1b58a65 commit 573f995
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ describe(

// should revoke accounts
await Browser.tapNetworkAvatarButtonOnBrowser();
await ConnectedAccountsModal.tapPermissionsButton();
await ConnectedAccountsModal.tapManagePermissionsButton(); // replace this by manage permissions button
await TestHelpers.delay(1500);
await ConnectedAccountsModal.tapDisconnectAllButton();
await ConnectedAccountsModal.tapDisconnectAllAccountsAndNetworksButton(); // replace this by the disconnect all button
await ConnectedAccountsModal.tapDisconnectButton(); // replace this by the disconnect all button
await Assertions.checkIfNotVisible(ToastModal.notificationTitle);

await Browser.tapNetworkAvatarButtonOnBrowser();
Expand Down

0 comments on commit 573f995

Please sign in to comment.