Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-08-02 16:59:04 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-02 16:59:04 (GMT)
commit847e82abc4c156f6ba701aaac8e114ab6f1b5211 (patch)
tree24819e9bbd78f17b376bc5c0bdd06cab07c33bb7
parentea7a35dad49e818d3e7e879afa4e472a4f95a7a9 (diff)
Sleep while the shell starts
Tries to fix a race seen in buildbot
-rw-r--r--tests/shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell.py b/tests/shell.py
index ff5a13e..dc045d4 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -61,6 +61,8 @@ def go_to_list_view():
done_button = shell.child(name="Done", roleName="push button")
done_button.click()
+ sleep(10)
+
radio_button = shell.child(name="List view", roleName="radio button")
radio_button.click()