Skip to content

Commit

Permalink
test(extension): remove duplicated method invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
wklos-iohk committed Apr 30, 2024
1 parent 3805274 commit 81d3867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/e2e-tests/src/assert/topNavigationAssert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class TopNavigationAssert {

async assertWalletIsInSyncedStatus() {
await settingsExtendedPageObject.waitUntilHdWalletSynced();
await settingsExtendedPageObject.multiAddressModalConfirm();
await this.assertLogoPresent();
await MenuHeader.menuButton.waitForDisplayed();
await MenuHeader.menuButton.click();
Expand Down

0 comments on commit 81d3867

Please sign in to comment.