-
- Downloads
Replace PhantomJS with headless Chrome for Rspec tests
Closes #30876
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 8 additions, 10 deletionsGemfile.lock
- features/support/capybara.rb 9 additions, 13 deletionsfeatures/support/capybara.rb
- scripts/prepare_build.sh 3 additions, 0 deletionsscripts/prepare_build.sh
- spec/support/capybara.rb 10 additions, 13 deletionsspec/support/capybara.rb
Loading
| Loading
| @@ -325,7 +325,7 @@ group :development, :test do |
gem 'capybara', '~> 2.6.2' | ||
gem 'capybara-screenshot', '~> 1.0.0' | ||
gem 'poltergeist', '~> 1.9.0' | ||
gem 'selenium-webdriver', '~> 2.53' | ||
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
Loading
| Loading
|
Please register or sign in to comment