Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/sugar
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sugar')
-rw-r--r--tests/sugar/shell.py7
1 files changed, 0 insertions, 7 deletions
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")