Skip to content

Commit

Permalink
selenium-manager: webdriver の削除
Browse files Browse the repository at this point in the history
@see: https://shikiyura.com/2023/07/fix_chromedriver_v115_distribution_change/

ワーニングが出る以下のパッケージも更新した。
* cabypara
* test-unit-capybara
* test-unit-rails
  • Loading branch information
koi-chan committed Jan 6, 2024
1 parent 6f61f1e commit 57d46d1
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 104 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ group :test do

# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.26'
gem 'selenium-webdriver'
gem 'selenium-webdriver', '>= 4.11.0'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
#gem 'webdrivers'
end

group :development do
Expand Down
Loading

0 comments on commit 57d46d1

Please sign in to comment.