pdate in balance related tests

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2021-03-18 12:20:36 +02:00
parent 94235aa703
commit da6860d693
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class TestWalletManagement(SingleDeviceTestCase):
address = wallet.get_wallet_address() address = wallet.get_wallet_address()
self.network_api.get_donate(address[2:], external_faucet=True, wait_time=200) self.network_api.get_donate(address[2:], external_faucet=True, wait_time=200)
wallet.back_button.click() wallet.back_button.click()
wallet.wait_balance_is_changed() wallet.wait_balance_is_changed(scan_tokens=True)
if not wallet.backup_recovery_phrase_warning_text.is_element_present(30): if not wallet.backup_recovery_phrase_warning_text.is_element_present(30):
self.driver.fail("'Back up your seed phrase' warning is not shown on Wallet with funds") self.driver.fail("'Back up your seed phrase' warning is not shown on Wallet with funds")
profile = wallet.get_profile_view() profile = wallet.get_profile_view()