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()
30 if platform.model() ==
'Desktop':
31 self.skipTest(
'Test cannot be run on the desktop.')
33 self.unity_proxy = self.launch_unity()
34 process_helpers.unlock_unity(self.unity_proxy)