tests: IDE: fix again debug_project, making it hopefully more stable
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sun, 17 Jul 2022 17:49:34 +0200
changeset 3547 8a9a7d180b93
parent 3546 ee51d1deadfd
child 3548 da7b461f54b7
tests: IDE: fix again debug_project, making it hopefully more stable
tests/ide_tests/debug_project.sikuli/debug_project.py
tests/ide_tests/sikuliberemiz.py
--- a/tests/ide_tests/debug_project.sikuli/debug_project.py	Sun Jul 17 17:47:11 2022 +0200
+++ b/tests/ide_tests/debug_project.sikuli/debug_project.py	Sun Jul 17 17:49:34 2022 +0200
@@ -52,11 +52,9 @@
 
     app.rightClick("1646066996790.png")
 
-    app.wait("Force",10)
-    
-    app.click("Force")
+    app.click("Force value")
 
-    app.k.SelectAll()
+    app.type("a", Key.CTRL)
 
     app.type(Key.DELETE)
 
--- a/tests/ide_tests/sikuliberemiz.py	Sun Jul 17 17:47:11 2022 +0200
+++ b/tests/ide_tests/sikuliberemiz.py	Sun Jul 17 17:49:34 2022 +0200
@@ -29,7 +29,6 @@
              "Connect":  sikuli.Key.F7,
              "Clean":    sikuli.Key.F9,
              "Build":    sikuli.Key.F11,
-             "SelectAll":("a",sikuli.Key.CTRL),
              "Save":     ("s",sikuli.Key.CTRL),
              "New":      ("n",sikuli.Key.CTRL),
              "Address":  ("l",sikuli.Key.CTRL)}  # to reach address bar in GTK's file selector