aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-03-30 14:25:03 +0200
committerChristian Stenger <christian.stenger@nokia.com>2012-03-30 14:55:03 +0200
commit042dae0e5eea5ab8cc7a6730dc11ca2d2d300898 (patch)
treea9516e964a866f63b79c196d4a8960e056a73687 /tests
parenta6b5aaf9e7925f2a65208b311a274a0fd5c3beed (diff)
Squish: Waiting for enabled button
Change-Id: If06bb6360c7837e773e2eb0b6be8143e588b771e Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/shared/project.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index aba43b65bf..cb68aa299c 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -335,6 +335,7 @@ def validType(sType, userDef):
def __closeSubprocessByPushingStop__(sType):
ensureChecked(":Qt Creator_AppOutput_Core::Internal::OutputPaneToggleButton")
+ waitForObject(":Qt Creator.Stop_QToolButton", 5000)
playButton = verifyEnabled(":Qt Creator.ReRun_QToolButton", False)
stopButton = verifyEnabled(":Qt Creator.Stop_QToolButton")
if stopButton.enabled: