~lukas-kde/unity8/activateWindows

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/fixture_setup.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:
133
133
        args = [binary_arg] + env_args
134
134
        self.unity_proxy = process_helpers.restart_unity_with_testability(
135
135
            *args)
136
 
        self.main_win = self.unity_proxy.select_single(shell.QQuickView)
 
136
        self.main_win = self.unity_proxy.select_single(shell.ShellView)
137
137
 
138
138
    def _create_sensors(self):
139
139
        # Wait for unity to start running.