Remove Dapps from search on chat test
Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
parent
d0de1c5c24
commit
10cc181335
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue