From 2c107d1e02b3804c33915868739dba0d26598059 Mon Sep 17 00:00:00 2001 From: forntoh Date: Tue, 8 Oct 2024 20:49:22 +0200 Subject: [PATCH] Fix test script --- test/CharsetInput.test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/CharsetInput.test.yml b/test/CharsetInput.test.yml index 0215161f..0c768009 100644 --- a/test/CharsetInput.test.yml +++ b/test/CharsetInput.test.yml @@ -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