-
-
Notifications
You must be signed in to change notification settings - Fork 27
Pin headless chrome to 133 #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
It looks like this PR is missing a label to determine the type of change it introduces. The maintainer should add one of the following labels:
Additionally, the maintainer may also want to add one of the following:
Once the correct labels have been set, simply remove the |
|
Testing with solidusio-contrib/solidus_social#136 |
Unless the capybara team figured out how to solve this bug: teamcapybara/capybara#2800 Also setting some flags we need for Chrome 133 support. And completely register a new driver. Do not try to inherit from the selenium web driver. It does not contain all the args we need.
We need to tell the Selenium Browser Manager to download that version
Found in ref: teamcapybara/capybara#2796
Hopefully it will be less flaky
|
Nooo. What? Why has this been merged? |
|
Dang. Should I have kept it as draft? Meh. |
Unless the capybara team figured out how to solve this bug:
teamcapybara/capybara#2800
Also setting some flags we need for Chrome 133 support.