[Tests] Separate out page launcher
WTD-1287
This commit is contained in:
8
protractor/common/Launch.js
Normal file
8
protractor/common/Launch.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/*global module,browser*/
|
||||
|
||||
module.exports = function launch() {
|
||||
'use strict';
|
||||
browser.ignoreSynchronization = true;
|
||||
browser.get('https://localhost:1984/');
|
||||
browser.sleep(2000); // 20 seconds
|
||||
};
|
||||
Reference in New Issue
Block a user