~canonical-platform-qa/ubuntu-system-tests/pull_to_refresh_video_scope

« back to all changes in this revision

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

replace is_element() with one from autopilot.

Approved by Richard Huddie, platform-qa-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
 
21
21
from autopilot import exceptions
 
22
from autopilot.introspection import is_element
22
23
 
23
24
from ubuntu_system_tests.helpers.autopilot import (
24
25
    patched_wait_select_single,
25
 
    is_element,
26
26
    validate_dbus_object,
27
27
    wait_select_many
28
28
)