chore: stabilise opening wallet

This commit is contained in:
Valentina Novgorodtceva 2024-05-15 14:00:43 +07:00 committed by Valentina1133
parent 25cba56273
commit aad2ac956c
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class LeftPanel(QObject):
raise ex
@allure.step('Open Wallet section')
def open_wallet(self, attempts: int = 2) -> WalletScreen:
def open_wallet(self, attempts: int = 3) -> WalletScreen:
self._wallet_button.click()
try:
return WalletScreen()