diff --git a/tests/system/shared/hook_utils.py b/tests/system/shared/hook_utils.py index 540c0702dc8..c87873d441f 100644 --- a/tests/system/shared/hook_utils.py +++ b/tests/system/shared/hook_utils.py @@ -47,7 +47,7 @@ def modifyRunSettingsForHookInto(projectName, kitCount, port): result = __configureCustomExecutable__(projectName, port, mkspec, qtVersion) if result: ensureChecked(":RunSettingsEnvironmentDetails_Utils::DetailsButton") - envVarsTableView = waitForObject("{type='QTableView' visible='1' unnamed='1'}") + envVarsTableView = waitForObject("{type='QTreeView' visible='1' unnamed='1'}") model = envVarsTableView.model() changingVars = [] for index in dumpIndices(model):