From 3929ee8ecb2e7fdd1b59bd484c0147b096362eb1 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 01 Dec 2012 17:27:31 +0000 Subject: iHopefully we will not get passord dialogs anymore --- (limited to 'tests') 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") -- cgit v0.9.1