Update e2e

This commit is contained in:
Serhy 2020-05-29 15:04:56 +03:00 committed by Andrea Maria Piana
parent f659cbf242
commit 5720151484
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 2 additions and 2 deletions

View File

@ -476,12 +476,12 @@ class TestMessagesOneToOneChatSingle(SingleDeviceTestCase):
home.join_public_chat(''.join(random.choice(string.ascii_lowercase) for _ in range(7)))
chat = sign_in.get_chat_view()
message_text = 'test'
message_text = 'mmmeowesage_text'
message_input = chat.chat_message_input
message_input.send_keys(message_text)
chat.send_message_button.click()
chat.chat_element_by_text(message_text).long_press_element()
chat.element_by_text_part(message_text).long_press_element()
chat.element_by_text('Copy').click()
message_input.paste_text_from_clipboard()