Skip to content

Commit e8c2461

Browse files
authored
Fixing chrome driver (#1523)
1 parent 07135c6 commit e8c2461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ common:
1515
cypress_test_steps: &cypress_test_steps
1616
steps:
1717
- checkout
18-
- browser-tools/install-browser-tools:
19-
chrome-version: latest
18+
- browser-tools/install-chrome
19+
- browser-tools/install-chromedriver
2020
- run:
2121
command: |
2222
google-chrome --version

0 commit comments

Comments
 (0)