Skip to content

Commit

Permalink
e2e test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhy committed Jul 25, 2019
1 parent 7518a4a commit a80d67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/appium/views/wallet_view.py
Expand Up @@ -309,6 +309,8 @@ def asset_checkbox_by_name(self, asset_name):
return AssetCheckBox(self.driver, asset_name)

def select_asset(self, *args):
if not self.accounts_more_options.is_element_displayed():
self.swipe_down()
self.accounts_more_options.click()
self.manage_assets_button.click()
for asset in args:
Expand Down

0 comments on commit a80d67a

Please sign in to comment.