From 00c60a8775476877520835a3b9350ea3d3b18b2f Mon Sep 17 00:00:00 2001 From: withanage Date: Mon, 17 Oct 2022 16:28:38 +0200 Subject: [PATCH] https://github.com/pkp/orcidProfile/issues/216 Update cypess --- cypress.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, -} +})