mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
Merge pull request #1125 from medinae/patch-1
Suppress commented code on the github repository
This commit is contained in:
commit
4091e9cdf4
@ -108,13 +108,7 @@ describe('Test Drag and Drop', function() {
|
|||||||
return ele.getText().then(function(text) {
|
return ele.getText().then(function(text) {
|
||||||
return text === "P\nõ\nTimer"
|
return text === "P\nõ\nTimer"
|
||||||
})
|
})
|
||||||
})//output console.log
|
})
|
||||||
/*expect(dragObject.get(0).isPresent()).toBe(true);
|
|
||||||
browser.manage().logs().get('browser').then(function(browserLogs) {
|
|
||||||
browserLogs.forEach(function(log){
|
|
||||||
console.log(log.message);
|
|
||||||
});
|
|
||||||
});*/
|
|
||||||
});
|
});
|
||||||
it('should delete the Folder Item', function(){
|
it('should delete the Folder Item', function(){
|
||||||
var ITEM_SIDE_SELECT = ">\nF\nFolder"
|
var ITEM_SIDE_SELECT = ">\nF\nFolder"
|
||||||
|
Loading…
Reference in New Issue
Block a user