Skip to content

Commit b5d860c

Browse files
authored
test: correct chrome for testing record group (#536)
1 parent 44cf529 commit b5d860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- browser-tools/install_chrome_for_testing
4545
- cypress/run-tests:
4646
working-directory: examples/angular-app
47-
cypress-command: "npx cypress run --component --parallel --record --group 2x-edge --browser chrome-for-testing"
47+
cypress-command: "npx cypress run --component --parallel --record --group 2x-chrome-for-testing --browser chrome-for-testing"
4848
run-ct-tests-in-firefox:
4949
docker:
5050
- image: cypress/browsers:22.16.0

0 commit comments

Comments
 (0)