Skip to content

Commit ba0182f

Browse files
committed
extra check at end of test
1 parent f87fae0 commit ba0182f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/tests/account/unlock-wallet.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ describe('Unlock wallet - ', function () {
3838
await loginPage.checkIncorrectPasswordMessageIsDisplayed();
3939
await loginPage.loginToHomepage();
4040
await homePage.checkPageIsLoaded();
41+
// Wait for balance as the test can still fail if the process is terminated too early
42+
await homePage.checkExpectedTokenBalanceIsDisplayed('25', 'ETH');
4143
},
4244
);
4345
});

0 commit comments

Comments
 (0)