Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwebb76 committed Aug 1, 2023
1 parent a79fa78 commit fa5a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/feature_spec_dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
options.binary = `which chromium`.chomp || `which google-chrome-stable`.chomp
end

capabilities = Selenium:q:WebDriver::Remote::Capabilities.chrome
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome

Capybara::Selenium::Driver.new(
app, browser: :chrome, capabilities: [options, capabilities]
Expand Down

0 comments on commit fa5a56d

Please sign in to comment.