diff --git a/test/content/support.js b/test/content/support.js index db5a8dc9e2..c4af200b25 100644 --- a/test/content/support.js +++ b/test/content/support.js @@ -97,6 +97,9 @@ function waitForWindow(uri, callback) { deferred.resolve(win); }); } + else { + Zotero.debug(`Ignoring window ${uri} in waitForWindow()`); + } }; var winobserver = {"observe":function(subject, topic, data) { if(topic != "domwindowopened") return;