Close prefs window after WebDAV Verify Server tests

This commit is contained in:
Dan Stillman 2017-06-14 03:36:29 -04:00
parent ccb30351c0
commit 3ebc238320

View file

@ -610,6 +610,8 @@ describe("Zotero.Sync.Storage.Mode.WebDAV", function () {
var promise2 = spy.returnValues[0];
spy.restore();
yield promise2;
win.close();
});
it("should show an error for a 403", function* () {
@ -643,6 +645,8 @@ describe("Zotero.Sync.Storage.Mode.WebDAV", function () {
var promise2 = spy.returnValues[0];
spy.restore();
yield promise2;
win.close();
});
});