Skip to content

Commit

Permalink
Remove webdrivers gem
Browse files Browse the repository at this point in the history
This gem has gone end-of-life and we're using a version of Selenium that
supports Selenium manager, so there is no reason to keep this gem
around.

Read more here: https://github.com/titusfortner/webdrivers/blob/44d4c1ae865d0acd30613313b8c67a16711249ac/README.md#update-future-of-this-project

Co-authored-by: An Stewart <[email protected]>
  • Loading branch information
nvandoorn and stewart committed May 1, 2024
1 parent 16484ef commit b490880
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ group :backend do
gem 'capybara', '~> 3.13', require: false
gem 'capybara-screenshot', '>= 1.0.18', require: false
gem 'selenium-webdriver', require: false
gem 'webdrivers', require: false

# JavaScript testing
gem 'teaspoon', require: false
Expand Down
1 change: 0 additions & 1 deletion admin/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
require "capybara/rspec"
require 'capybara-screenshot/rspec'
require "selenium/webdriver"
require 'webdrivers'
Capybara.save_path = ENV['CIRCLE_ARTIFACTS'] if ENV['CIRCLE_ARTIFACTS']
Capybara.exact = true
Capybara.disable_animation = true
Expand Down
1 change: 0 additions & 1 deletion backend/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
Capybara.exact = true

require "selenium/webdriver"
require 'webdrivers'

Capybara.register_driver :selenium_chrome_headless do |app|
browser_options = ::Selenium::WebDriver::Chrome::Options.new
Expand Down
1 change: 0 additions & 1 deletion backend/spec/teaspoon_env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
ENV['RAILS_ENV'] = 'test'

require 'teaspoon/driver/selenium'
require 'webdrivers'

# Similar to setup described in
# https://github.com/jejacks0n/teaspoon/wiki/Micro-Applications
Expand Down

0 comments on commit b490880

Please sign in to comment.