implicitly wait 25s

Former-commit-id: 0e3c1d10ba
This commit is contained in:
Roman Volosovskyi 2016-05-26 18:13:37 +03:00
parent 23b646c213
commit e8256f34e9
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@
(-> driver
.manage
.timeouts
(.implicitlyWait 100 TimeUnit/MILLISECONDS))
(Thread/sleep 9000)
(.implicitlyWait 25 TimeUnit/SECONDS))
driver))
(defn by-xpath [driver xpath]