summaryrefslogtreecommitdiff
path: root/tests/system/shared/project_explorer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/project_explorer.py')
-rw-r--r--tests/system/shared/project_explorer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/project_explorer.py b/tests/system/shared/project_explorer.py
index 79e6ec31f6..6ab2c54738 100644
--- a/tests/system/shared/project_explorer.py
+++ b/tests/system/shared/project_explorer.py
@@ -73,7 +73,7 @@ def prepareBuildSettings(targetCount, currentTarget, setReleaseBuild=True, disab
wait = False
try:
if qtCombo.currentText != defaultQtVersion:
- selectFromCombo(":scrollArea.qtVersionComboBox_QComboBox", defaultQtVersion.replace(".", "\\."))
+ selectFromCombo(qtCombo, defaultQtVersion.replace(".", "\\."))
if setReleaseBuild:
chooseThis = "%s Release" % defaultQtVersion
else: