Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 8, 2024
1 parent e7d850d commit 2c107d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/CharsetInput.test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Charset Input Test
version: 1
version: 2
author: Thomas Forntoh
steps:
- wait-serial: "#LOG# LcdMenu::setScreen"
- simulate: enterButton-press
- wait-serial: "#LOG# ItemInput::enterEditMode=0123456"
- simulate: upButton-press
- wait-serial: "#LOG# ItemInputCharset::up=6"
- wait-serial: "#LOG# ItemInputCharset::up=9"
- simulate: upButton-press
- wait-serial: "#LOG# ItemInputCharset::up=5"
- wait-serial: "#LOG# ItemInputCharset::up=8"
- simulate: downButton-press
- wait-serial: "#LOG# ItemInputCharset::down=6"
- wait-serial: "#LOG# ItemInputCharset::down=9"
- simulate: downButton-press
- wait-serial: "#LOG# ItemInputCharset::down=0"
- simulate: enterButton-press
Expand Down

0 comments on commit 2c107d1

Please sign in to comment.