mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[Windowing] Format
Slight formatting change. WTD 16.
This commit is contained in:
@ -44,7 +44,7 @@ define(
|
|||||||
urlService = new UrlService(mockLocation);
|
urlService = new UrlService(mockLocation);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Get url for a domainObject and mode", function () {
|
it("get url for a domainObject and mode", function () {
|
||||||
// The mockDomainObject is initialized as a
|
// The mockDomainObject is initialized as a
|
||||||
// spy object to ultimately be passed into the
|
// spy object to ultimately be passed into the
|
||||||
// urlService urlFor function
|
// urlService urlFor function
|
||||||
|
@ -65,11 +65,11 @@ define(
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it("New tab with current url is opened", function () {
|
it("new tab with current url is opened", function () {
|
||||||
actionCurrent.perform();
|
actionCurrent.perform();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("New tab with a selected url is opened", function () {
|
it("new tab with a selected url is opened", function () {
|
||||||
actionSelected.perform();
|
actionSelected.perform();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user