Skip to content

Commit

Permalink
Update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhy authored and flexsurfer committed Jul 22, 2019
1 parent 9fa964a commit 3ac9d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/appium/views/sign_in_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ def create_user(self, password=common_password):
self.get_started_button.click()
self.generate_key_button.click()
self.next_button.click()
self.next_button.click()
# self.next_button.click() - skip this step for 0.14 release
self.create_password_input.set_value(password)
self.next_button.click()
self.confirm_your_password_input.set_value(password)
self.next_button.click()
self.maybe_later_button.click()
self.maybe_later_button.click()
# self.maybe_later_button.click() - skip this step for 0.14 release

# self.element_by_text_part('Display name').wait_for_element(60)
# username = username if username else 'user_%s' % get_current_time()
Expand Down

0 comments on commit 3ac9d39

Please sign in to comment.