Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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()