Skip to content

Commit

Permalink
fix(tests): remove useless hold-to-confirm for delizia
Browse files Browse the repository at this point in the history
when animations are disabled, hold-to-confirm has zero timeout
  • Loading branch information
matejcik committed Feb 4, 2025
1 parent 0fe9584 commit d8cd323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/click_tests/reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def read_words(debug: "DebugLink", do_htc: bool = True) -> list[str]:
if debug.layout_type is LayoutType.Bolt:
debug.click(buttons.OK, hold_ms=1500)
elif debug.layout_type is LayoutType.Delizia:
debug.click(buttons.TAP_TO_CONFIRM, hold_ms=1500)
debug.click(buttons.TAP_TO_CONFIRM)
elif debug.layout_type is LayoutType.Caesar:
debug.press_right(hold_ms=1200)
else:
Expand Down

0 comments on commit d8cd323

Please sign in to comment.