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
# STEP: Getting ETH amount in the wallet of the sender before transaction
Device 1: Find `Button` by `xpath`: `//android.view.ViewGroup[contains(@content-desc,'Account 1')]`
critical/test_wallet.py:174: in test_wallet_send_asset_from_drawer
eth_amount_sender, eth_amount_receiver = self._get_balances_before_tx()
critical/test_wallet.py:43: in _get_balances_before_tx
self.wallet_1.get_account_element().click()
../views/base_element.py:89: in click
element = self.find_element()
../views/base_element.py:78: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//android.view.ViewGroup[contains(@content-desc,'Account 1')]` 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 Button by xpath: //*[@content-desc='token-network']/android.widget.TextView[@text='Ether']
critical/test_wallet.py:145: in test_wallet_send_eth
self.wallet_1.send_asset(address='arb1:' + self.receiver['wallet_address'],
../views/wallet_view.py:167: in send_asset
self.select_asset(asset_name)
../views/wallet_view.py:139: in select_asset
xpath="//*[@content-desc='token-network']/android.widget.TextView[@text='%s']" % asset_name).click()
../views/base_element.py:89: in click
element = self.find_element()
../views/base_element.py:78: in find_element
raise NoSuchElementException(
Device 1: Button by xpath: `//*[@content-desc='token-network']/android.widget.TextView[@text='Ether']` 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 Button by accessibility id: network-dropdown
Device 1: Tap on found: Button
critical/test_wallet.py:263: in test_wallet_balance_mainnet
self.errors.verify_no_errors()
base_test_case.py:179: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Device 1: For the Ether the wrong value 0.0062 is shown, expected 0.0052 in total
E Device 1: For the Status the wrong value 13.0 is shown, expected 10.0 in total
E Device 1: For the Ether the wrong value 0.0011 is shown, expected 0.0001 on Optimism
E Device 1: For the Status the wrong value 3.0 is shown, expected 0 on Optimism
# STEP: Check that removed user is not shown in the list anymore
critical/chats/test_public_chat_browsing.py:246: in test_restore_multiaccount_with_waku_backup_remove_profile_switch
self.errors.verify_no_errors()
base_test_case.py:179: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Device 1: zQ3...dWXh5 was not restored as a contact from waku backup!
E Device 1: zQ3...Vacac was not restored as a contact from waku backup!
E Device 1: admin_open was not restored from waku-backup!!
E Device 1: member_open was not restored from waku-backup!!
E Device 1: admin_closed was not restored from waku-backup!!
E Device 1: member_closed was not restored from waku-backup!!
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 #21646
RPReplay_Final1738141359.mp4
Testing note:
PR only adds a simple documentation drawer and don't need manual qa.
status: ready