another tiny fixes to e2e

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2019-12-06 16:42:30 +01:00
parent 7168eada1c
commit 9abb1ef488
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class TestTransactionDApp(SingleDeviceTestCase):
wallet_view.set_up_wallet()
status_test_dapp = home_view.open_status_test_dapp()
status_test_dapp.wait_for_d_aap_to_load()
status_test_dapp.transactions_button.click()
status_test_dapp.transactions_button.click_until_presence_of_element(status_test_dapp.send_two_tx_in_batch_button)
send_transaction_view = status_test_dapp.send_two_tx_in_batch_button.click()
send_transaction_view.sign_transaction()

View File

@ -254,8 +254,10 @@ class TestTransactionWalletSingleDevice(SingleDeviceTestCase):
send_transaction.sign_transaction()
self.network_api.find_transaction_by_unique_amount(recipient['address'], amount, token=True, decimals=7)
@marks.testrail_id(5350)
@marks.testrail_id(6245)
@marks.high
@marks.skip
# temporary skipped until tooltips will be visible in xml #9555
def test_token_with_more_than_allowed_decimals(self):
sender = wallet_users['C']
sign_in_view = SignInView(self.driver)