Skip to content
Snippets Groups Projects
Commit 893b3da5 authored by Christian Stenger's avatar Christian Stenger
Browse files

Squish: Fix tst_WELP02


Change-Id: Ie45909e9967fdb1333da25bc85f93195374f44da
Reviewed-by: default avatarRobert Loehning <robert.loehning@digia.com>
parent 4622aba7
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def main():
waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}",
"sourceFilesRefreshed(QStringList)")
test.verify(checkIfObjectExists("{column='0' container=':Qt Creator_Utils::NavigationTreeView'"
" text='SampleApp' type='QModelIndex'}"),
" text~='SampleApp( \(.*\))?' type='QModelIndex'}"),
"Verifying: The project is opened in 'Edit' mode after configuring.")
# go to "Welcome page" -> "Develop" topic again.
switchViewTo(ViewConstants.WELCOME)
......@@ -43,7 +43,7 @@ def main():
waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}",
"sourceFilesRefreshed(QStringList)")
test.verify(checkIfObjectExists("{column='0' container=':Qt Creator_Utils::NavigationTreeView'"
" text='propertyanimation' type='QModelIndex'}"),
" text~='propertyanimation( \(.*\))?' type='QModelIndex'}"),
"Verifying: The project is opened in 'Edit' mode after configuring.")
# go to "Welcome page" -> "Develop" again and check if there is an information about
# recent projects in "Recent Projects".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment