Remove Dapps from search on chat test

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2019-03-20 11:42:23 +02:00
parent d0de1c5c24
commit 10cc181335
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
1 changed files with 1 additions and 6 deletions

View File

@ -167,12 +167,6 @@ class TestChatManagement(SingleDeviceTestCase):
search_list.append(basic_user['username'])
chat.get_back_to_home_view()
start_new_chat = home.plus_button.click()
search_list.append('Google')
start_new_chat.open_url('google.com')
chat.cross_icon.click()
home.swipe_down()
for keyword in search_list:
home.search_chat_input.send_keys(keyword)
@ -186,6 +180,7 @@ class TestChatManagement(SingleDeviceTestCase):
home.search_chat_input.clear()
self.verify_no_errors()
@marks.chat
class TestChatManagementMultipleDevice(MultipleDeviceTestCase):