forked from qt-creator/qt-creator
SquishTests: Update expected page title in WELP04
Change-Id: Ib0a78b9b7aacbf5cf76d3a402e62239239592248 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user