Skip to content

Commit

Permalink
Use modified webdrivers to test with edge selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 18, 2019
1 parent 36bdb66 commit a436a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/Gemfile.edge-firefox
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gemspec path: '..'
gem 'xpath', github: 'teamcapybara/xpath'

gem 'selenium-webdriver', :path => '../../selenium/build/rb'
gem 'webdrivers', github: 'twalpole/webdrivers', branch: 'selenium_4' if ENV['CI']
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'

Expand Down

0 comments on commit a436a83

Please sign in to comment.