diff --git a/tests/system/shared/clang.py b/tests/system/shared/clang.py index 3687e776da6..97de36b16ab 100644 --- a/tests/system/shared/clang.py +++ b/tests/system/shared/clang.py @@ -43,5 +43,5 @@ def getCodeModelString(useClang): def checkCodeModelSettings(useClang): __openCodeModelOptions__() test.log("Verifying whether 'Ignore pre-compiled headers' is unchecked by default.") - verifyChecked("{name='ignorePCHCheckBox' type='QCheckBox' visible='1'}", False) + verifyChecked("{text='Ignore precompiled headers' type='QCheckBox' visible='1'}", False) clickButton(waitForObject(":Options.OK_QPushButton"))