chore: fix after clicking settings button - increased timeout

This commit is contained in:
Valentina Novgorodtceva 2024-07-30 16:09:55 +07:00
parent 44281aabd0
commit 6813371918
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class LeftPanel(QObject):
@allure.step('Open settings')
def open_settings(self, attempts: int = 2) -> SettingsScreen:
self._settings_button.click()
self._settings_button.click(timeout=5)
time.sleep(0.5)
try:
SettingsScreen().left_panel.wait_until_appears()