This commit is contained in:
Churikova Tetiana
2023-04-18 11:05:59 +02:00
parent 54825c6735
commit 8090f37bdd
+1 -1
View File
@@ -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")