Close prefs window after WebDAV Verify Server tests
This commit is contained in:
parent
ccb30351c0
commit
3ebc238320
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue