Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell.py')
-rw-r--r--tests/shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell.py b/tests/shell.py
index f216356..3d2215b 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -16,6 +16,8 @@ table = shell.child(name="", roleName="table")
cells = table.findChildren(predicate.GenericPredicate(roleName="table cell"))
for row in [cells[i:i+5] for i in range(0, len(cells), 5)]:
+ print "Launching %s" % row[2].text
+
row[1].click()
activity = tree.root.child(name="sugar-activity", roleName="application")