~allanlesage/+junk/ust-reboot-refactor

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/helpers/indicators/__init__.py

new test: cancel an ongoing download.

Approved by Richard Huddie, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
SOUND_INDICATOR_PAGE = 'indicator-sound-page'
39
39
MESSAGES_INDICATOR = 'indicator-messages'
40
40
MESSAGES_INDICATOR_PAGE = 'indicator-messages-page'
 
41
TRANSFER_INDICATOR = 'indicator-transfer'
41
42
 
42
43
logger = logging.getLogger(__name__)
43
44