flights_gui_tests 2.4.84 → 2.4.85

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e061709c4026d849ffd6d93de8e7679925654f2d
4
- data.tar.gz: 3f40603dd124ccb95b2a97eafd455569b85ef70e
3
+ metadata.gz: 3d4b53302985dd170bba77cb8e34bc2491d7db72
4
+ data.tar.gz: 56aef664fe53688dd6af870ba1142e3f9b50a0a9
5
5
  SHA512:
6
- metadata.gz: d79ba7ca83daf13a3a68b690701b4276059cb5d25d3cc10e5b9930bc5bec32623a75fd309fa767c2266356b31ec8aa77d5c0ea76cd92f722a09294b8b54c3e90
7
- data.tar.gz: ecb3d720b2dc8cf2b4792b7493de6219786a09af654639c1bd994dd2a401957456e79a21ec57470a830bdb785a7dc4c21e70a1acd5fc438a720d70d050ce7176
6
+ metadata.gz: 644a3901af7f34686df9a9fd66be90ca37b3130019c613f2ad435070559075fd1f5b200209cb58f242d9ebdc53ec2d91148623a4f8da27dea6e1065ad182d24c
7
+ data.tar.gz: a9d3bafecd70900ed0160bd32d9f54d6beacf8ffd3442cd379eb48e73596d3b9713a3ccde3e5d29925738496e039db8bd14c8b5a7d0adcd61ff3c44ddc8607b1
@@ -174,6 +174,23 @@ Cuando(/^ingreso al checkout con cookie "(.*?)" al "(.*?)"/) do |name,value|
174
174
  step "espero que termine de cargar la pagina de checkout"
175
175
  step "verifico que ingrese al checkout"
176
176
  puts @page.abtesting
177
+ end
178
+
179
+ Cuando(/^ingreso al checkout desde multiple oneway con cookie "(.*?)" al "(.*?)"/) do |name,value|
180
+ step "fuerzo el abztesting de \"#{name}\" al \"#{value}\""
181
+ step "como un usuario de '#{AllPages.site}'"
182
+ step "ingreso una busqueda 'multipleoneway' del tipo 'true'"
183
+ step "realizo la busqueda"
184
+ step "verifico que la pagina no rompa"
185
+ step "espero que termine de cargar la pagina de resultados"
186
+ step "selecciono la opcion por tramos "
187
+ step "selecciono un vuelo de ida por una aerolinea"
188
+ step "cargo los itinerarios de vuelta"
189
+ step "elijo la opcion \'0\' de los itinerarios de vuelta"
190
+ step "verifico que la pagina no rompa"
191
+ step "espero que termine de cargar la pagina de checkout"
192
+ step "verifico que ingrese al checkout"
193
+ puts @page.abtesting
177
194
  end
178
195
 
179
196
  Cuando(/^seteo el checkout a ingresar$/) do
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.84"
2
+ VERSION = "2.4.85"
3
3
  end
@@ -45,16 +45,16 @@ Característica: checkout.2_tc
45
45
  Y verifico los datos de la reserva enviados a fenix
46
46
  Y cancelo la reserva en el proveedor
47
47
 
48
- @cr
48
+ @cl
49
49
  @roundtrip
50
50
  Ejemplos:
51
51
  |pais|tipo|cabotage|
52
- |CR |roundtrip|true|
53
- @mx
52
+ |CL |roundtrip|true|
53
+ @cl
54
54
  @oneway
55
55
  Ejemplos:
56
56
  |pais|tipo|cabotage|
57
- |MX |oneway|true|
57
+ |CL |oneway|true|
58
58
  @cl
59
59
  @multipledestinations
60
60
  Ejemplos:
@@ -0,0 +1,28 @@
1
+ #language: es
2
+ @checkout
3
+ Característica: checkout.render_front
4
+ Se verifica la correcta carga y funcionamiento de la pagina de checkout, se cargan los datos correctos y se realiza la compra
5
+
6
+ @render_front
7
+ Esquema del escenario: Se verifica que se pueda realizar una compra correctamente, con un checkout con render desde front para un caso 2ow.
8
+ Dado un usuario que ingresa a realizar una busqueda de un vuelo NO LASTMINUTE multipleoneway de cabotaje en '<pais>'
9
+ Cuando selecciono la opcion por tramos
10
+ Y selecciono un vuelo de ida por una aerolinea
11
+ Entonces cargo los itinerarios de vuelta
12
+ Y elijo la opcion '0' de los itinerarios de vuelta
13
+ Entonces verifico que la pagina no rompa
14
+ Y espero que termine de cargar la pagina de checkout
15
+ Y verifico que ingrese al checkout
16
+ Entonces ingreso al checkout desde multiple oneway con cookie "renderPricesInFront" al "99"
17
+ Y se visualizan los dos itinerarios internamente enlazados
18
+ Y se visualiza el precio final siendo la suma de ambas reservas con los taxes incluidos
19
+ Y no se visualiza la posibilidad de ingresar cupones de descuentos
20
+ Y completo la compra con TC
21
+ Entonces se visualiza la pagina de gracias
22
+
23
+ @br
24
+ @roundtrip
25
+ Ejemplos:
26
+ |pais|tipo|cabotage|
27
+ |BR |roundtrip|true|
28
+ |BR |roundtrip|true|
data/henry-context.yml CHANGED
@@ -12,6 +12,50 @@ tasks:
12
12
  name: ${DATE}_${TASK_NAME}.html
13
13
  recipients:
14
14
  - estebanldh@gmail.com
15
+ tasks:
16
+ - name: checkout.2_tc.cl
17
+ class_name: Henry::Task::CucumberTask
18
+ options:
19
+ tags:
20
+ - checkout
21
+ - 2_tc
22
+ - cl
23
+ expand: true
24
+ no-source: true
25
+ reports:
26
+ - format: html
27
+ name: ${DATE}_${TASK_NAME}.html
28
+ recipients:
29
+ - estebanldh@gmail.com
30
+ tasks:
31
+ - name: checkout.render_front
32
+ class_name: Henry::Task::CucumberTask
33
+ options:
34
+ tags:
35
+ - checkout
36
+ - render_front
37
+ expand: true
38
+ no-source: true
39
+ reports:
40
+ - format: html
41
+ name: ${DATE}_${TASK_NAME}.html
42
+ recipients:
43
+ - estebanldh@gmail.com
44
+ tasks:
45
+ - name: checkout.render_front.br
46
+ class_name: Henry::Task::CucumberTask
47
+ options:
48
+ tags:
49
+ - checkout
50
+ - render_front
51
+ - br
52
+ expand: true
53
+ no-source: true
54
+ reports:
55
+ - format: html
56
+ name: ${DATE}_${TASK_NAME}.html
57
+ recipients:
58
+ - estebanldh@gmail.com
15
59
  - name: results.search_full
16
60
  class_name: Henry::Task::CucumberTask
17
61
  options:
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.84
4
+ version: 2.4.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-26 00:00:00.000000000 Z
11
+ date: 2016-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container
@@ -433,6 +433,7 @@ files:
433
433
  - features/tests/checkout/pick_new_flight.feature
434
434
  - features/tests/checkout/price_jump.feature
435
435
  - features/tests/checkout/providers.feature
436
+ - features/tests/checkout/render_front_2ow.feature
436
437
  - features/tests/checkout/seguros.feature
437
438
  - features/tests/flights_tracker/search.feature
438
439
  - features/tests/landing/disambiguation_airports.feature