Skip to content

Commit

Permalink
lock selenium-webdriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
aablinov committed May 11, 2023
1 parent 790289a commit d5b4c87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ group :test do
gem 'puma'
gem 'capybara'
gem 'rexml'
# Locked because on 4.9.1 getting error:
# BroadcastingTest#test_Turbo::Train_broadcasts_Turbo_Streams:
# ArgumentError: wrong number of arguments (given 2, expected 0..1)
# selenium-webdriver-4.9.1/lib/selenium/webdriver/common/logger.rb:51:in `initialize'
# https://github.com/SeleniumHQ/selenium/issues/12013
gem 'selenium-webdriver', '4.9.0'
gem 'webdrivers'
gem 'sqlite3'
Expand Down

0 comments on commit d5b4c87

Please sign in to comment.