You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Device 1: Find `Text` by `xpath`: `//*[starts-with(@text,'hello')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']`
Device 1: Tap on found: Text
critical/test_public_chat_browsing.py:458: in test_community_message_send_check_timestamps_sender_username
self.channel_1.chat_element_by_text(message).wait_for_status_to_be('Delivered', timeout=120)
../views/chat_view.py:227: in wait_for_status_to_be
raise TimeoutException("Message status was not changed to %s" % expected_status)
Message status was not changed to Delivered
Device 1: Find Button by accessibility id: jump-to
critical/test_public_chat_browsing.py:764: in test_community_mark_all_messages_as_read
self.channel_1.jump_to_communities_home()
../views/base_view.py:605: in jump_to_communities_home
self.jump_to_button.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 1: Button by accessibility id: `jump-to` is not found on the screen
Device 1: Getting preview message for link: #11707
critical/test_public_chat_browsing.py:649: in test_community_links_with_previews_github_youtube_twitter_gif_send_enable
self.channel_1.get_preview_message_by_text(url).wait_for_element(60)
../views/base_element.py:117: in wait_for_element
raise TimeoutException(
Device `1`: `PreviewMessage` by` xpath`: `//*[starts-with(@text,'https://github.com/status-im/status-mobile/pull/11707')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_element
critical/test_public_chat_browsing.py:579: in test_community_emoji_send_copy_paste_reply
self.channel_1.send_message(emoji_message)
../views/chat_view.py:954: in send_message
self.chat_message_input.wait_for_element(wait_chat_input_sec)
../views/base_element.py:117: in wait_for_element
raise TimeoutException(
Device `1`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Device 1: Find Button by accessibility id: jump-to
critical/test_public_chat_browsing.py:668: in test_community_unread_messages_badge
self.channel_1.jump_to_communities_home()
../views/base_view.py:605: in jump_to_communities_home
self.jump_to_button.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 1: Button by accessibility id: `jump-to` is not found on the screen
Device 1: Find Text by xpath: //*[starts-with(@text,'description')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']
critical/test_public_chat_browsing.py:505: in test_community_one_image_send_reply
self.channel_1.chat_element_by_text(image_description).wait_for_status_to_be('Delivered', timeout=120)
../views/chat_view.py:224: in wait_for_status_to_be
if self.status == expected_status:
../views/chat_view.py:213: in status
Text(self.driver, xpath=self.locator).click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 1: Text by xpath: `//*[starts-with(@text,'description')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen
# STEP: Send several images in 1-1 chat from Gallery
Device 1: Find Button by accessibility id: open-images-button
critical/test_public_chat_browsing.py:555: in test_community_several_images_send_reply
self.channel_1.send_images_with_description(image_description, [0, 1])
../views/chat_view.py:1159: in send_images_with_description
self.show_images_button.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 1: Button by accessibility id: `open-images-button` is not found on the screen
Device 1: Find Button by accessibility id: jump-to
critical/test_public_chat_browsing.py:687: in test_community_contact_block_unblock_offline
[home.jump_to_card_by_text('# %s' % self.channel_name) for home in self.homes]
critical/test_public_chat_browsing.py:687: in <listcomp>
[home.jump_to_card_by_text('# %s' % self.channel_name) for home in self.homes]
../views/base_view.py:609: in jump_to_card_by_text
self.jump_to_button.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 1: Button by accessibility id: `jump-to` is not found on the screen
Device 2: Find Text by xpath: //*[starts-with(@text,'message to delete for me')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc='message-status']/android.widget.TextView
Device 2: Text is Sent
critical/chats/test_1_1_public_chats.py:1163: in test_1_1_chat_text_message_delete_push_disappear
self.chat_2.chat_element_by_text(message_to_delete_for_me).wait_for_status_to_be("Delivered")
../views/chat_view.py:227: in wait_for_status_to_be
raise TimeoutException("Message status was not changed to %s" % expected_status)
Message status was not changed to Delivered
Device 1: Find `SendMessageButton` by `accessibility id`: `send-message-button`
Device 1: Tap on found: SendMessageButton
critical/chats/test_1_1_public_chats.py:929: in test_1_1_chat_emoji_send_reply_and_open_link
self.chat_2.element_starts_with_text(url_message, 'button').wait_for_visibility_of_element(120)
../views/base_element.py:135: in wait_for_visibility_of_element
raise TimeoutException(
Device 2: Button by xpath:`//*[starts-with(@text,'http://status.im')]` is not found on the screen after wait_for_visibility_of_element
Device 1: Find Text by xpath: //*[starts-with(@text,'hello')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']
Device 1: Tap on found: Text
critical/test_public_chat_browsing.py:458: in test_community_message_send_check_timestamps_sender_username
self.channel_1.chat_element_by_text(message).wait_for_status_to_be('Delivered', timeout=120)
../views/chat_view.py:227: in wait_for_status_to_be
raise TimeoutException("Message status was not changed to %s" % expected_status)
Message status was not changed to Delivered
Device 1: Waiting for message to be sent for 120 sec
Device 1: Find Text by xpath: //*[starts-with(@text,'description')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']
critical/test_public_chat_browsing.py:505: in test_community_one_image_send_reply
self.channel_1.chat_element_by_text(image_description).wait_for_status_to_be('Delivered', timeout=120)
../views/chat_view.py:224: in wait_for_status_to_be
if self.status == expected_status:
../views/chat_view.py:200: in status
Text(self.driver, xpath=self.locator).click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 1: Text by xpath: `//*[starts-with(@text,'description')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen
Device 1: Looking for a message by text: reply to gallery
critical/test_public_chat_browsing.py:572: in test_community_several_images_send_reply
self.errors.verify_no_errors()
base_test_case.py:184: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Reply message was not received by the sender
Device 1: Find ChatElementByText by xpath: //*[starts-with(@text,'Hurray! unblocked')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']
Device 1: Find MemberPhoto by xpath: //*[starts-with(@text,'Hurray! unblocked')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc='user-avatar']
critical/test_public_chat_browsing.py:742: in test_community_contact_block_unblock_offline
chat_element.member_photo.click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 1: MemberPhoto by xpath: `//*[starts-with(@text,'Hurray! unblocked')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']//*[@content-desc='user-avatar']` is not found on the screen
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.