# HG changeset patch # User Edouard Tisserant # Date 1658072974 -7200 # Node ID 8a9a7d180b93d570811b3cd3d9178c1bacf7c9a9 # Parent ee51d1deadfd4b6f2711d9977c879253152be741 tests: IDE: fix again debug_project, making it hopefully more stable diff -r ee51d1deadfd -r 8a9a7d180b93 tests/ide_tests/debug_project.sikuli/debug_project.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) diff -r ee51d1deadfd -r 8a9a7d180b93 tests/ide_tests/sikuliberemiz.py --- 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