~allanlesage/+junk/reboot-instead-of-remount-ro

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/scopes/video/_cpo.py

  • Committer: Tarmac
  • Author(s): Richard Huddie
  • Date: 2016-03-09 14:35:21 UTC
  • mfrom: (348.1.8 ubuntu-system-tests)
  • Revision ID: tarmac-20160309143521-xb8knokov08ru2hk
Fixes for preview objects not found.

Approved by Omer Akram, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        from ubuntu_system_tests.helpers.scopes.video import _preview
102
102
        return patched_wait_select_single(
103
103
            root=self, class_object=_preview.Preview, class_name='Preview',
104
 
            isCurrent=True)
 
104
            objectName='preview')