Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-12 19:17:58 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-12 19:17:58 (GMT)
commited5cdf0ad28ceec92587af796ff723574a1a71b4 (patch)
tree875cfdac0b56e5268389319588ad7ebff686a2bc
parent88e25e136453c871fedbdf5436d3238ad442474e (diff)
Fix Read UI test
It doesn't show an object chooser anymore.
-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")