calabash-cucumber 0.9.112 → 0.9.113
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/calabash-cucumber/version.rb +1 -1
- data/lib/calabash-cucumber/wait_helpers.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
@@ -76,7 +76,7 @@ module Calabash
|
|
76
76
|
|
77
77
|
def wait_for_condition(options = {})
|
78
78
|
options[:timeout] = options[:timeout] || 10
|
79
|
-
options[:query] = options[:query] || "
|
79
|
+
options[:query] = options[:query] || "view"
|
80
80
|
options[:condition] = options[:condition] || CALABASH_CONDITIONS[:none_animating]
|
81
81
|
options[:post_timeout] = options[:post_timeout] || 0.1
|
82
82
|
options[:frequency] = options[:frequency] || 0.2
|