Appium tests: tweaking some timeouts and default screenshot path

This commit is contained in:
Alexander Sorokin
2016-03-10 13:27:34 +03:00
parent c5f5a46e3e
commit 1348d2e138
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -284,5 +284,5 @@ describe('Camera tests iOS.', function () {
it('camera.ui.util.4 Destroy the session', function (done) {
driver.quit(done);
}, 10000);
}, MINUTE);
});