test: IDE: Fix non repeatable select-all-delete in debug_project.
--- 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\")'")