~bilalakhtar/unity/fix-queuedraw-after-addlaunchericon

« back to all changes in this revision

Viewing changes to tests/autopilot/unity/emulators/dash.py

  • Committer: Tarmac
  • Author(s): Omer Akram
  • Date: 2012-08-17 03:14:45 UTC
  • mfrom: (2570.1.1 unity.autop)
  • Revision ID: tarmac-20120817031445-s27magh5sqxbixp4
test if video lens reveals with super+v. Fixes: . Approved by Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
        self._reveal_lens("lens_reveal/files", clear_search)
119
119
        return self.view.get_lensview_by_name("files.lens")
120
120
 
 
121
    def reveal_video_lens(self, clear_search=True):
 
122
        """Reveal the video lens"""
 
123
        logger.debug("Revealing video lens with Super+v.")
 
124
        self._reveal_lens("lens_reveal/video", clear_search)
 
125
        return self.view.get_lensview_by_name("video.lens")
 
126
 
121
127
    def reveal_command_lens(self, clear_search=True):
122
128
        """Reveal the 'run command' lens."""
123
129
        logger.debug("Revealing command lens with Alt+F2.")