← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app

 

Carla Sella has proposed merging lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app with lp:~carla-sella/ubuntu-filemanager-app/fixed-test-cut-directory as a prerequisite.

Commit message:
Autopilot test for Filemanager app

Requested reviews:
  Ubuntu File Manager Developers (ubuntu-filemanager-dev)

For more details, see:
https://code.launchpad.net/~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file/+merge/252206
-- 
Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~carla-sella/ubuntu-filemanager-app/fixing-test-extract-archive-file into lp:ubuntu-filemanager-app.
=== modified file 'tests/autopilot/filemanager/__init__.py'
--- tests/autopilot/filemanager/__init__.py	2014-12-07 16:09:26 +0000
+++ tests/autopilot/filemanager/__init__.py	2015-03-07 16:40:31 +0000
@@ -165,7 +165,9 @@
 
     def get_file_actions_popover(self):
         """Return the ActionSelectionPopover emulator of the file actions."""
-        return self.get_action_selection_popover('fileActionsPopover')
+        action_selection_popover = self.get_action_selection_popover(
+            'fileActionsPopover')
+        return action_selection_popover
 
     def click_header_action(self, objectName):
         header = self.get_header()


References