calabash-cucumber 0.9.118 → 0.9.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -91,9 +91,9 @@ module Calabash
|
|
|
91
91
|
options[:screenshot_on_error] = options[:screenshot_on_error] || true
|
|
92
92
|
|
|
93
93
|
if options[:condition] == CALABASH_CONDITIONS[:none_animating]
|
|
94
|
-
puts "Waiting for none-animating has been found unreliable."
|
|
95
|
-
puts "You are advised not to use it until this is resolved."
|
|
96
|
-
puts "Test will continue..."
|
|
94
|
+
#puts "Waiting for none-animating has been found unreliable."
|
|
95
|
+
#puts "You are advised not to use it until this is resolved."
|
|
96
|
+
#puts "Test will continue..."
|
|
97
97
|
end
|
|
98
98
|
begin
|
|
99
99
|
Timeout::timeout(options[:timeout],WaitError) do
|
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.
|
|
4
|
+
version: 0.9.119
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-11-
|
|
12
|
+
date: 2012-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cucumber
|