Skip to content

Commit

Permalink
Fix automated test
Browse files Browse the repository at this point in the history
Use etaoin (https://github.com/igrishaev/etaoin) instead of
clj-webdriver (https://github.com/semperos/clj-webdriver), which is now
unmaintained.
  • Loading branch information
manuel-uberti committed Nov 27, 2018
1 parent 8de8eca commit 5e043f8
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 252 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@

:dependencies [[figwheel "0.5.0-6"]
[org.seleniumhq.selenium/selenium-java "2.47.1"]
[clj-webdriver "0.7.2"]
; logging from included jars
[com.fzakaria/slf4j-timbre "0.3.2"]
[etaoin "0.2.9"]
[org.slf4j/slf4j-api "1.7.14"]
[org.slf4j/log4j-over-slf4j "1.7.14"]

Expand Down
Loading

0 comments on commit 5e043f8

Please sign in to comment.