Skip to content

Commit

Permalink
Merge pull request cheezy#441 from titusfortner/webdrivers_fix
Browse files Browse the repository at this point in the history
update to webdrivers 3
  • Loading branch information
cheezy authored Aug 21, 2017
2 parents 0d58e7a + 35c565e commit fd78b7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'rspec'
require 'watir'
require 'webdrivers'
require 'selenium-webdriver'
require 'page-object'

Expand Down
2 changes: 1 addition & 1 deletion page-object.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack', '~> 1.0'
s.add_development_dependency 'coveralls', '~> 0.8.1'
s.add_development_dependency 'net-http-persistent'
s.add_development_dependency 'webdrivers'
s.add_development_dependency 'webdrivers', '~> 3.1'

end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

require 'rspec'
require 'watir'
require 'webdrivers'
require 'selenium-webdriver'

require 'page-object'
Expand Down

0 comments on commit fd78b7f

Please sign in to comment.