Skip to content
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

Investigate issues with webdriver when running CI tests #285

Open
olliethomas opened this issue Jan 2, 2024 · 2 comments
Open

Investigate issues with webdriver when running CI tests #285

olliethomas opened this issue Jan 2, 2024 · 2 comments
Assignees

Comments

@olliethomas
Copy link
Member

CI is currently failing because chrome 115 is currently unavailable. I’ve added a temporary fix to application_system_test_case.rb:

Webdrivers::Chromedriver.required_version = '114.0.5735.90'

This forces an older version of headless chrome, this isn’t a sustainable fix and we might need to look into updating this test case.

@olliethomas
Copy link
Member Author

Paul Crossley 24 Aug 2023 at 11:57
Prevous fix is now resulting in a new error. Will require more investigation, reapplied temporary fix for the meantime.

@olliethomas
Copy link
Member Author

Paul Crossley 31 Aug 2023 at 14:15
As a temporary measure, I have disabled the chrome tests on the CI until we have a fix.

@olliethomas olliethomas self-assigned this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant