Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-08-07 11:40:38 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-07 11:40:38 (GMT)
commitf4324ad8bff1e1fb6594d599c5aa8b2149621cd2 (patch)
treea1a5779aed2285a785eae75572ac6ddd971d05f3 /tests
parente7a33e537d1ea5432cdc17aadfb07f33efd7037f (diff)
parent82a3c0e889de4974e49bdf5ce8f950ebcfdb201b (diff)
Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-build
Diffstat (limited to 'tests')
-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()