aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2023-02-09 23:41:43 +0100
committerRobert Löhning <robert.loehning@qt.io>2023-02-13 21:34:56 +0000
commitb7f235edb694cce4f0b974eccff8c230b2f23bfd (patch)
tree64a1466915f06fa0b9b2e01a0cc4da20efe21ec9
parentff65caf62faa1e5c9411c26ccacbf21263fa3393 (diff)
SquishTests: Avoid known bug with CMake-based Widgets projects
...and start testing it again as soon as the report is closed. Task-number: QTCREATORBUG-28787 Change-Id: Ib33efb6ef2851726a183576bfde5db0a1a5d8c38 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/suite_tools/tst_designer_autocomplete/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_designer_autocomplete/test.py b/tests/system/suite_tools/tst_designer_autocomplete/test.py
index f9e6b0bdc0..10e5a635f4 100644
--- a/tests/system/suite_tools/tst_designer_autocomplete/test.py
+++ b/tests/system/suite_tools/tst_designer_autocomplete/test.py
@@ -8,7 +8,8 @@ def main():
if not startedWithoutPluginError():
return
projectName = "DesignerTestApp"
- createProject_Qt_GUI(tempDir(), projectName)
+ createProject_Qt_GUI(tempDir(), projectName,
+ buildSystem="qmake" if JIRA.isBugStillOpen(28787) else "CMake")
invokeMenuItem('Build', 'Build Project "%s"' % projectName)
selectFromLocator("mainwindow.ui")
dragAndDrop(waitForObject("{container=':qdesigner_internal::WidgetBoxCategoryListView'"