forked from qt-creator/qt-creator
Squish: Fix property name in tst_WELP03
Squish 6.2 still accepts both property names but Squish 6.3 is more strict. Change-Id: I390af974425242d1f766853b80870dcb1948ef92 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -80,7 +80,7 @@ def main():
|
||||
expect = (("QTableView", "unnamed='1' visible='1' window=':Qt Creator_Core::Internal::MainWindow'",
|
||||
"examples list"),
|
||||
("QLineEdit", "placeholderText='Search in Examples...'", "examples search line edit"),
|
||||
("QComboBox", "text~='.*Qt.*' visible='1'", "Qt version combo box"))
|
||||
("QComboBox", "currentText~='.*Qt.*' visible='1'", "Qt version combo box"))
|
||||
search = "{type='%s' %s}"
|
||||
test.verify(all(map(checkIfObjectExists, (search % (exp[0], exp[1]) for exp in expect))),
|
||||
"Verifying: 'Examples' topic is opened and the examples are shown.")
|
||||
|
Reference in New Issue
Block a user