flights_gui_henry_tests 1.9.3 → 1.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile +0 -1
- data/features/step_definitions/others/newsletter_steps.rb +20 -6
- data/features/step_definitions/others/recommendation_steps.rb +1 -1
- data/features/step_definitions/search/errors_steps.rb +22 -0
- data/features/step_definitions/search/flight_gui_steps.rb +2 -2
- data/features/tests/others/newsletter.feature +47 -6
- data/features/tests/search/errors.feature +185 -0
- data/flights_gui_henry_tests.gemspec +1 -1
- data/henry-context.yml +3017 -2475
- metadata +4 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flights_gui_henry_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez,lsimean
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|
@@ -186,6 +186,7 @@ files:
|
|
186
186
|
- features/step_definitions/search/miles_step.rb
|
187
187
|
- features/step_definitions/search/cross_sell_row_hoteles.rb
|
188
188
|
- features/step_definitions/search/ecoflights_steps.rb
|
189
|
+
- features/step_definitions/search/errors_steps.rb
|
189
190
|
- features/step_definitions/search/pagination_steps.rb
|
190
191
|
- features/step_definitions/search/basefare_steps.rb
|
191
192
|
- features/step_definitions/search/alerts_steps.rb
|
@@ -245,6 +246,7 @@ files:
|
|
245
246
|
- features/tests/search/reviews.feature
|
246
247
|
- features/tests/search/searches.feature
|
247
248
|
- features/tests/search/basefare.feature
|
249
|
+
- features/tests/search/errors.feature
|
248
250
|
- features/tests/search/itineraries.feature
|
249
251
|
- features/tests/search/orders.feature
|
250
252
|
- features/tests/search/wish_list.feature
|