Added Fix for Protractor Test
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user