Merge branch 'appium-setup' of github.com:status-im/status-react into appium-setup

Former-commit-id: ab36ec7df7
This commit is contained in:
Jarrad 2016-05-26 18:05:24 +02:00
commit 983a007280
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]