Close browser window in server connector tests

This commit is contained in:
Dan Stillman 2016-05-23 01:19:44 -04:00
parent 6b0be91bf4
commit 7b5b2dc89e

View file

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