Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
churik authored and flexsurfer committed Jul 2, 2020
1 parent 9619a0a commit b008d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/appium/views/sign_in_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(self, driver):
class AccessKeyButton(RecoverAccessButton):
def __init__(self, driver):
super(AccessKeyButton, self).__init__(driver)
self.locator = self.Locator.xpath_selector("//*[@text='Access key']")
self.locator = self.Locator.xpath_selector("//*[@text='Access existing keys']")


class MaybeLaterButton(BaseButton):
Expand Down Expand Up @@ -242,6 +242,7 @@ def create_user(self, password=common_password, keycard=False):
return self.get_home_view()

def recover_access(self, passphrase: str, password: str = common_password, keycard=False):
self.get_started_button.click_until_presence_of_element(self.access_key_button)
recover_access_view = self.access_key_button.click()
recover_access_view.enter_seed_phrase_button.click()
recover_access_view.seedphrase_input.click()
Expand Down

0 comments on commit b008d21

Please sign in to comment.