From 40e90cb8be7c76192c3bcb7fb4554d384375d6f2 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 8 Sep 2017 12:56:45 +0200 Subject: Squish: Update expected combo box in tst_WELP01 Change-Id: I35f40a637a6914bea2057b951409b21b7ce90c8d Reviewed-by: Christian Stenger --- tests/system/suite_WELP/tst_WELP01/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_WELP/tst_WELP01/test.py b/tests/system/suite_WELP/tst_WELP01/test.py index ffc16e087d..acbc5bc5cc 100755 --- a/tests/system/suite_WELP/tst_WELP01/test.py +++ b/tests/system/suite_WELP/tst_WELP01/test.py @@ -139,7 +139,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.*'", "Qt version combo box")) + ("QComboBox", "currentText~='.*Qt.*'", "Qt version combo box")) search = "{type='%s' %s}" for (qType, prop, info) in expect: test.verify(checkIfObjectExists(search % (qType, prop)), -- cgit v1.2.1