chore: added verification that Wallet view opened

This commit is contained in:
Valentina Novgorodtceva 2024-04-11 15:34:21 +07:00 committed by Anastasiya
parent 93ba163a13
commit 119b5197b2
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class LeftPanel(QObject):
@allure.step('Open wallet settings')
def open_wallet_settings(self) -> 'WalletSettingsView':
self._open_settings('5-AppMenuItem')
assert WalletSettingsView().exists, 'Wallet view was not opened'
return WalletSettingsView()
@allure.step('Open profile settings')