diff --git a/tests/system/suite_editors/tst_basic_cpp_support/test.py b/tests/system/suite_editors/tst_basic_cpp_support/test.py index ca769a0a437..e2af9096418 100644 --- a/tests/system/suite_editors/tst_basic_cpp_support/test.py +++ b/tests/system/suite_editors/tst_basic_cpp_support/test.py @@ -46,7 +46,8 @@ def main(): if not startedWithoutPluginError(): return overrideInstallLazySignalHandler() - installLazySignalHandler(":Qt Creator_CppEditor::Internal::CPPEditorWidget", "textChanged()", + # used simplified object to omit the visible property - causes Squish problem here otherwise + installLazySignalHandler("{type='CppEditor::Internal::CPPEditorWidget'}", "textChanged()", "__handleTextChanged__") openQmakeProject(proFile) progressBarWait(20000)