mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 20:04:27 +00:00
[Windowing] Format
Slight formatting change. WTD 16.
This commit is contained in:
parent
6863af9cd9
commit
c606055a3b
@ -44,7 +44,7 @@ define(
|
||||
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
|
||||
// spy object to ultimately be passed into the
|
||||
// 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();
|
||||
});
|
||||
|
||||
it("New tab with a selected url is opened", function () {
|
||||
it("new tab with a selected url is opened", function () {
|
||||
actionSelected.perform();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user