diff --git a/canvas_modules/harness/functional_test.sh b/canvas_modules/harness/functional_test.sh index 695da88e9..13f9df4ef 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