Skip to content

Commit

Permalink
fix(tests): tweak pressed button in repeated backup
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed Jun 5, 2024
1 parent 26d20e1 commit a7850bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/click_tests/test_repeated_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ def test_repeated_backup(
# confirm backup intro
reset.confirm_read(debug)

# confirm backup warning
reset.confirm_read(debug, middle_r=True)

# let's make a 1-of-1 backup to start with...

assert debug.model is not None
model_name: str = debug.model.internal_name

# confirm checklist
reset.confirm_read(debug)

# shares=1
reset.set_selection(debug, buttons.reset_minus(model_name), 5 - 1)

Expand Down

0 comments on commit a7850bd

Please sign in to comment.