You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
373 B
11 lines
373 B
public class LocalTests extends IosTest {
|
|
/**
|
|
* Check that app started up correctly. Then check that app continually runs for 5 seconds.
|
|
* Then wait up to 20 seconds for the splash screen disappear.
|
|
* @throws InterruptedException
|
|
*/
|
|
@Test(groups = {"testdroid", "local"})
|
|
public void checkAppForCrash() throws InterruptedException {
|
|
}
|
|
}
|