chore: stabilise opening wallet
This commit is contained in:
parent
25cba56273
commit
aad2ac956c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue