test: IDE: Fix non repeatable select-all-delete in debug_project. wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Mon, 25 Jul 2022 11:55:43 +0200
branchwxPython4
changeset 3563 d2d2a11366b1
parent 3562 165dc0e97f1d
child 3564 d2ca25a2d5d9
test: IDE: Fix non repeatable select-all-delete in debug_project.
tests/ide_tests/debug_project.sikuli/debug_project.py
--- a/tests/ide_tests/debug_project.sikuli/debug_project.py	Mon Jul 25 11:51:41 2022 +0200
+++ b/tests/ide_tests/debug_project.sikuli/debug_project.py	Mon Jul 25 11:55:43 2022 +0200
@@ -53,10 +53,16 @@
     app.rightClick("1646066996790.png")
 
     app.click("Force value")
+    # app.click("1646062660790.png")
 
-    #app.type("a", Key.CTRL)
+    # app.type("a", Key.CTRL)
 
-    app.type(Key.BACKSPACE)
+    # app.type(Key.BACKSPACE)
+    app.type(Key.HOME)
+
+    app.type("a", Key.CTRL)
+
+    app.type(Key.DELETE)
 
     app.type("'sys.stdout.write(\"DEBUG TEST OK\\n\")'")