diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index fd170fba6..f7ef6e6ac 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -11,7 +11,7 @@ // This function is called when a project is opened or re-opened (e.g. due to // the project's config changing) -module.exports = (on, config) => { +module.exports = () => { // (on, config) => { // `on` is used to hook into various events Cypress emits // `config` is the resolved Cypress config }