forked from qt-creator/qt-creator
Squish: Prepare tst_WELP01 for Qt 6
Working around the wildcard issue... Change-Id: I3d3b8e0360762ea72c39a49274df271fc0090e8b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -317,7 +317,7 @@ def addCurrentCreatorDocumentation():
|
||||
selectFromFileDialog(docPath)
|
||||
try:
|
||||
waitForObject("{type='QMessageBox' unnamed='1' visible='1' "
|
||||
"text?='Unable to register documentation.*'}", 3000)
|
||||
"text~='Unable to register documentation.*'}", 3000)
|
||||
test.passes("Qt Creator's documentation found already registered.")
|
||||
clickButton(waitForObject("{type='QPushButton' text='OK' unnamed='1' visible='1' "
|
||||
"container={name='groupBox' type='QGroupBox' visible='1'}}"))
|
||||
|
||||
Reference in New Issue
Block a user