From 41c1b76af0aa88b4ccfcb6c0e034160e0ecb029f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Sat, 1 Apr 2023 01:14:28 +0200 Subject: [PATCH] SquishTests: Stabilize tst_rename_macros Change-Id: I9d77bf9daa66b46e2b16c8618e1848538cb797aa Reviewed-by: Reviewed-by: Christian Stenger --- tests/system/suite_editors/tst_rename_macros/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/suite_editors/tst_rename_macros/test.py b/tests/system/suite_editors/tst_rename_macros/test.py index 0ad013cc9a2..49737f3b492 100644 --- a/tests/system/suite_editors/tst_rename_macros/test.py +++ b/tests/system/suite_editors/tst_rename_macros/test.py @@ -78,6 +78,7 @@ def testRenameMacroAfterSourceMoving(): if not content: return False formerTexts["testfiles.Headers.testfile\\.h"] = content + waitForProjectTreeItem("testfiles.Headers.anothertestfile\\.h", 5000) content = openDocumentPlaceCursor("testfiles.Headers.anothertestfile\\.h", "#define ANOTHERTESTFILE_H", __paste__) if not content: