flights_gui_tests 2.3.40 → 2.3.41
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.
- checksums.yaml +4 -4
- data/features/step_definitions/checkout/multipleoneway_steps.rb +5 -36
- data/features/step_definitions/checkout/verifications_steps.rb +7 -2
- data/features/step_definitions/results/multipleoneway_steps.rb +84 -13
- data/features/support/classes/checkout/multipleoneway_cluster.rb +1 -0
- data/features/support/classes/checkout/new_cluster.rb +16 -6
- data/features/support/classes/price.rb +3 -3
- data/features/support/env.rb +1 -1
- data/features/support/modules/results/multipleoneway.rb +4 -1
- data/features/support/pages/thanks/thanks_page/new_thanks_page.rb +2 -0
- data/features/support/version.rb +1 -1
- data/features/tests/black_list/two_oneway.feature +93 -26
- data/features/tests/black_list/two_oneway_r.feature +11 -9
- data/features/tests/checkout/multipleoneway.feature +94 -0
- data/features/tests/results/multipleoneway.feature +60 -58
- data/flights_gui_tests.gemspec +1 -1
- data/henry-context.yml +744 -626
- metadata +3 -16
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flights_gui_tests
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|
|
@@ -178,20 +178,6 @@ dependencies:
|
|
|
178
178
|
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '0'
|
|
181
|
-
- !ruby/object:Gem::Dependency
|
|
182
|
-
name: byebug
|
|
183
|
-
requirement: !ruby/object:Gem::Requirement
|
|
184
|
-
requirements:
|
|
185
|
-
- - ">="
|
|
186
|
-
- !ruby/object:Gem::Version
|
|
187
|
-
version: '0'
|
|
188
|
-
type: :runtime
|
|
189
|
-
prerelease: false
|
|
190
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
191
|
-
requirements:
|
|
192
|
-
- - ">="
|
|
193
|
-
- !ruby/object:Gem::Version
|
|
194
|
-
version: '0'
|
|
195
181
|
- !ruby/object:Gem::Dependency
|
|
196
182
|
name: auto_uy_utils
|
|
197
183
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -403,6 +389,7 @@ files:
|
|
|
403
389
|
- features/tests/checkout/ingresos_brutos.feature
|
|
404
390
|
- features/tests/checkout/last_minute.feature
|
|
405
391
|
- features/tests/checkout/low_cost.feature
|
|
392
|
+
- features/tests/checkout/multipleoneway.feature
|
|
406
393
|
- features/tests/checkout/pick_new_flight.feature
|
|
407
394
|
- features/tests/checkout/price_jump.feature
|
|
408
395
|
- features/tests/checkout/providers.feature
|