Skip to content

Commit

Permalink
e2e: Fixes for nightly failures
Browse files Browse the repository at this point in the history
  • Loading branch information
yevh-berdnyk committed Jun 8, 2023
1 parent 4048e02 commit cef8ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/appium/tests/critical/test_public_chat_browsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def test_community_one_image_send_reply(self):
self.channel_1.send_images_with_description(image_description)
self.channel_1.chat_element_by_text(image_description).wait_for_status_to_be('Delivered', timeout=120)
self.channel_1.chat_element_by_text(image_description).image_in_message.click()
self.channel_1.click_system_back_button()
self.channel_1.click_system_back_button_until_element_is_shown(element='chat')

# TODO: options for image are still WIP; add case with edit description of image and after 15901 fix
self.home_2.just_fyi('check image, description and options for receiver')
Expand Down

0 comments on commit cef8ebb

Please sign in to comment.