Skip to content

Commit

Permalink
fix: add disconnect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed May 7, 2024
1 parent 17651b0 commit 62330a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/laboratory/tests/smart-account.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ testModalSmartAccount(
await walletModalPage.openSettings()
await walletModalPage.togglePreferredAccountType()
await walletModalPage.disconnect()
await walletModalPage.page.waitForTimeout(500)

await walletModalPage.emailFlow(
email.getEmailAddressToUse(parallelIndex, NOT_ENABLED_DOMAIN),
Expand Down

0 comments on commit 62330a4

Please sign in to comment.