diff --git a/test/helpers.js b/test/helpers.js index c07425386..19cc7ef2b 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -766,7 +766,7 @@ export async function setupBrowser() { }); browser.logs = []; function addLog(str) { - if (process.env.DEBUG !== undefined) { + if (process.env.BROWSER_LOGS !== undefined) { console.log(str); } browser.logs.push(str);