Skip to content

Commit

Permalink
add await
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ob committed Dec 18, 2024
1 parent 5aa73cf commit 6978c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/tokens/add-multiple-tokens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('Multiple ERC20 Watch Asset', function () {
await testDapp.clickAddTokenToWallet();
await driver.switchToWindowWithTitle(WINDOW_TITLES.Dialog);
const addTokensPopupModal = new AddTokensModal(driver);
addTokensPopupModal.check_pageIsLoaded();
await addTokensPopupModal.check_pageIsLoaded();
await addTokensPopupModal.check_SuggestedTokensCount(3);
await addTokensPopupModal.confirmAddTokens();

Expand Down

0 comments on commit 6978c99

Please sign in to comment.