chore: added verification that Wallet view opened
This commit is contained in:
parent
93ba163a13
commit
119b5197b2
|
@ -55,6 +55,7 @@ class LeftPanel(QObject):
|
||||||
@allure.step('Open wallet settings')
|
@allure.step('Open wallet settings')
|
||||||
def open_wallet_settings(self) -> 'WalletSettingsView':
|
def open_wallet_settings(self) -> 'WalletSettingsView':
|
||||||
self._open_settings('5-AppMenuItem')
|
self._open_settings('5-AppMenuItem')
|
||||||
|
assert WalletSettingsView().exists, 'Wallet view was not opened'
|
||||||
return WalletSettingsView()
|
return WalletSettingsView()
|
||||||
|
|
||||||
@allure.step('Open profile settings')
|
@allure.step('Open profile settings')
|
||||||
|
|
Loading…
Reference in New Issue