From a5b2c648bc9207813bb23122b1a58ae4311a2966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Thu, 18 Jul 2024 23:49:40 +0200 Subject: [PATCH] SquishTests: Update expected page title in WELP04 Change-Id: Ib0a78b9b7aacbf5cf76d3a402e62239239592248 Reviewed-by: Christian Stenger --- tests/system/suite_WELP/tst_WELP04/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_WELP/tst_WELP04/test.py b/tests/system/suite_WELP/tst_WELP04/test.py index 6ccf2f0d3ac..21b4b515bbf 100644 --- a/tests/system/suite_WELP/tst_WELP04/test.py +++ b/tests/system/suite_WELP/tst_WELP04/test.py @@ -43,7 +43,7 @@ def main(): progressBarWait(warn=False) # select a text tutorial mouseClick(waitForObjectItem(listView, str(tutorial.text))) - test.verify("Building and Running an Example" in + test.verify("Tutorial: Build and run" in str(waitForObject(":Help Widget_Help::Internal::HelpWidget").windowTitle), "Verifying: The tutorial is opened inside Help.") # close help widget again to avoid focus issues