Skip to content

Commit

Permalink
Removed webdrivers gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Tsoganov authored and Sergei Tsoganov committed Sep 12, 2023
1 parent d1289d7 commit b7c06a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ group :test do
gem 'database_cleaner'
gem 'minitest', '~> 5.17'
gem 'minitest-stub_any_instance'
gem 'selenium-webdriver'
gem 'simplecov', '0.17.1', require: false # CC last supported v0.17
gem 'spy'
gem 'webdrivers'
gem 'webmock'
end

Expand Down
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,6 @@ GEM
addressable
httpi (~> 2.0)
nokogiri (>= 1.4.2)
webdrivers (4.6.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webfinger (1.2.0)
activesupport
httpclient (>= 2.4)
Expand Down Expand Up @@ -594,6 +590,7 @@ DEPENDENCIES
sass-rails
select2-rails (= 4.0.13)
selectize-rails (= 0.12.6)
selenium-webdriver
sidekiq (~> 7.0)
simplecov (= 0.17.1)
simpleidn (= 0.2.1)
Expand All @@ -602,10 +599,9 @@ DEPENDENCIES
truemail (~> 3.0)
uglifier
validates_email_format_of (= 1.7.2)
webdrivers
webmock
whenever (= 1.0.0)
wkhtmltopdf-binary (~> 0.12.6.1)

BUNDLED WITH
2.4.14
2.4.19
1 change: 0 additions & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ApplicationSystemTestCase < ActionDispatch::IntegrationTest
class JavaScriptApplicationSystemTestCase < ApplicationSystemTestCase
self.use_transactional_tests = false
DatabaseCleaner.strategy = :truncation
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 b7c06a4

Please sign in to comment.