Approach
Following the issue's comment made by @kwinkunks
"But we could mark tests requiring the driver, however, so that if situations like this happen again, we can easily turn off the tests temporarily.", the approach went on marking the tests that requires dash / Selenium as "browser-test", which can be skipped with the command "pytest --skip-browser-tests".
Hi! Thanks for your contribution! We are looking at your PR now, but we are currently coming back from vacation. Don't be afraid to reach out if you have any questions :)
Issue Resolves #446
Approach Following the issue's comment made by @kwinkunks "But we could mark tests requiring the driver, however, so that if situations like this happen again, we can easily turn off the tests temporarily.", the approach went on marking the tests that requires dash / Selenium as "browser-test", which can be skipped with the command "pytest --skip-browser-tests".
Pre review checklist