mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
Cleaned Up Directory
This commit is contained in:
@ -93,12 +93,11 @@ describe('Create Clock', function() {
|
||||
return posibilities.indexOf(expected) > -1;
|
||||
}
|
||||
})
|
||||
var current,current1,clock;
|
||||
rightClickClass.select(ITEM_MENU_GLYPH, true).click().then(function () {
|
||||
browser.sleep(1000);
|
||||
browser.executeScript(getTime, false).then(function(current){
|
||||
browser.executeScript(getTime, true).then(function(current1) {
|
||||
clock = element(by.css('.l-time-display.l-digital.l-clock.s-clock.ng-scope'));
|
||||
var clock = element(by.css('.l-time-display.l-digital.l-clock.s-clock.ng-scope'));
|
||||
clock.getText().then(function (ele) {
|
||||
expect([current,current1]).toBeIn(ele);
|
||||
})
|
||||
|
Reference in New Issue
Block a user