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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- calabash-cucumber (0.9.111)
4
+ calabash-cucumber (0.9.112)
5
5
  CFPropertyList
6
6
  bundler (~> 1.1)
7
7
  cucumber
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Cucumber
3
- VERSION = "0.9.112"
3
+ VERSION = "0.9.113"
4
4
  FRAMEWORK_VERSION = "0.9.111"
5
5
  end
6
6
  end
@@ -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] || "activityIndicatorView"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.112
4
+ version: 0.9.113
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: