fix(tests): The user can manage and observe a watch only account

This commit is contained in:
Stefan 2023-02-09 19:04:38 +02:00 committed by Anthony Laibe
parent 505f6d59bf
commit b5ff5178f2
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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