aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/system/suite_CSUP/tst_CSUP04/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP04/test.py b/tests/system/suite_CSUP/tst_CSUP04/test.py
index 6fc59a3caa..196d25bc1d 100644
--- a/tests/system/suite_CSUP/tst_CSUP04/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP04/test.py
@@ -53,9 +53,9 @@ def main():
return
test.verify(checkIfObjectExists(":Qt Creator_CppEditor::Internal::CPPEditorWidget"),
"Verifying if: .cpp file is opened in Edit mode.")
- # place cursor on line "QmlApplicationViewer viewer;"
editorWidget = findObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")
- # invoke find usages from context menu on word "viewer"
+ # place cursor on line "class TriangleWindow : public OpenGLWindow"
+ # invoke find usages from context menu on word "OpenGLWindow"
if not invokeFindUsage(editorWidget, "class TriangleWindow : public OpenGLWindow",
"<Left>"):
invokeMenuItem("File", "Exit")