forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -8,7 +8,8 @@ def main():
|
|||||||
if not startedWithoutPluginError():
|
if not startedWithoutPluginError():
|
||||||
return
|
return
|
||||||
projectName = "DesignerTestApp"
|
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)
|
invokeMenuItem('Build', 'Build Project "%s"' % projectName)
|
||||||
selectFromLocator("mainwindow.ui")
|
selectFromLocator("mainwindow.ui")
|
||||||
dragAndDrop(waitForObject("{container=':qdesigner_internal::WidgetBoxCategoryListView'"
|
dragAndDrop(waitForObject("{container=':qdesigner_internal::WidgetBoxCategoryListView'"
|
||||||
|
Reference in New Issue
Block a user