~ibelieve/ubuntu-filemanager-app/improved-ui

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_filemanager_app/emulators/main_window.py

  • Committer: Michel Spencer
  • Date: 2013-06-25 21:16:53 UTC
  • Revision ID: spencers1993@gmail.com-20130625211653-ufqmrah28k75vthv
Fixed autopilot tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        return self.app.select_many("Subtitled")[index]
26
26
 
27
27
    def get_action_popover(self):
28
 
        return self.app.select_single("ActionSelectionPopover")
 
28
        # Returns all instances, but with current one as first index
 
29
        return self.app.select_many("ActionSelectionPopover")[0]