Skip to content

Commit

Permalink
fix(cypress): use chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Feb 27, 2023
1 parent 18c87f7 commit fe81616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/snapshots/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -d "$THIS/diff" ]; then
rm -rf "$THIS/diff"
fi

pnpm cypress run --env type=actual
pnpm cypress run --env type=actual --browser chrome
ERROR=$?

files=$(find "$THIS/diff" -type f || 'true')
Expand Down

0 comments on commit fe81616

Please sign in to comment.