lib/calabash/ios/conditions.rb in calabash-2.0.0.pre2 vs lib/calabash/ios/conditions.rb in calabash-2.0.0.pre3
- old
+ new
@@ -1,6 +1,9 @@
module Calabash
module IOS
+
+ # Methods for waiting for things to happen on iOS, like animations to
+ # complete.
module Conditions
# Waits for all elements to stop animating.
#
# @param [Numeric] timeout How long to wait for the animations to stop.