From ed5cdf0ad28ceec92587af796ff723574a1a71b4 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 12 Apr 2013 19:17:58 +0000 Subject: Fix Read UI test It doesn't show an object chooser anymore. --- (limited to 'tests/sugar/shell.py') diff --git a/tests/sugar/shell.py b/tests/sugar/shell.py index 255786e..254ca2b 100644 --- a/tests/sugar/shell.py +++ b/tests/sugar/shell.py @@ -5,8 +5,6 @@ import traceback import tree -ACTIVITIES_WITH_OBJECT_CHOOSER = ["Read"] - def build_activities_list(): root = tree.get_root() @@ -44,11 +42,6 @@ def launch_and_stop_activity(activity_name): logging.info("Stopping %s" % activity_name) - if activity_name in ACTIVITIES_WITH_OBJECT_CHOOSER: - close_button = shell.find_child(name="Close", - role_name="push button") - close_button.do_action("click") - activity = root.find_child(name="sugar-activity", role_name="application") -- cgit v0.9.1