Close browser window in server connector tests
This commit is contained in:
parent
6b0be91bf4
commit
7b5b2dc89e
1 changed files with 4 additions and 0 deletions
|
@ -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* () {
|
||||
|
|
Loading…
Add table
Reference in a new issue