Added Fix for Protractor Test

This commit is contained in:
Jesse
2015-08-07 11:28:18 -07:00
committed by Victor Woeltjen
parent 7ded288154
commit ef7c1bd025
11 changed files with 405 additions and 43 deletions

View File

@ -24,6 +24,6 @@
module.exports = function launch() {
'use strict';
browser.ignoreSynchronization = true;
browser.get('http://localhost:1984/');
browser.sleep(2000); // 20 seconds
browser.get('http://localhost:1984/warp');
browser.sleep(2000); // 2 seconds
};