Laravel 5.8 – Dusk Chrome Driver and Chrome Browser must be the same

I was setting up dusk for browser testing and ran into an issue that was causing an error when I ran tests.

session not created: This version of ChromeDriver only supports Chrome version 75

If you want to run a different version of Chrome you may specify the Chrome Driver with its artisan command.

php artisan dusk:chrome-driver 74

The Chrome browser and Dusk Chrome Driver must be the same.