flights_gui_tests 2.4.40 → 2.4.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/3d_secure_steps.rb +21 -0
- data/features/step_definitions/page_steps.rb +9 -1
- data/features/step_definitions/results/basefare_steps.rb +5 -1
- data/features/step_definitions/results/filters_steps.rb +1 -1
- data/features/support/env.rb +1 -1
- data/features/support/modules/checkout/checkout.rb +1 -0
- data/features/support/modules/checkout/new_checkout/3dsecure.rb +9 -0
- data/features/support/modules/checkout/new_checkout/informacion_de_contacto.rb +11 -0
- data/features/support/modules/checkout/new_checkout/tarjeta.rb +19 -0
- data/features/support/modules/pages/cookies.rb +0 -1
- data/features/support/pages/checkout/checkout_page/new_checkout_page.rb +1 -0
- data/features/support/pages/landing/search_page.rb +18 -21
- data/features/support/version.rb +1 -1
- data/features/tests/checkout/book_3d_secure.feature +46 -0
- data/features/tests/checkout/book_ok_ticketed.feature +2 -2
- data/features/tests/landing/tags.feature +4 -0
- data/flights_gui_tests.gemspec +0 -1
- data/henry-context.yml +4483 -4586
- metadata +6 -17
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.4.
|
4
|
+
version: 2.4.41
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|
@@ -150,20 +150,6 @@ dependencies:
|
|
150
150
|
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: 1.0.0
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: rake
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - "~>"
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: 10.5.0
|
160
|
-
type: :runtime
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - "~>"
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: 10.5.0
|
167
153
|
- !ruby/object:Gem::Dependency
|
168
154
|
name: mysql2
|
169
155
|
requirement: !ruby/object:Gem::Requirement
|
@@ -275,6 +261,7 @@ files:
|
|
275
261
|
- features/data/promos.csv
|
276
262
|
- features/data/sites.yml
|
277
263
|
- features/data/tag_microsoft.yml
|
264
|
+
- features/step_definitions/checkout/3d_secure_steps.rb
|
278
265
|
- features/step_definitions/checkout/braspag_steps.rb
|
279
266
|
- features/step_definitions/checkout/cash_payment_steps.rb
|
280
267
|
- features/step_definitions/checkout/checkout_steps.rb
|
@@ -346,6 +333,7 @@ files:
|
|
346
333
|
- features/support/modules/accessor.rb
|
347
334
|
- features/support/modules/browser.rb
|
348
335
|
- features/support/modules/checkout/checkout.rb
|
336
|
+
- features/support/modules/checkout/new_checkout/3dsecure.rb
|
349
337
|
- features/support/modules/checkout/new_checkout/datos_de_facturacion.rb
|
350
338
|
- features/support/modules/checkout/new_checkout/errores.rb
|
351
339
|
- features/support/modules/checkout/new_checkout/fast_checkout.rb
|
@@ -398,6 +386,7 @@ files:
|
|
398
386
|
- features/tests/black_list/online_payment.feature
|
399
387
|
- features/tests/black_list/prueba.feature
|
400
388
|
- features/tests/black_list/wish_list.feature
|
389
|
+
- features/tests/checkout/book_3d_secure.feature
|
401
390
|
- features/tests/checkout/book_ok.feature
|
402
391
|
- features/tests/checkout/book_ok_ticketed.feature
|
403
392
|
- features/tests/checkout/braspag.feature
|
@@ -463,7 +452,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
463
452
|
version: '0'
|
464
453
|
requirements: []
|
465
454
|
rubyforge_project:
|
466
|
-
rubygems_version: 2.4.
|
455
|
+
rubygems_version: 2.4.6
|
467
456
|
signing_key:
|
468
457
|
specification_version: 4
|
469
458
|
summary: test para results, checkout y landing
|