SquishTests: Stabilize tst_rename_macros

Change-Id: I9d77bf9daa66b46e2b16c8618e1848538cb797aa
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Löhning
2023-04-01 01:14:28 +02:00
parent 892ccd2097
commit 41c1b76af0

View File

@@ -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: