~chris.gagnon/ubuntu-ui-toolkit/ap_testcases_for_picker_with_setup

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/gallery/test_picker.py

  • Committer: Iftikhar Ahmad
  • Date: 2013-10-21 18:14:05 UTC
  • Revision ID: iftikhar.ahmad@canonical.com-20131021181405-ej3iv09p3ikyhdok
missed the import for time module

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Tests for the Ubuntu UI Toolkit Gallery - OptionSelector component"""
18
18
 
 
19
import time
19
20
from autopilot.matchers import Eventually
20
21
from testtools.matchers import Equals
21
22
from ubuntuuitoolkit.tests.gallery import GalleryTestCase