aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-08-13 16:06:09 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-08-14 11:28:26 +0200
commit4541173535d4a0df240636ab1a0618abc2794569 (patch)
tree0ab15428ebf6b1c51ef23867ddc905763c8aae5a /tests
parent3ad3f7aa6b69cbf1d266802b74fb2d6acf9b2a2c (diff)
Squish: Remove pointless waiting
Change-Id: I1da64859bf5d6974ceacfe22d230be1983533d77 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/shared/project.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index b22fd9012aa..32287112554 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -34,8 +34,6 @@ def openQmakeProject(projectPath, targets=Targets.desktopTargetClasses(), fromWe
cleanUpUserFiles(projectPath)
if fromWelcome:
mouseClick(waitForObject(":OpenProject_QStyleItem"), 5, 5, 0, Qt.LeftButton)
- if not platform.system() == "Darwin":
- waitFor("waitForObject(':fileNameEdit_QLineEdit', 1000).focus == True", 3000)
else:
invokeMenuItem("File", "Open File or Project...")
selectFromFileDialog(projectPath)