aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/system/shared/project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index bd2a80452e..5cbb1e43f3 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -418,7 +418,7 @@ def __chooseTargets__(targets, availableTargets=None, additionalFunc=None):
"window=':Qt Creator_Core::Internal::MainWindow' "
"summaryText='%s' visible='1'}"
% Targets.getStringForTarget(current))
- detailsButton = getChildByClass(detailsWidget, "Utils::DetailsButton")
+ detailsButton = getChildByClass(detailsWidget, "QToolButton")
clickButton(detailsButton)
additionalFunc()
clickButton(detailsButton)