Skip to content

Commit

Permalink
e2e: hide keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
churik committed Apr 26, 2023
1 parent d91a7d9 commit 0f26612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/appium/tests/critical/chats/test_1_1_public_chats.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,7 @@ def test_1_1_chat_non_latin_messages_stack_update_profile_photo(self):
self.errors.append("Message with test '%s' was not received" % message)

self.chat_2.just_fyi("Checking updated member photo, timestamp and username on message")
self.chat_2.hide_keyboard_if_shown()
timestamp = self.chat_2.chat_element_by_text(messages[0]).timestamp
sent_time_variants = self.chat_2.convert_device_time_to_chat_timestamp()
if timestamp not in sent_time_variants:
Expand Down

0 comments on commit 0f26612

Please sign in to comment.