Update e2e

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Serhy 2020-06-17 18:12:58 +03:00 committed by Andrey Shovkoplyas
parent cbf125e4b5
commit 44c7b7af28
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 0 additions and 6 deletions

View File

@ -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)