=== modified file 'tests/autopilot/pay_ui/tests/__init__.py'
--- tests/autopilot/pay_ui/tests/__init__.py 2015-02-05 18:54:08 +0000
+++ tests/autopilot/pay_ui/tests/__init__.py 2015-02-09 18:56:05 +0000
@@ -86,7 +86,7 @@
'--desktop_file_hint=%s' % desktop_file_path,
app_type='qt',
emulator_base=uutk.UbuntuUIToolkitCustomProxyObjectBase)
-
+
def get_installed_directory(self, package):
"""Return the installed path for %package, or an empty string."""
@@ -101,9 +101,11 @@
return ''
else:
return manifest['_directory']
-
-
+
+
@property
def main_view(self):
"""Return main view"""
+ self.app.print_tree(
+ os.path.join(os.environ.get('ADT_ARTIFACTS'), 'tree.txt'))
return self.app.select_single(objectName='payui')