diff --git a/test/cypress/cypress.json b/test/cypress/cypress.json index a6d3f2464d..2a9325b9d9 100644 --- a/test/cypress/cypress.json +++ b/test/cypress/cypress.json @@ -8,7 +8,7 @@ "coreUrl": "http://localhost:4000" }, "integrationFolder": "./e2e", - "fixturesFolder": "./fixtures" + "fixturesFolder": "./fixtures", "pluginsFile": "./plugins/index.js", "screenshotsFolder": "./screenshots", "supportFile": "./support/index.js",