When no chat on screen is expected

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2021-02-05 14:57:52 +02:00
parent 3685f6a500
commit b2be539374
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class HomeView(BaseView):
def get_chat(self, username):
self.driver.info("**Looking for chat '%s'**" % username)
ChatElement(self.driver, username[:25]).wait_for_element(30)
return ChatElement(self.driver, username[:25])
def get_username_below_start_new_chat_button(self, username_part):