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 hidden or 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
This PR adds the modal with the link that is part of the task to increase the community awareness.
Review notes
If the flag :FAST_CREATE_COMMUNITY_ENABLED is set, then the previous modal is merged with the new one, for production builds this is not an issue, it was merged to still support our current testing purposes.
Device 1: Find `CollectibleItemElement` by `xpath`: `//*[@content-desc='collectible-list-item']//*[contains(@text,'Glitch Punks')]/../..`
Device 1: Find `CollectibleItemElement` by `xpath`: `//*[@content-desc='collectible-list-item']//*[contains(@text,'Glitch Punks')]/../..`
wallet/test_collectibles.py:159: in test_wallet_collectible_send_from_expanded_info_view
self.wallet_view.get_collectible_element('Glitch Punks').scroll_and_click()
../views/base_element.py:209: in scroll_and_click
self.scroll_to_element(direction=direction)
../views/base_element.py:204: in scroll_to_element
raise NoSuchElementException(
Device 1: CollectibleItemElement by xpath: `//*[@content-desc='collectible-list-item']//*[contains(@text,'Glitch Punks')]/../..` 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
profile/test_profile.py:180: in test_profile_change_username
self.errors.verify_no_errors()
base_test_case.py:207: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Device 2: Updated username 'user 1' is not shown in the community channel
E Device 2: Updated username is not shown in the mentions list
E Device 2: Updated username is absent in the contacts list
E Device 2: Can't find chat with updated username
Device 1: Find Text by xpath: //android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='USD Coin']/../android.widget.TextView[3]
Device 1: Text is 47.27 USDC (EVM)
wallet_txs/test_wallet_testnet.py:101: in test_wallet_send_erc20_from_drawer
self.errors.verify_no_errors()
base_test_case.py:207: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Device 1: Verification of last transaction failed.The failed check: amount (Expected: 0.01 USDC, Found: 0.01 USDC (EVM))
Device 1: Find Text by xpath: //android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='USD Coin']/../android.widget.TextView[3]
Device 1: Text is 47.26 USDC (EVM)
wallet_txs/test_wallet_testnet.py:101: in test_wallet_send_erc20_from_drawer
self.errors.verify_no_errors()
base_test_case.py:207: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Device 1: Verification of last transaction failed.The failed check: amount (Expected: 0.01 USDC, Found: 0.01 USDC (EVM))
Device 2: Looking for a message by text: description
Device 2: Find ChatElementByText by xpath: //*[starts-with(@text,'description')]/ancestor::android.view.ViewGroup[@content-desc='chat-item']
communities/test_community.py:521: in test_community_one_image_send_reply_set_reaction
self.channel_2.set_reaction(message=image_description)
../views/chat_view.py:700: in set_reaction
element.wait_for_element()
../views/base_element.py:121: in wait_for_element
raise TimeoutException(
Device `2`: `Button` by` accessibility id`: `reaction-thumbs-up` is not found on the screen after wait_for_element
[[Might fail from time to time as reaction are set too slowly]]
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 #22579
Summary
This PR adds the modal with the link that is part of the task to increase the community awareness.
Review notes
If the flag
:FAST_CREATE_COMMUNITY_ENABLED
is set, then the previous modal is merged with the new one, for production builds this is not an issue, it was merged to still support our current testing purposes.Platforms
Steps to test
+
) buttonstatus: ready