Skip to content

Commit

Permalink
fixes the DependencyError message in chrome.ex (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrubagu authored Dec 23, 2020
1 parent 11a9ec8 commit 2786b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallaby/chrome.ex
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ defmodule Wallaby.Chrome do
DependencyError.exception("""
Wallaby can't find chromedriver. Make sure you have chromedriver installed
and included in your path.
You can also provide a path using `config :wallaby, chromedriver: <path>`.
You can also provide a path using `config :wallaby, :chromedriver, path: <path>`.
""")

{:error, exception}
Expand Down

0 comments on commit 2786b0f

Please sign in to comment.