diff --git a/test/data/commandscripts/firefox.cjs b/test/data/commandscripts/firefox.cjs index 8c84c49c4..28e849851 100644 --- a/test/data/commandscripts/firefox.cjs +++ b/test/data/commandscripts/firefox.cjs @@ -3,7 +3,7 @@ module.exports = async function (context, commands) { const params = { method: 'script.addPreloadScript', params: { - functionDeclaration: 'function(){alert("hepp");}' + functionDeclaration: 'function(){window.__preloadScriptRan=true;}' } };