~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/notifications/sim_pin.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
import logging
21
21
 
 
22
from autopilot.introspection import is_element
22
23
 
23
 
from ubuntu_system_tests.helpers.autopilot import is_element
24
24
from ubuntu_system_tests.helpers.notifications.sim_lockscreen import (
25
25
    Notification,
26
26
)