Skip to content

Commit

Permalink
Merge branch 'master' into fix_before_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe authored Nov 25, 2024
2 parents 6721a2e + 26739d3 commit cb0cc8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<% elsif selenium_based? -%>
def create_driver(*opts)
@config = YAML.load_file('config/config.yml')
browser = @config['browser'].to_sym
browser = @config['browser']
Selenium::WebDriver.for(browser, options: create_webdriver_options(*opts))
end

Expand Down

0 comments on commit cb0cc8f

Please sign in to comment.