diff --git a/test/appium/tests/atomic/transactions/test_daaps_transactions.py b/test/appium/tests/atomic/transactions/test_daaps_transactions.py index 8da841b11679..f1de1ec6f1b3 100644 --- a/test/appium/tests/atomic/transactions/test_daaps_transactions.py +++ b/test/appium/tests/atomic/transactions/test_daaps_transactions.py @@ -89,7 +89,7 @@ def test_send_two_transactions_in_batch_in_dapp(self): send_transaction_view.sign_transaction() # Check that second 'Send transaction' screen appears - if not send_transaction_view.element_by_text('Sign transaction').is_element_displayed(10): + if not send_transaction_view.element_by_text('Sign with password').is_element_displayed(10): pytest.fail('Second send transaction screen did not appear!') send_transaction_view.sign_transaction() @@ -109,7 +109,7 @@ def test_send_two_transactions_one_after_another_in_dapp(self): send_transaction_view.sign_transaction() # Check that second 'Send transaction' screen appears - if not send_transaction_view.element_by_text('Sign transaction').is_element_displayed(20): + if not send_transaction_view.element_by_text('Sign with password').is_element_displayed(20): pytest.fail('Second send transaction screen did not appear!') send_transaction_view.sign_transaction()