Skip to content

Commit

Permalink
add selenium driver to prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Mar 26, 2024
1 parent c7b6444 commit 604d6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ gem 'httparty'
gem 'discourse_api'
gem 'abstract_type'

gem 'selenium-webdriver'

group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
Expand All @@ -54,7 +55,6 @@ end
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
end
Expand Down

0 comments on commit 604d6a6

Please sign in to comment.