From dbef3a0508cce6598f9464c5e40f336b43dbacd4 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 28 Oct 2019 15:29:32 +1300 Subject: [PATCH] feat(test): update cypress projectId --- test/e2e/cypress.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/e2e/cypress.json b/test/e2e/cypress.json index 5e0725b20..30549e1b6 100644 --- a/test/e2e/cypress.json +++ b/test/e2e/cypress.json @@ -1,3 +1,4 @@ { - "video": false -} \ No newline at end of file + "projectId": "cgz5j5", + "video": false +}