~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/system_settings/_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:
22
22
 
23
23
import autopilot.logging
24
24
import autopilot.exceptions as exceptions
 
25
from autopilot.introspection import is_element
25
26
 
26
27
import ubuntuuitoolkit as uitk
27
28
import ubuntu_system_settings as uss
28
29
 
29
 
from ubuntu_system_tests.helpers.autopilot import (
30
 
    validate_dbus_object, is_element)
 
30
from ubuntu_system_tests.helpers.autopilot import validate_dbus_object
31
31
from ubuntu_system_tests.helpers.autopilot.list import order_by_y_coord
32
32
from ubuntu_system_tests.helpers.brightness._cpo import BrightnessPageBase
33
33