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: Looking for a message by text: I should not be in chat
critical/chats/test_public_chat_browsing.py:652: in test_community_contact_block_unblock_offline
self.channel_1.chat_element_by_text(message_to_disappear).wait_for_visibility_of_element(30)
../views/base_element.py:147: in wait_for_visibility_of_element
raise TimeoutException(
Device 1: ChatElementByText by xpath:`//*[starts-with(@text,'I should not be in chat')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']` is not found on the screen after wait_for_visibility_of_element
Device 1: Find Button by accessibility id: jump-to
critical/chats/test_1_1_public_chats.py:278: in test_1_1_chat_non_latin_messages_stack_update_profile_photo
self.home_1.jump_to_card_by_text(self.username_2)
../views/base_view.py:658: in jump_to_card_by_text
self.click_on_floating_jump_to()
../views/base_view.py:647: in click_on_floating_jump_to
self.jump_to_button.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Button by accessibility id: `jump-to` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Device 1: Find Text by xpath: //*[@content-desc="pending-contact-requests-count"]/android.widget.TextView
activity_center/test_activity_center.py:69: in test_activity_center_contact_request_decline
if self.home_1.pending_contact_request_text.text != '1':
../views/base_element.py:415: in text
text = self.find_element().text
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Text by xpath: `//*[@content-desc="pending-contact-requests-count"]/android.widget.TextView` is not found on the screen; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Device 2: Click until Text by accessibility id: community-description-text will be presented
critical/chats/test_public_chat_browsing.py:1178: in test_community_join_when_node_owner_offline
self.errors.verify_no_errors()
base_test_case.py:191: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Text "You joined “closed community”" in shown toast element doesn't match expected "You joined “open community”"
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.
Summary
In this PR we bump status-go version to v0.176.2
@pavloburykh : lets check e2e here
status: ready