Skip to content

Commit b8cc4dd

Browse files
Add note about implicit wait change
1 parent 2599a46 commit b8cc4dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/migration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Requires appium 1.4.0-beta or newer for iOS helper methods. appium_lib no longer automatically promotes methods on minispec. To restore the old behavior use: `Appium.promote_appium_methods ::Minitest::Spec`
44

5+
The implicit wait now defaults to zero. To restore the old behavior, use `set_wait 30`.
6+
57
Old | New
68
:--|:--
79
`installed?` | `app_installed?`

0 commit comments

Comments
 (0)