mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-03 07:50:49 +00:00
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')
|
||||
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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user