Skip to content

Commit

Permalink
Merge pull request #1305 from alphagov/dj-maisy/chromedriver_arm_fix
Browse files Browse the repository at this point in the history
Workaround Selenium Manager issues
  • Loading branch information
dj-maisy authored Jun 28, 2024
2 parents a729fe0 + 9889af6 commit 72d1ee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
].compact,
)

service.executable_path = "/usr/bin/chromedriver"

Capybara::Selenium::Driver.new(
app,
browser: :chrome,
Expand Down

0 comments on commit 72d1ee4

Please sign in to comment.