From a02ee8131d325223642df81179c3e2ec5f7747dd Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 21 Nov 2012 23:55:28 +0000 Subject: Improve UI test log --- diff --git a/tests/shell.py b/tests/shell.py index c9a8082..25bd34d 100644 --- a/tests/shell.py +++ b/tests/shell.py @@ -23,6 +23,8 @@ def build_activities_list(): return activities def launch_and_stop_activity(activity_name): + print "Launching %s" % activity_name + root = tree.get_root() shell = root.find_child(name="sugar-session", role_name="application") @@ -34,8 +36,6 @@ def launch_and_stop_activity(activity_name): icon = row[1] if name == activity_name: - print "Launching %s" % activity_name - icon.click() print "Stopping %s" % activity_name -- cgit v0.9.1