From e3c32836033a5bd8ddea6cdc4ee2ab2c62f28087 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 3 Dec 2022 17:07:36 +0500 Subject: [PATCH] test(cypress): change cypress projectId Change cypress projectId to jellyseerr's project id --- cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index 07b0c8b1d..457aa3262 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -1,7 +1,7 @@ import { defineConfig } from 'cypress'; export default defineConfig({ - projectId: 'onnqy3', + projectId: 'xkm1b4', e2e: { baseUrl: 'http://localhost:5055', experimentalSessionAndOrigin: true,