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 `ChatMessageInput` by `accessibility id`: `chat-message-input`
Device 1: Clear text in `ChatMessageInput`
critical/test_public_chat_browsing.py:352: in test_community_copy_and_paste_message_in_chat_input
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))]))
Message mmmeowesage_text text was not copied in community channel
E Message https://status.im text was not copied in community channel
Device 1: Find Button by xpath: //*[contains(@text, "user2")]
medium/test_activity_center.py:250: in test_navigation_jump_to
self.community_1.element_by_text_part(self.default_username_2).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 xpath: `//*[contains(@text, "user2")]` is not found on the screen
Device 2: Find Button by xpath: //*[contains(@text, "🇧🇧")]
critical/test_public_chat_browsing.py:475: in test_community_emoji_send_copy_paste_reply
self.channel_2.quote_message(emoji_unicode)
../views/chat_view.py:973: in quote_message
self.element_by_text_part(message).long_press_until_element_is_shown(self.reply_message_button)
../views/base_element.py:298: in long_press_until_element_is_shown
element = self.find_element()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: Button by xpath: `//*[contains(@text, "🇧🇧")]` is not found on the screen
critical/test_public_chat_browsing.py:512: in test_community_links_with_previews_github_youtube_twitter_gif_send_enable
self.channel_2.send_message(giphy_url)
../views/chat_view.py:933: 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 `2`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
Device 2: Find Button by xpath: //*[@text="# general"]
critical/test_public_chat_browsing.py:564: in test_community_contact_block_unblock_offline
[home.jump_to_card_by_text('# %s' % self.channel_name) for home in [self.home_1, self.home_2]]</b>
critical/test_public_chat_browsing.py:564: in <listcomp>
[home.jump_to_card_by_text('# %s' % self.channel_name) for home in [self.home_1, self.home_2]]</b>
../views/base_view.py:606: in jump_to_card_by_text
self.element_by_text(text).click()
../views/base_element.py:91: in click
self.find_element().click()
../views/base_element.py:80: in find_element
raise NoSuchElementException(
Device 2: Button by xpath: `//*[@text="# general"]` is not found on the screen
Device 1: Find CommunitiesTab by accessibility id: communities-stack-tab
Device 2: Sending message 'test message'
critical/test_public_chat_browsing.py:547: in test_community_unread_messages_badge
self.channel_2.send_message(message)
../views/chat_view.py:933: 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 `2`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
critical/test_public_chat_browsing.py:437: in test_community_message_delete
self.channel_2.send_message(message_to_delete_everyone)
../views/chat_view.py:933: 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 `2`: `ChatMessageInput` by` accessibility id`: `chat-message-input` is not found on the screen after wait_for_element
critical/test_public_chat_browsing.py:418: in test_community_message_send_check_timestamps_sender_username
channel.verify_message_is_under_today_text(message, self.errors)
../views/chat_view.py:923: in verify_message_is_under_today_text
message_element.wait_for_visibility_of_element()
../views/base_element.py:135: in wait_for_visibility_of_element
raise TimeoutException(
Device 2: ChatElementByText by xpath:`//*[starts-with(@text,'hello')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_visibility_of_element
Device 1: Find SendMessageButton by accessibility id: send-message-button
Device 1: Tap on found: SendMessageButton
critical/test_public_chat_browsing.py:431: in test_community_message_edit
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))]))
Message is not edited
Device 2: Find Button by accessibility id: tab-recent
Device 2: Tap on found: Button
medium/test_activity_center.py:142: in test_activity_center_contact_request_decline
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))]))
Username is not shown on 'Add contact' page after entering valid public key
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.
fixes #14296
reuse the same
:toasts/upsert
eventstatus: wip