Description of the issue 📄
On running bin/drake a single test fails with the following error message:
Failures:
1) managing workshop attendances an admin can rsvp an invited student to the workshop
Failure/Error: visit admin_workshop_path(workshop)
Selenium::WebDriver::Error::SessionNotCreatedError:
session not created: This version of ChromeDriver only supports Chrome version 75
# #0 0x560055a387a9 <unknown>
I am running Chrome Version 75.0.3770.142 (Official Build) (64-bit) on MacOS Sierra 10.12.6 (16G2016)
This occurs each time I run the tests, irrespective of seed.
Screenshots 📷

Steps to fix 🛠
?
To do 📋