From 0f24475f484e8372c6f74169a6be21621a3d4862 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 11 Oct 2022 13:48:11 +0200 Subject: [PATCH] Squish: Adapt to changed ui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idbee4f2a4d1536cc1dc6a7822d4415032feb9a28 Reviewed-by: Robert Löhning --- tests/system/shared/clang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))