Merge branch 'appium-setup' of github.com:status-im/status-react into appium-setup
Former-commit-id: ab36ec7df7
This commit is contained in:
commit
983a007280
|
@ -22,8 +22,7 @@
|
||||||
(-> driver
|
(-> driver
|
||||||
.manage
|
.manage
|
||||||
.timeouts
|
.timeouts
|
||||||
(.implicitlyWait 100 TimeUnit/MILLISECONDS))
|
(.implicitlyWait 25 TimeUnit/SECONDS))
|
||||||
(Thread/sleep 9000)
|
|
||||||
driver))
|
driver))
|
||||||
|
|
||||||
(defn by-xpath [driver xpath]
|
(defn by-xpath [driver xpath]
|
||||||
|
|
Loading…
Reference in New Issue