mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
e2e: false failures fixes for wallet and image
This commit is contained in:
parent
59513eae65
commit
5fc23816a6
@ -67,7 +67,7 @@ class TestWalletMultipleDevice(MultipleSharedDeviceTestCase):
|
|||||||
# for _ in range(12): # ToDo: 120 sec wait time, enable when autoupdate feature is ready
|
# for _ in range(12): # ToDo: 120 sec wait time, enable when autoupdate feature is ready
|
||||||
wallet_view.wallet_tab.click()
|
wallet_view.wallet_tab.click()
|
||||||
new_eth_amount = round(wallet_view.get_asset(asset_name='Ether').get_amount(), 4)
|
new_eth_amount = round(wallet_view.get_asset(asset_name='Ether').get_amount(), 4)
|
||||||
if user_name == 'sender' and new_eth_amount < exp_amount:
|
if user_name == 'sender' and new_eth_amount <= exp_amount:
|
||||||
return
|
return
|
||||||
if user_name == 'receiver' and new_eth_amount >= exp_amount:
|
if user_name == 'receiver' and new_eth_amount >= exp_amount:
|
||||||
return
|
return
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 250 KiB |
Loading…
x
Reference in New Issue
Block a user