~lukas-kde/unity8/activateWindows

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/launcher.py

  • Committer: Lukáš Tinkl
  • Date: 2015-10-26 13:50:42 UTC
  • mfrom: (2004.1.15 trunk)
  • Revision ID: lukas.tinkl@canonical.com-20151026135042-njfom5vn3nb8fxhy
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
            logger.debug('The launcher is already opened.')
43
43
 
44
44
    def _swipe_to_show_launcher(self):
45
 
        view = self.get_root_instance().select_single('QQuickView')
 
45
        view = self.get_root_instance().select_single('ShellView')
46
46
        start_y = stop_y = view.y + view.height // 2
47
47
 
48
48
        start_x = view.x + 1