Skip to content

Commit

Permalink
remove may be later
Browse files Browse the repository at this point in the history
  • Loading branch information
churik committed Oct 1, 2019
1 parent aa2d059 commit cb2692f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/appium/views/sign_in_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def create_user(self, password=common_password):
self.confirm_your_password_input.set_value(password)
self.next_button.click()
self.maybe_later_button.click()
self.maybe_later_button.click()
return self.get_home_view()

def recover_access(self, passphrase: str, password: str = common_password):
Expand Down

0 comments on commit cb2692f

Please sign in to comment.