~ci-train-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-zesty-2397

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_system_settings/tests/__init__.py

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2017-01-12 12:48:46 UTC
  • mfrom: (1741.1.28 apl)
  • Revision ID: ci-train-bot@canonical.com-20170112124846-0rsokgs0jy7j9rqv
migrates uss to apl

Approved by: Ken VanDine, system-apps-ci-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
612
612
class PhoneOfonoBaseTestCase(UbuntuSystemSettingsOfonoTestCase):
613
613
    def setUp(self):
614
614
        """ Go to Phone page """
 
615
        self.useFixture(EnvironmentVariable("USS_SHOW_ALL_UI", "1"))
615
616
        super(PhoneOfonoBaseTestCase, self).setUp()
616
617
        self.phone_page = self.main_view.go_to_phone_page()
617
618