From 44c7b7af286dcfd07004c08ff698ec04791d7219 Mon Sep 17 00:00:00 2001 From: Serhy Date: Wed, 17 Jun 2020 18:12:58 +0300 Subject: [PATCH] Update e2e Signed-off-by: Andrey Shovkoplyas --- test/appium/tests/atomic/transactions/test_wallet.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/appium/tests/atomic/transactions/test_wallet.py b/test/appium/tests/atomic/transactions/test_wallet.py index a64ff6b1f9..ea4b322c2e 100644 --- a/test/appium/tests/atomic/transactions/test_wallet.py +++ b/test/appium/tests/atomic/transactions/test_wallet.py @@ -632,14 +632,8 @@ class TestTransactionWalletSingleDevice(SingleDeviceTestCase): self.errors.append('Custom token is not shown on Send Transaction view') send_transaction.cancel_button.click_until_absense_of_element(token_element) - #TODO: workaroud for issue 10699 - profile = wallet_view.profile_button.click() - profile.relogin() - profile.wallet_button.click() - recipient = "0x" + basic_user['address'] amount = '0.0%s' % str(random.randint(10000, 99999)) + '1' - wallet_view.accounts_status_account.click() wallet_view.send_transaction(asset_name=symbol, amount=amount, recipient=recipient) transactions_view = wallet_view.transaction_history_button.click() transactions_view.transactions_table.find_transaction(amount=amount, asset=symbol)