From a8f18fb8758a9683a7dc997f4eb36008d6230e8c Mon Sep 17 00:00:00 2001 From: Neha Gokhale Date: Mon, 28 Oct 2024 10:05:48 -0700 Subject: [PATCH] #2226 Fixed cypress tests in Actions Signed-off-by: Neha Gokhale --- canvas_modules/harness/functional_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/canvas_modules/harness/functional_test.sh b/canvas_modules/harness/functional_test.sh index 695da88e9c..13f9df4efa 100755 --- a/canvas_modules/harness/functional_test.sh +++ b/canvas_modules/harness/functional_test.sh @@ -32,8 +32,8 @@ npm run start-prod & sleep 30 echo "Cypress version" npx cypress --version -echo "Starting cypress electron tests" -npx cypress run --headed --browser electron +echo "Starting cypress chrome tests" +npx cypress run --headed --browser chrome echo "cd $WORKING_DIR" cd $WORKING_DIR