From 7b5b2dc89e09dde26eec51f7ee3999f712598d67 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 23 May 2016 01:19:44 -0400 Subject: [PATCH] Close browser window in server connector tests --- test/tests/server_connectorTest.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tests/server_connectorTest.js b/test/tests/server_connectorTest.js index 754b0b8eff..8482d9989d 100644 --- a/test/tests/server_connectorTest.js +++ b/test/tests/server_connectorTest.js @@ -28,6 +28,10 @@ describe("Connector Server", function () { yield defer.promise; }); + after(function () { + win.close(); + }); + describe("/connector/saveItems", function () { // TODO: Test cookies it("should save a translated item to the current selected collection", function* () {