Skip to content

Commit 31c6708

Browse files
committed
fix: test suite non clickable after test run
1 parent 5c0cf59 commit 31c6708

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/spec/ExtensionManager-test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,12 @@ define(function (require, exports, module) {
808808
});
809809
});
810810

811+
afterEach(function () {
812+
// Clean up any lingering dialogs
813+
Dialogs.cancelModalDialogIfOpen("install-extension-dialog");
814+
$(".modal-wrapper").remove();
815+
});
816+
811817
it("should set flag to keep local files for new installs", async function () {
812818
var filename = "/path/to/downloaded/file.zip",
813819
file = FileSystem.getFileForPath(filename),

0 commit comments

Comments
 (0)