mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
implicitly wait 25s
Former-commit-id: 0e3c1d10ba0ef3205efb800ce5d98f71f4266274
This commit is contained in:
parent
23b646c213
commit
e8256f34e9
@ -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…
x
Reference in New Issue
Block a user