SquishTests: Update expected page title in WELP04

Change-Id: Ib0a78b9b7aacbf5cf76d3a402e62239239592248
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Löhning
2024-07-18 23:49:40 +02:00
parent 2970b6c85e
commit a5b2c648bc

View File

@@ -43,7 +43,7 @@ def main():
progressBarWait(warn=False) progressBarWait(warn=False)
# select a text tutorial # select a text tutorial
mouseClick(waitForObjectItem(listView, str(tutorial.text))) 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), str(waitForObject(":Help Widget_Help::Internal::HelpWidget").windowTitle),
"Verifying: The tutorial is opened inside Help.") "Verifying: The tutorial is opened inside Help.")
# close help widget again to avoid focus issues # close help widget again to avoid focus issues