From aad2ac956ce0937575e337331976451a96529f05 Mon Sep 17 00:00:00 2001 From: Valentina Novgorodtceva Date: Wed, 15 May 2024 14:00:43 +0700 Subject: [PATCH] chore: stabilise opening wallet --- test/e2e/gui/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/gui/main_window.py b/test/e2e/gui/main_window.py index 48cd361761..fcef656cb4 100644 --- a/test/e2e/gui/main_window.py +++ b/test/e2e/gui/main_window.py @@ -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()