e2e tests updated according to 6041

Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
yevh-berdnyk 2018-09-28 17:52:22 +03:00
parent e4639871ec
commit ac27625410
No known key found for this signature in database
GPG Key ID: E9B425FDFC4DEA9C
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ class SignInView(BaseView):
self.element_by_text_part('Display name').wait_for_element(60)
username = username if username else 'user_%s' % get_current_time()
self.name_input.set_value(username)
self.confirm()
self.next_button.click()
return self.get_home_view()