Skip to content

Commit

Permalink
Removes harcoded versiob of Chromedrivers from capybara config
Browse files Browse the repository at this point in the history
  • Loading branch information
matyikriszta committed Aug 28, 2023
1 parent 0d82650 commit 5649fdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
require 'webdrivers'

# Temporary fix for https://github.com/titusfortner/webdrivers/issues/247
Webdrivers::Chromedriver.required_version = "114.0.5735.90"

Capybara.register_driver :chrome do |app|
options = Selenium::WebDriver::Chrome::Options.new

Expand Down

0 comments on commit 5649fdb

Please sign in to comment.