tweak doc/testing_with_selenium.md

Change-Id: I6a9c9dc6c75258ac920aec8d90e64fcde8e1388f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/316660
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Derek Williams <derek.williams@instructure.com>
Reviewed-by: Kai Bjorkman <kbjorkman@instructure.com>
QA-Review: Kai Bjorkman <kbjorkman@instructure.com>
Product-Review: Aaron Shafovaloff <ashafovaloff@instructure.com>
This commit is contained in:
Aaron Shafovaloff 2023-04-21 09:45:38 -06:00
parent 4555e54ca7
commit e4b0f8b78c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Gerrit host. See the README for details.
the tests in. Homebrew is the easiest way to go:
```sh
brew cask install chromedriver # necessary for running tests in Chrome
brew install chromedriver --cask # necessary for running tests in Chrome
brew install geckodriver # necessary for running tests in Firefox
```