tests/ide_tests/debug_project.sikuli/debug_project.py
changeset 3551 edf59ae145b7
parent 3547 8a9a7d180b93
child 3563 d2d2a11366b1
--- a/tests/ide_tests/debug_project.sikuli/debug_project.py	Sun Jul 17 22:35:45 2022 +0200
+++ b/tests/ide_tests/debug_project.sikuli/debug_project.py	Sun Jul 17 22:42:56 2022 +0200
@@ -54,9 +54,9 @@
 
     app.click("Force value")
 
-    app.type("a", Key.CTRL)
+    #app.type("a", Key.CTRL)
 
-    app.type(Key.DELETE)
+    app.type(Key.BACKSPACE)
 
     app.type("'sys.stdout.write(\"DEBUG TEST OK\\n\")'")