flights_gui_henry_tests 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/features/step_definitions/checkout/checkout_steps.rb +25 -0
- data/features/step_definitions/filter/matrix_steps.rb +0 -1
- data/features/step_definitions/search/basefare_steps.rb +18 -0
- data/features/step_definitions/search/reviews_step.rb +2 -1
- data/features/tests/checkout/compras_duplicadas.feature +95 -0
- data/features/tests/checkout/cupones.feature +1 -1
- data/features/tests/landing/landing_orders.feature +0 -24
- data/features/tests/landing/landing_positive.feature +1 -0
- data/features/tests/landing/landing_sort.feature +139 -0
- data/flights_gui_henry_tests.gemspec +1 -1
- data/henry-context.yml +3263 -1915
- 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: 2.1.
|
4
|
+
version: 2.1.1
|
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-02-
|
11
|
+
date: 2014-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|
@@ -255,6 +255,7 @@ files:
|
|
255
255
|
- features/tests/landing/landing_long_tail.feature
|
256
256
|
- features/tests/landing/landing_negative.feature
|
257
257
|
- features/tests/landing/landing_matrix.feature
|
258
|
+
- features/tests/landing/landing_sort.feature
|
258
259
|
- features/tests/landing/landing_tags.feature
|
259
260
|
- features/tests/landing/landing_alerts.feature
|
260
261
|
- features/tests/landing/landing_pagination.feature
|
@@ -292,6 +293,7 @@ files:
|
|
292
293
|
- features/tests/fixes/facebook.feature
|
293
294
|
- features/tests/checkout/low_cost.feature
|
294
295
|
- features/tests/checkout/error_messages.feature
|
296
|
+
- features/tests/checkout/compras_duplicadas.feature
|
295
297
|
- features/tests/checkout/integration.feature
|
296
298
|
- features/tests/checkout/cupones.feature
|
297
299
|
- features/tests/checkout/aij.feature
|