We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a5a04 commit ffb093dCopy full SHA for ffb093d
1 file changed
src/test/java/io/appium/java_client/ios/IOSDriverTest.java
@@ -71,7 +71,10 @@ public void tearDown() throws Exception {
71
driver.quit();
72
}
73
74
- @Test
+ /**
75
+ * @Test
76
+ * TODO There is no ability to check this function usibg simulators. When CI will have been set up then this test will be returned
77
+ */
78
public void getDeviceTimeTest() {
79
String time = driver.getDeviceTime();
80
assertTrue(time.length() == 28);
0 commit comments