Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:27:31 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:27:31 (GMT)
commit3929ee8ecb2e7fdd1b59bd484c0147b096362eb1 (patch)
treef91d748442c5cd47246a64b0af333e4c2001aed3
parent9d4bcf514ae2a6f68f5b9ce28cb35addd65cf1f7 (diff)
iHopefully we will not get passord dialogs anymore
-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")