From 0f266123eed0a0ae566c88a3d1e3acd78802b4e7 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Wed, 26 Apr 2023 11:18:09 +0200 Subject: [PATCH] e2e: hide keyboard --- test/appium/tests/critical/chats/test_1_1_public_chats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/appium/tests/critical/chats/test_1_1_public_chats.py b/test/appium/tests/critical/chats/test_1_1_public_chats.py index eac2e1eb53fc..982bf7e852ea 100644 --- a/test/appium/tests/critical/chats/test_1_1_public_chats.py +++ b/test/appium/tests/critical/chats/test_1_1_public_chats.py @@ -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: