From 7e228fe94d8f64ee0c6059528e49ec8411c6c981 Mon Sep 17 00:00:00 2001 From: Miguel Langarano Date: Fri, 15 Sep 2023 13:37:06 -0500 Subject: [PATCH] make cy 12 test work --- e2e/cypress-12-demo/scripts/test.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/cypress-12-demo/scripts/test.ts b/e2e/cypress-12-demo/scripts/test.ts index 975a3db..cd4dcb0 100644 --- a/e2e/cypress-12-demo/scripts/test.ts +++ b/e2e/cypress-12-demo/scripts/test.ts @@ -55,11 +55,11 @@ colors.enable(); "Test Passed: Cypress Cloud output is the same in ccy 1.9 cypress 12 without change and ccy 1.10 cypress 12 with changes" ); - // if (currentsApiErrors.length > 0 || cypressCloudErrors.length > 0) { - // process.exit(1); - // } else { - process.exit(0); - // } + if (currentsApiErrors.length > 0 || cypressCloudErrors.length > 0) { + process.exit(1); + } else { + process.exit(0); + } } catch (err: any) { console.error("Process error:", err); process.exit(1);