diff --git a/apps/storefront-e2e/cypress.ci.config.js b/apps/storefront-e2e/cypress.ci.config.js index 633adfa58..a868c5911 100644 --- a/apps/storefront-e2e/cypress.ci.config.js +++ b/apps/storefront-e2e/cypress.ci.config.js @@ -3,6 +3,6 @@ const config = require('./cypress.config'); module.exports = defineConfig({ ...config, - projectId: 'eothcy', + projectId: 'qg6ckb', retries: 2, });