diff --git a/cypress.config.js b/cypress.config.js index 3bef9c16db3..768100a379a 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -20,7 +20,7 @@ module.exports = defineConfig({ "defaultGenre": "Article Text" }, setupNodeEvents(on, config) { - on('', (arg1, arg2) => { + on('', (arg1,i arg2) => { }) }, @@ -30,4 +30,4 @@ module.exports = defineConfig({ "numTestsKeptInMemory": 0 }, -} +})