intuit / proof

A tapable integration testing library for your Storybook stories
https://intuit.github.io/proof/
MIT License
86 stars 30 forks source link

Bump selenium-standalone to v8.3.0 to fix an issue for mac m1 #82

Open d9su opened 1 year ago

d9su commented 1 year ago

While attempting to run proof tests locally on my Mac M1, I encountered an error:

Error in "getDownloadStream". Could not download https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64_m1.zip
See more details below:
404 https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64_m1.zip
Response code 404 (Not Found)

The error is in selenium-standalone and upon some research, I found the issue on their repo, and the ultimate fix.

The fix was deployed on selenium-standalone v8.2.1, but I opted to bump the version all the way to v8.3.0, the latest before v9.