Commands that wait by default if the action cannot be performed immediately (e.g. tapOn on a view that is not yet visible, waitForAnimationToEnd) should have their timeouts clearly documented in API reference.
I just wanted to find out what the timeout for waitForAnimationToEnd is, and to do that, I had to look at the source code.
Commands that wait by default if the action cannot be performed immediately (e.g.
tapOnon a view that is not yet visible,waitForAnimationToEnd) should have their timeouts clearly documented in API reference.I just wanted to find out what the timeout for
waitForAnimationToEndis, and to do that, I had to look at the source code.