diff --git a/tests/tests.js b/tests/tests.js index c52eda7..a48ffa6 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -19,6 +19,8 @@ * */ +window.alert = window.alert || navigator.notification.alert; + exports.defineManualTests = function (contentEl, createActionButton) { function doOpen(url, target, params, numExpectedRedirects) {