diff options
author | Daniel Narvaez <dwnarvaez@gmail.com> | 2012-06-29 16:24:37 (GMT) |
---|---|---|
committer | Daniel Narvaez <dwnarvaez@gmail.com> | 2012-06-29 16:24:37 (GMT) |
commit | 20013d8dffacca20d6cc87060f6d32aadca18601 (patch) | |
tree | f462f5d5a5415b5b2f8f6409d84a254589ca7036 /tests/shell.py | |
parent | c4f51950f72d32f148ca455d96c77af5cf6ef99d (diff) |
Comment out list view actions for now
They don't work inside buildbot, will need to investigate
Diffstat (limited to 'tests/shell.py')
-rw-r--r-- | tests/shell.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell.py b/tests/shell.py index e6091e8..807e959 100644 --- a/tests/shell.py +++ b/tests/shell.py @@ -7,5 +7,5 @@ done_button = shell.child(name="Done", roleName="push button") done_button.click() # Switch to the home list view -radio_button = shell.child(name="List view", roleName="radio button") -radio_button.click() +#radio_button = shell.child(name="List view", roleName="radio button") +#radio_button.click() |