mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +00:00
e2e tests updated according to 6041
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
e4639871ec
commit
ac27625410
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user