mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
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