diff --git a/test/appium/tests/critical/test_wallet.py b/test/appium/tests/critical/test_wallet.py index 379bbf9cd1..207457ec32 100644 --- a/test/appium/tests/critical/test_wallet.py +++ b/test/appium/tests/critical/test_wallet.py @@ -67,7 +67,7 @@ class TestWalletMultipleDevice(MultipleSharedDeviceTestCase): # for _ in range(12): # ToDo: 120 sec wait time, enable when autoupdate feature is ready wallet_view.wallet_tab.click() 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 if user_name == 'receiver' and new_eth_amount >= exp_amount: return diff --git a/test/appium/views/elements_templates/saucelabs_sauce_chat.png b/test/appium/views/elements_templates/saucelabs_sauce_chat.png index 6e85b2d23b..5685e85c02 100644 Binary files a/test/appium/views/elements_templates/saucelabs_sauce_chat.png and b/test/appium/views/elements_templates/saucelabs_sauce_chat.png differ