Prevent accidentally leaving the page

This commit is contained in:
David Cook
2023-09-15 12:53:55 +10:00
parent 99ac48a258
commit e075d40525
3 changed files with 25 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ describe("BulkFormController", () => {
// expect(disable1.classList).not.toContain('disabled-section');
// expect(disable2.classList).not.toContain('disabled-section');
// //TODO: expect window to have no beforeunload event listener
// });
// });
});