We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a95765 commit e3872dfCopy full SHA for e3872df
tests/device/device_ios_tests.py
@@ -55,7 +55,7 @@ def test_001_device_list(self):
55
for device_id in self.DEVICE_IDS:
56
assert device_id in output
57
58
- def test_002_device_list(self):
+ def test_002_device_list_available_devices(self):
59
output = Tns.run_tns_command("device ios --available-devices", attributes={"--path": self.app_name})
60
assert SIMULATOR_NAME in output
61
assert SIMULATOR_TYPE in output
0 commit comments