tests/ide_tests/debug_project.sikuli/debug_project.py
changeset 3540 75a83cc07f27
parent 3528 c269f256a7c4
child 3547 8a9a7d180b93
--- a/tests/ide_tests/debug_project.sikuli/debug_project.py	Fri Jul 15 14:38:33 2022 +0200
+++ b/tests/ide_tests/debug_project.sikuli/debug_project.py	Fri Jul 15 14:40:55 2022 +0200
@@ -58,6 +58,8 @@
 
     app.k.SelectAll()
 
+    app.type(Key.DELETE)
+
     app.type("'sys.stdout.write(\"DEBUG TEST OK\\n\")'")
 
     app.type(Key.ENTER)