From 8090f37bdd4ffeda30c769be58d2a1126d6a0f10 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Tue, 18 Apr 2023 11:05:59 +0200 Subject: [PATCH] e2e: ??? --- test/appium/views/chat_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appium/views/chat_view.py b/test/appium/views/chat_view.py index 4092575d7a..5bc31a5bf9 100644 --- a/test/appium/views/chat_view.py +++ b/test/appium/views/chat_view.py @@ -1141,7 +1141,7 @@ class ChatView(BaseView): try: self.mentions_list.wait_for_element() user_in_list = BaseElement(self.driver, xpath="%s//*[@text='%s']" % (self.mentions_list.locator, user_name)) - user_in_list.click() + user_in_list.click_until_presence_of_element(self.send_message_button) except TimeoutException: self.driver.fail("Mentions list is not shown")