www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7b5b2dc89e09dde26eec51f7ee3999f712598d67
parent 6b0be91bf4d10be7ce2679cf440ebf220e390d0b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 23 May 2016 01:19:44 -0400

Close browser window in server connector tests

Diffstat:
Mtest/tests/server_connectorTest.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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* () {