mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-26 07:15:53 +00:00
When no chat on screen is expected
Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
parent
3685f6a500
commit
b2be539374
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user