19 from autopilot
import platform
21 from unity8
import process_helpers
25 class IndicatorTestCase(tests.UnityTestCase):
27 device_emulation_scenarios = tests._get_device_emulation_scenarios()
31 self.unity_proxy = self.launch_unity()
32 process_helpers.unlock_unity(self.unity_proxy)
34 class DeviceIndicatorTestCase(IndicatorTestCase):
37 if platform.model() ==
'Desktop':
38 self.skipTest(
'Test cannot be run on the desktop.')
40 self.unity_proxy = self.launch_unity()
41 process_helpers.unlock_unity(self.unity_proxy)