~ubuntu-branches/ubuntu/utopic/gallery-app/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/autopilot/gallery_app/emulators/photo_viewer.py

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-02-14 15:03:59 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20140214150359-zoq5sjbixh7y4jt1
Tags: upstream-0.0.67+14.04.20140214
ImportĀ upstreamĀ versionĀ 0.0.67+14.04.20140214

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
            objectName="openedPhoto0"
48
48
        )
49
49
 
 
50
    def get_photos_list(self):
 
51
        return self.app.wait_select_single("MediaListView")
 
52
 
50
53
    def get_crop_menu_item(self):
51
54
        """Returns the crop item of the edit dialog."""
52
55
        return self.app.select_single("Standard", objectName="cropListItem")