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'])
|
search_list.append(basic_user['username'])
|
||||||
chat.get_back_to_home_view()
|
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()
|
home.swipe_down()
|
||||||
for keyword in search_list:
|
for keyword in search_list:
|
||||||
home.search_chat_input.send_keys(keyword)
|
home.search_chat_input.send_keys(keyword)
|
||||||
|
@ -186,6 +180,7 @@ class TestChatManagement(SingleDeviceTestCase):
|
||||||
home.search_chat_input.clear()
|
home.search_chat_input.clear()
|
||||||
self.verify_no_errors()
|
self.verify_no_errors()
|
||||||
|
|
||||||
|
|
||||||
@marks.chat
|
@marks.chat
|
||||||
class TestChatManagementMultipleDevice(MultipleDeviceTestCase):
|
class TestChatManagementMultipleDevice(MultipleDeviceTestCase):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue