Use registered projectId

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2022-09-16 13:34:42 +02:00 committed by GitHub
parent 18f3ac0131
commit 92fe82f661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,