Skip to content

Commit

Permalink
using selenium_headless
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed Sep 23, 2024
1 parent f36b4ad commit aebb5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def default_drivers
sleep(ENV['PAUSE'].to_i || 0)
end
else
Capybara.default_driver = :poltergeist
Capybara.javascript_driver = :poltergeist
Capybara.default_driver = :selenium_headless
Capybara.javascript_driver = :selenium_headless
end
end

Expand Down

0 comments on commit aebb5a4

Please sign in to comment.