From 4bfb43c681fd8ba392e456d77adcd6291472a279 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 30 Jun 2012 08:48:58 +0000 Subject: Revert "Comment out list view actions for now" This reverts commit 20013d8dffacca20d6cc87060f6d32aadca18601. --- diff --git a/tests/shell.py b/tests/shell.py index 807e959..e6091e8 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() -- cgit v0.9.1