~canonical-platform-qa/ubuntu-autopilot-tests/launcher

« back to all changes in this revision

Viewing changes to ubuntu_experience_tests/tests/test_osd_dialer_integration.py

  • Committer: Leo Arias
  • Date: 2014-05-28 11:50:05 UTC
  • mfrom: (11.3.11 url_dispatcher)
  • Revision ID: leo.arias@canonical.com-20140528115005-4ju5stmmdlxsrjps
Test that online accounts launched with url dispatcher can be swiped into background.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        return unity.select_single(objectName='button1', visible=True)
51
51
 
52
52
    def _accept_call_from_ui(self):
53
 
        unity = helpers.get_proxy_object_by_process_name('unity8')
54
 
        accept_button = self._get_accept_button(unity)
 
53
        accept_button = self._get_accept_button(self.unity_proxy)
55
54
 
56
55
        self.pointing_device.click_object(accept_button)
57
56