-
Notifications
You must be signed in to change notification settings - Fork 159
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
[BUG] Issues running selenium tests with headless Firefox #1540
Comments
Not sure if its related, but the geckodriver release notes for 0.33.0 has known issues with FF: https://github.com/mozilla/geckodriver/releases/tag/v0.33.0 |
I see integration tests passing with the same runner and version More details:
|
One thing that's odd is that there are progressively more
|
I have confirmed that this is an issue with selenium-webdriver 4.11.x, the build errors are resolved by forcing the resolution to 4.10.0 |
Closing the issue as its currently resolved by freezing the version of selenium to 4.10.0. |
What is the bug?
The PR to fix the build on 2.x is running into issues in the integration tests running selenium tests with Firefox.
The build output contains an error stating
InvalidArgumentError: binary is not a Firefox executable
.See example Github Action with the failure here: https://github.com/opensearch-project/security-dashboards-plugin/actions/runs/5744153275/job/15572648806?pr=1533
The text was updated successfully, but these errors were encountered: