Skip to content

Commit 56b6d36

Browse files
committed
fix: test suite non clickable after test run
1 parent ee70b25 commit 56b6d36

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)