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

« back to all changes in this revision

Viewing changes to tests/autopilot/gallery_app/tests/test_picker_mode.py

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-06 16:39:13 UTC
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: package-import@ubuntu.com-20140306163913-qxrw49yziyn3o6ui
Tags: upstream-0.0.67+14.04.20140306
ImportĀ upstreamĀ versionĀ 0.0.67+14.04.20140306

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        first_media = self.picker_view.first_media_in_events_view()
36
36
        self.click_item(first_media)
37
37
 
 
38
    @unittest.skip("Temporarily disable as it fails in some cases, supposedly due to problems with the infrastructure")
38
39
    def test_pick_first_photo(self):
39
40
        """Check if the button enabled state follows the selection"""
40
41
        pick_button = self.picker_view.pick_button()