[🐛 Bug]: Selenium::WebDriver::SeleniumManager.binary errors if cannot find
spec filure
#14925
Labels
Selenium::WebDriver::SeleniumManager.binary errors if cannot find
spec filure
#14925
What happened?
Trying to execute the Ruby selenium-webdroverhe test suite, I observe
Selenium::WebDriver::SeleniumManager.binary errors if cannot find
spec error.Reading the code, I can't see that
File.exist?
, which is stubbed by the test case, would be anywhere as part of theSelenium::WebDriver::SeleniumManager.binary
call. But then why you don't see the failure upstream? Sorry, I cannot wrap my head about the usage of Bazel and where I could spot the error in GH actions 🤷How can we reproduce the issue?
Operating System
Fedora Rawhide
Selenium version
Ruby 3.3.6, selenium-webdriver 4.27.0
The text was updated successfully, but these errors were encountered: