From 92fe82f6615870b0695a3623000df9701c3b9fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 16 Sep 2022 13:34:42 +0200 Subject: [PATCH] Use registered projectId MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 9aca0c2a..e6ea66ca 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -2,7 +2,7 @@ const { defineConfig } = require("cypress"); const browserify = require('@cypress/browserify-preprocessor') module.exports = defineConfig({ - projectId: 'nc_photos_cy', + projectId: 'okzqgr', viewportWidth: 1280, viewportHeight: 720,