tests: one more stability related fix for debug_project IDE test
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sun, 17 Jul 2022 22:42:56 +0200
changeset 3551 edf59ae145b7
parent 3550 45e482f279f4
child 3552 ffe4e46a3163
tests: one more stability related fix for debug_project IDE test
tests/ide_tests/debug_project.sikuli/debug_project.py
--- 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\")'")