diff options
author | Robert Loehning <robert.loehning@digia.com> | 2013-07-04 16:15:40 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@digia.com> | 2013-07-08 11:27:15 +0200 |
commit | 486b5c4739a0b9278cbee3c2b642f39b24ed3b36 (patch) | |
tree | 5ab4529dd1ec98c97b915edb7e20d656f03a3128 /tests/system | |
parent | 45ccd7d919c23ce816ed180f5bd4ed2f2a186d06 (diff) | |
download | qt-creator-486b5c4739a0b9278cbee3c2b642f39b24ed3b36.tar.gz |
Squish: Removed pointless progressBarWait()
Waiting already done in createNewQtQuickApplication()
Change-Id: Ibc9dfa1c5fdec0dd34c6dfe2e9c3e9fda6f55fa1
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/suite_WELP/tst_WELP02/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/system/suite_WELP/tst_WELP02/test.py b/tests/system/suite_WELP/tst_WELP02/test.py index 88fc488325..c63f2864db 100644 --- a/tests/system/suite_WELP/tst_WELP02/test.py +++ b/tests/system/suite_WELP/tst_WELP02/test.py @@ -57,7 +57,6 @@ def main(): # select "Create Project" and try to create a new project. # create Qt Quick application from "Welcome" page -> "Develop" tab createNewQtQuickApplication(tempDir(), "SampleApp", fromWelcome = True) - progressBarWait(30000) test.verify(checkIfObjectExists("{column='0' container=':Qt Creator_Utils::NavigationTreeView'" " text~='SampleApp( \(.*\))?' type='QModelIndex'}"), "Verifying: The project is opened in 'Edit' mode after configuring.") |