mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[Tests] Separate out page launcher
WTD-1287
This commit is contained in:
@ -8,14 +8,10 @@ describe('Delete Timer', function() {
|
||||
var ITEM_MENU_GLYPH = 'õ\nTimer';
|
||||
var ITEM_GRID_SELECT = 'P\nõ\nTimer';
|
||||
var ITEM_SIDE_SELECT = "õ\nTimer"
|
||||
beforeEach(function() {
|
||||
browser.ignoreSynchronization = true;
|
||||
browser.get('http://localhost:1984/warp/');
|
||||
browser.sleep(2000); // 20 seconds
|
||||
});
|
||||
beforeEach(require('../common/Launch'));
|
||||
it('should delete the Timer', function(){
|
||||
clickClass.delete(ITEM_SIDE_SELECT);
|
||||
browser.sleep(1000);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user