Skip to content

Commit

Permalink
Remove enabling notification in create_user
Browse files Browse the repository at this point in the history
  • Loading branch information
churik committed Oct 29, 2019
1 parent fbc18ca commit 374ffc7
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 @@ -188,7 +188,6 @@ def create_user(self, password=common_password):
self.next_button.click()
self.confirm_your_password_input.set_value(password)
self.next_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 374ffc7

Please sign in to comment.