Skip to content

Commit

Permalink
Revert change in functional_test script
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <[email protected]>
  • Loading branch information
nmgokhale committed Oct 28, 2024
1 parent e8628ff commit 0284a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canvas_modules/harness/functional_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ npm run start-prod &
sleep 30
echo "Cypress version"
npx cypress --version
echo "Starting cypress chrome tests"
npx cypress run --headed --browser chrome
echo "Starting cypress electron tests"
npx cypress run --headed --browser electron

echo "cd $WORKING_DIR"
cd $WORKING_DIR

0 comments on commit 0284a53

Please sign in to comment.