SquishTests: Update tst_openqt_creator

Task-number: QTCREATORBUG-29923
Change-Id: I59ccfca431ab4a0d7d5bb8be78c078e2e5d58825
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Robert Löhning
2023-11-17 21:03:58 +01:00
parent e944a26435
commit f52c92bfe5
2 changed files with 34 additions and 730 deletions

View File

@@ -45,7 +45,7 @@ def main():
# Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609) # Verify that qmljs.g is in the project even when we don't know where (QTCREATORBUG-17609)
selectFromLocator("p qmljs.g", "qmljs.g") selectFromLocator("p qmljs.g", "qmljs.g")
# Now check some basic lookups in the search box # Now check some basic lookups in the search box
selectFromLocator(": qlist::qlist", "QList::QList") selectFromLocator(": qlist", "QList")
test.compare(wordUnderCursor(waitForObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")), "QList") test.compare(wordUnderCursor(waitForObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")), "QList")
invokeMenuItem("File", "Exit") invokeMenuItem("File", "Exit")