Skip to content

Commit

Permalink
Merge pull request #29 from slovensko-digital/fix/uvobot-2024
Browse files Browse the repository at this point in the history
Add selenium driver to prod env
  • Loading branch information
celuchmarek authored Mar 26, 2024
2 parents c7b6444 + 604d6a6 commit 7c819b2
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 7c819b2

Please sign in to comment.