summaryrefslogtreecommitdiff
path: root/tests/system/shared/hook_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/shared/hook_utils.py')
-rw-r--r--tests/system/shared/hook_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/hook_utils.py b/tests/system/shared/hook_utils.py
index 300f5b8d63..8bfaffd48d 100644
--- a/tests/system/shared/hook_utils.py
+++ b/tests/system/shared/hook_utils.py
@@ -19,7 +19,7 @@ def modifyRunSettingsForHookInto(projectName, port):
if result:
clickButton(waitForObject("{container=':Qt Creator.scrollArea_QScrollArea' text='Details' "
"type='Utils::DetailsButton' unnamed='1' visible='1' "
- "leftWidget={type='QLabel' text='Using <b>Build Environment</b>' unnamed='1' visible='1'}}"))
+ "leftWidget={type='QLabel' text~='Us(e|ing) <b>Build Environment</b>' unnamed='1' visible='1'}}"))
envVarsTableView = waitForObject("{type='QTableView' visible='1' unnamed='1'}")
model = envVarsTableView.model()
for row in range(model.rowCount()):