fix(tests): The user can manage and observe a watch only account
This commit is contained in:
parent
505f6d59bf
commit
b5ff5178f2
|
@ -109,6 +109,7 @@ class StatusWalletScreen:
|
|||
time.sleep(1)
|
||||
click_obj_by_name(AddAccountPopup.TYPE_WATCH_ONLY.value)
|
||||
|
||||
scroll_item_until_item_is_visible(AddAccountPopup.SCROLL_BAR.value, AddAccountPopup.ADDRESS_INPUT.value)
|
||||
type(AddAccountPopup.ADDRESS_INPUT.value, address)
|
||||
click_obj_by_name(AddAccountPopup.ADD_ACCOUNT_BUTTON.value)
|
||||
|
||||
|
|
|
@ -17,8 +17,6 @@ Feature: Status Desktop Wallet
|
|||
Given the user opens wallet screen
|
||||
And the user clicks on the first account
|
||||
|
||||
@mayfail
|
||||
# FIXME all wallet tests are broken. Issue #9498
|
||||
Scenario: The user can manage and observe a watch only account
|
||||
When the user adds watch only account "0xea123F7beFF45E3C9fdF54B324c29DBdA14a639A" named "AccountWatch"
|
||||
Then the new account "AccountWatch" is added
|
||||
|
|
Loading…
Reference in New Issue