Skip to content

Commit

Permalink
More e2e fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhy committed Jun 12, 2019
1 parent d1b991f commit b72fd2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand Down

0 comments on commit b72fd2b

Please sign in to comment.