From b95adafe429de05384498ab3e3a3b5947fa38abd Mon Sep 17 00:00:00 2001 From: withanage Date: Mon, 17 Oct 2022 11:43:01 +0200 Subject: [PATCH] https://github.com/pkp/orcidProfile/issues/216 Update cypess --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 40143d3ec2c..546bc0f439f 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,7 +1,7 @@ const cypress = require("cypress"); module.exports = { e2e: { - "specPattern": ["cypress/tests/data/10-Installation.spec.js"], + specPattern: 'cypress/tests/data/**', experimentalSessionAndOrigin: true, "chromeWebSecurity": false, "env": {