Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/sugar/shell.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/sugar/shell.py b/tests/sugar/shell.py
index 25bd34d..14a0709 100644
--- a/tests/sugar/shell.py
+++ b/tests/sugar/shell.py
@@ -65,12 +65,6 @@ def go_to_list_view():
done_button = shell.find_child(name="Done", role_name="push button")
done_button.do_action("click")
- gcr_prompter = root.find_child(name="gcr-prompter", role_name="application")
- if gcr_prompter:
- cancel_button = gcr_prompter.find_child(name="Cancel",
- role_name="push button")
- cancel_button.do_action("click")
-
radio_button = shell.find_child(name="List view", role_name="radio button")
radio_button.do_action("click")