Skip to content

Commit

Permalink
[rb] specify that firefox tests use latest version of browser
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 15, 2024
1 parent 98062e2 commit 0e4ab71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def firefox_options(args: [], **opts)
opts[:web_socket_url] = true if ENV['WEBDRIVER_BIDI'] && !opts.key?(:web_socket_url)
opts[:binary] ||= ENV['FIREFOX_BINARY'] if ENV.key?('FIREFOX_BINARY')
args << '--headless' if ENV['HEADLESS']
WebDriver::Options.firefox(args: args, **opts)
WebDriver::Options.firefox(browser_version: 'stable', args: args, **opts)
end

def ie_options(**opts)
Expand Down

0 comments on commit 0e4ab71

Please sign in to comment.