Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 700609d

Browse files
committed
remove duplicate unit test
1 parent 89adb73 commit 700609d

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/extensions/default/CSSShapesEditor/unittests.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -466,17 +466,6 @@ define(function (require, exports, module) {
466466

467467
expect(LiveEditorLocalDriver.remove).toHaveBeenCalled();
468468
});
469-
470-
it("should call remove() when LivePreview is turned off", function () {
471-
var deferred = $.Deferred();
472-
spyOn(LiveEditorLocalDriver, "remove").andReturn(deferred.promise());
473-
474-
main._setup();
475-
main._teardown();
476-
477-
expect(LiveEditorLocalDriver.remove).toHaveBeenCalled();
478-
});
479-
480469
});
481470

482471
describe("Live Preview Workflow", function () {

0 commit comments

Comments
 (0)