Skip to content

Commit

Permalink
try fixing test_regression_continue_after_reject
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Dec 13, 2024
1 parent dce68a2 commit d204a1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration/nano/test_wrong_apdu.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ def test_regression_continue_after_reject(
snapshot_dir: Path):
"""Check the app still runs after rejects signing"""

backend.wait_for_home_screen()

tezos_navigator.toggle_expert_mode()

backend.wait_for_home_screen()

with StatusCode.REJECT.expected():
tezos_navigator.reject_public_key(account, snap_path=snapshot_dir / "reject_public_key")

Expand All @@ -61,6 +65,8 @@ def test_regression_continue_after_reject(
snap_path=snapshot_dir / "reject_signing"
)

backend.wait_for_home_screen()

backend.get_public_key(account, with_prompt=False)


Expand Down

0 comments on commit d204a1e

Please sign in to comment.