[Windowing] New Tab Adjustment
Added NewTabAction to spec file and adjusted it to new name. Also changed comment in NewTabAction along with a code fix. WTD-16.
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine,afterEach,window*/
|
||||
|
||||
define(
|
||||
["../../src/windowing/NewWindowAction"],
|
||||
function (NewWindowAction) {
|
||||
["../../src/windowing/NewTabAction"],
|
||||
function (NewTabAction) {
|
||||
"use strict";
|
||||
|
||||
describe("The new tab action", function () {
|
||||
|
||||
Reference in New Issue
Block a user