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
Creating this PR for regression testing the comparability of feature sync between different versions(mainly current PR build vs v2.29) after adding backend fallback pairing support. Because frontend haven't added the invocations relate to fallback pairing API yet, so fallback pairing won't support with current build.
Device 2: Find `Button` by `xpath`: `//*[@text="Continue" or @text="CONTINUE"]`
activity_center/test_activity_center.py:222: in test_add_contact_field_validation
sync_code = self.profile_2.get_sync_code()
../views/profile_view.py:547: in get_sync_code
self.continue_button.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 2: Button by xpath: `//*[@text="Continue" or @text="CONTINUE"]` 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: Clearing history in chat 'user1' by long press
Device 2: Looking for chat: 'user1'
activity_center/test_activity_center.py:458: in test_activity_center_admin_notification_accept_swipe
self.home_2.clear_chat_long_press(self.username_1)
../views/home_view.py:552: in clear_chat_long_press
self.get_chat(username).long_press_element()
../views/home_view.py:374: in get_chat
if not chat_element.is_element_displayed(wait_time) and community is False and community_channel is False:
../views/base_element.py:221: in is_element_displayed
return self.wait_for_visibility_of_element(sec, ignored_exceptions=ignored_exceptions)
../views/base_element.py:145: in wait_for_visibility_of_element
.until(expected_conditions.visibility_of_element_located((self.by, self.locator)))
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py:86: in until
value = method(self._driver)
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py:152: in _predicate
return _element_if_visible(driver.find_element(*locator))
../../../../status-app-prs-rerun@tmp/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py:175: in _element_if_visible
return element if element.is_displayed() == visibility else False
'dict' object has no attribute 'is_displayed'
Device 1: Find Text by accessibility id: community-title
critical/test_deep_and_universal_links.py:112: in test_links_deep_links
if self.community_view.community_title.text != text:
../views/base_element.py:419: in text
text = self.find_element().text
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Text by accessibility id: `community-title` 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: //android.view.ViewGroup[@content-desc='chat-item']//android.widget.TextView[contains(@text,'https://status.app/c/ixyACjgKDVNOVCBjb21tdW5pdHkSHHJlcXVpcmUgMTAgU05UIEdvZXJsaSB0byB1c2UYASIHI2VhYjcwMAM=#zQ3shUeGnhM33QW4g9JfYfeLFAH9ZwbDboNYn5exCR7S3ii1y')]
Device 1: Find Text by accessibility id: community-title
critical/test_deep_and_universal_links.py:64: in test_links_open_universal_links_from_chat
if self.community_view.community_title.text != text:
../views/base_element.py:419: in text
text = self.find_element().text
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: Text by accessibility id: `community-title` 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: Could not reach home view by pressing system back button
Device 1: Find CommunitiesTab by accessibility id: communities-stack-tab
critical/chats/test_public_chat_browsing.py:223: in test_restore_multiaccount_with_waku_backup_remove_switch
self.home.communities_tab.click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: CommunitiesTab by accessibility id: `communities-stack-tab` 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 ChatsTab by accessibility id: chats-stack-tab
critical/chats/test_public_chat_browsing.py:255: in test_community_discovery
profile = self.home.profile_button.click()
../views/base_view.py:154: in click
ChatsTab(self.driver).click()
../views/base_element.py:90: in click
element = self.find_element()
../views/base_element.py:79: in find_element
raise NoSuchElementException(
Device 1: ChatsTab by accessibility id: `chats-stack-tab` 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 EditBox by accessibility id: add-address-to-watch
Device 1: Type 0x8d2413447ff297d30bdc475f6d5cb00254685aae to EditBox
critical/test_wallet.py:249: in test_wallet_add_remove_watch_only_account
self.wallet_view.add_watch_only_account(address=address_to_watch, account_name=new_account_name)
../views/wallet_view.py:163: in add_watch_only_account
self.account_has_activity_label.wait_for_visibility_of_element()
../views/base_element.py:147: in wait_for_visibility_of_element
raise TimeoutException(
Device 1: Text by accessibility id:`account-has-activity` is not found on the screen after wait_for_visibility_of_element
[[Missing networks in account address, https://github.com//issues/20166]]
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.
Creating this PR for regression testing the comparability of feature
sync
between different versions(mainly current PR build vs v2.29) after adding backend fallback pairing support. Because frontend haven't added the invocations relate to fallback pairing API yet, so fallback pairing won't support with current build.relate status-go PR
Testing notes
expected: sync should work as before between different versions like following:
v2.29 <-> PR build
PR build <-> recent desktop build
NOTE: It breaks with v1 of pairing, but that's ancient (last year I believe), so safe to break.
status: ready