Skip to content

Commit

Permalink
Update e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
  • Loading branch information
Serhy authored and flexsurfer committed Jun 17, 2020
1 parent cbf125e commit 44c7b7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/appium/tests/atomic/transactions/test_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,14 +632,8 @@ def test_send_transaction_with_custom_token(self):
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)
Expand Down

0 comments on commit 44c7b7a

Please sign in to comment.