mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 13:25:43 +00:00
implicitly wait 25s
This commit is contained in:
parent
54ae25dc67
commit
0e3c1d10ba
@ -22,8 +22,7 @@
|
||||
(-> driver
|
||||
.manage
|
||||
.timeouts
|
||||
(.implicitlyWait 100 TimeUnit/MILLISECONDS))
|
||||
(Thread/sleep 9000)
|
||||
(.implicitlyWait 25 TimeUnit/SECONDS))
|
||||
driver))
|
||||
|
||||
(defn by-xpath [driver xpath]
|
||||
|
Loading…
x
Reference in New Issue
Block a user