flights_gui_henry_tests 2.7.0 → 2.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff94705b879a6eeecdcd5e8387dc23e369df616c
4
- data.tar.gz: 95a2959dd8d37e3cf19d285b756be8d5ecf576bd
3
+ metadata.gz: 2fa716ade7d94adf073ccf6bbc6f28a13ccbb160
4
+ data.tar.gz: e9b6e331f17d283a42c9380e7fa97cd3aaf68f88
5
5
  SHA512:
6
- metadata.gz: 1d1966b2c0a9c7043af4cac3fdf8142460a31b6c12a7c313e8046b73d99514bf5810c1de91c6e47a557cc8a90844e7f1171fdae48636f6cc0166024e324f4f07
7
- data.tar.gz: 986f52cdc0200b40e7960ea25ffdd0dc6b59d7038285d4899d05f9686a0ce53d4c36b591712390177c06b5f7c779f14629c0700552123a664bdda15deba7bc04
6
+ metadata.gz: f1b18089ea2a24f08eaa4ff08ba44620e03f531da8f6978053311fee9ae2159b22a205f7fbf280fdba7b7c32a4c129f425e45e1aa83ad7cbc3060362c66ea2d3
7
+ data.tar.gz: fab3bfcca55140a03395d8fe0a651bf4a8a9c338947e565f38f5a412cb066aa55639a3e49468a303849e94ba5a25063d37e51e930080cf7ac0bd607a66ccb956
@@ -1,9 +1,6 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  Entonces(/^Completo el formulario de deposito$/) do
3
3
  BROWSER.li(:id,'cash-installment').radio(:class,'radio main-radio').set
4
- BROWSER.div(:id,'offlinePaymentDefinition').select_list(:id,'owner-type').select_value("PERSON")
5
- BROWSER.div(:id,'offlinePaymentDefinition').text_field(:id,'owner-document-number').set("32456712")
6
- BROWSER.div(:id,'offlinePaymentDefinition').select_list(:id,'owner-gender').select_value("MALE")
7
4
  BROWSER.text_field(:id,'contact-contact-full-name').set("Diego Qa Romero") if BROWSER.text_field(:id,'contact-contact-full-name').present?
8
5
  end
9
6
 
@@ -38,30 +35,36 @@ end
38
35
 
39
36
  Entonces(/^Verifico que vuelva al checkout correctamente$/) do
40
37
  sleep(1)
41
- BROWSER.fieldset(:id,'invoice').text_field(:id,'invoice-city-custom').set("buenos aires")
38
+ BROWSER.fieldset(:id,'invoice').text_field(:id,'invoice-city-custom').set("buenos aires") if BROWSER.fieldset(:id,'invoice').text_field(:id,'invoice-city-custom').present?
42
39
  sleep(1)
43
40
  BROWSER.send_keys :enter
44
41
  end
45
42
 
46
- Entonces(/^Verifico los pasos para hacer el deposito$/) do
47
- BROWSER.div(:id,'ux-common-message ux-common-message-warning ').text.no_accents.should equal("Recuerde que el pago debera ser realizado antes de las 20hs, de lo contrario su reserva sera cancelada. ")
43
+ Entonces(/^Verifico los pasos para hacer el pago online$/) do
44
+ BROWSER.div(:class,'ux-common-message ux-common-message-warning ').text.no_accents.should equal("Recuerde que el pago debera ser realizado antes de las 20hs, de lo contrario su reserva sera cancelada.")
48
45
  BROWSER.span(:class,'checkout-id').should visible("numero de reserva")
49
46
  BROWSER.divs(:class,'thanks-reservation-homebanking-step').length.should equal(8)
50
- BROWSER.div(:class,'thanks-reservation-homebanking-step').span(:class,'thanks-reservation-homebanking-ticket-number').text.should match(@id_cro)
51
- BROWSER.div(:class,'thanks-reservation-homebanking-step').span(:class,'thanks-reservation-homebanking-price').text.should match(@monto_total)
47
+ BROWSER.span(:class,'thanks-reservation-homebanking-ticket-number').text.should match(@id_cro)
48
+ BROWSER.span(:class,'thanks-reservation-homebanking-price').text.gsub(/\D+/,'').should match(@monto_total)
52
49
  end
53
50
 
54
51
  Entonces(/^Completo el formulario de pago online$/) do
55
52
  BROWSER.li(:id,'homebanking-installment').radio(:class,'radio main-radio').set
56
- BROWSER.div(:id,'offlinePaymentDefinition').select_list(:id,'owner-type').select_value("PERSON")
57
- BROWSER.div(:id,'offlinePaymentDefinition').text_field(:id,'owner-document-number').set("32456712")
58
- BROWSER.div(:id,'offlinePaymentDefinition').select_list(:id,'owner-gender').select_value("MALE")
53
+ BROWSER.text_field(:id,'contact-contact-full-name').set("Diego Qa Romero") if BROWSER.text_field(:id,'contact-contact-full-name').present?
59
54
  end
60
55
 
61
56
  Entonces(/^elijo la opcion confirmar pago$/) do
62
57
  BROWSER.div(:id,'confirm-payment-popup').div(:class,'flights-button-yes').click
63
58
  end
64
59
 
65
- Entonces(/^Verifico los pasos para hacer el pago online$/) do
66
- pending # express the regexp above with the code you wish you had
60
+ Entonces(/^Verifico los pasos para hacer el deposito$/) do
61
+ BROWSER.div(:class,'ux-common-message ux-common-message-warning ').text.no_accents.should equal("Recuerde que el deposito debera ser realizado en el dia de hoy, de lo contrario su reserva sera cancelada.")
62
+ BROWSER.span(:class,'checkout-id').should visible("numero de reserva")
63
+ BROWSER.div(:class,'thanks-reservation-info').should visible("datos de deposito")
64
+ BROWSER.div(:class,'thanks-reservation-info').spans(:class,"thanks-reservation-info-data")[0].text.should equal("Despegar.com.ar")
65
+ BROWSER.div(:class,'thanks-reservation-info').spans(:class,"thanks-reservation-info-data")[1].text.should equal("30-70130711-5")
66
+ BROWSER.div(:class,'thanks-reservation-info').spans(:class,"thanks-reservation-info-data")[2].text.should equal("001")
67
+ BROWSER.div(:class,'thanks-reservation-info').spans(:class,"thanks-reservation-info-data")[3].text.should equal("01")
68
+ BROWSER.div(:class,'thanks-reservation-info').spans(:class,"thanks-reservation-info-data")[4].text.gsub(/\D+/,'').should match(@monto_total)
69
+ BROWSER.link(:id,'thanks-reservation-cash-print').should visible("link de impresion")
67
70
  end
@@ -48,8 +48,8 @@ And /^Verifico que se muestren la caja de clientes felices$/ do
48
48
  happy_clients.div(:class,'ux-common-comment-description').should visible
49
49
  happy_clients.div(:class,'ux-common-comment-description').span(:class,'flights-comment-description').should visible
50
50
  happy_clients.div(:class,'ux-common-comment-description').span(:class,'flights-comment-description').text.no_accents.should match('[A-Z]|[a-z]')
51
- #happy_clients.div(:class,'ux-common-comment-profile').span(:class,'ux-common-comment-name').should visible
52
- #happy_clients.div(:class,'ux-common-comment-profile').span(:class,'ux-common-comment-name').text.no_accents.should match('[A-Z]|[a-z]')
51
+ happy_clients.div(:class,'ux-common-comment-profile').span(:class,'ux-common-comment-name').should visible
52
+ happy_clients.div(:class,'ux-common-comment-profile').span(:class,'ux-common-comment-name').text.no_accents.should match('[A-Z]|[a-z]')
53
53
  happy_clients.span(:class,'description').should visible
54
54
  happy_clients.span(:class,'description').text.no_accents.should match('Por que \d+ millones de viajeros nos eligen|Why \d+ million travelers choose us|Por que \d+ milhoes de viajantes nos escolhem')
55
55
  end
@@ -140,8 +140,8 @@ end
140
140
 
141
141
  And /^Levanto los datos del vuelo$/ do
142
142
  @cluster_json = @search.get_results_search_service
143
- BROWSER.div(:id,'ticket').link(:class,'ux-shared-checkout-thanks-more').should visible("Link para popup de detalle de vuelo")
144
- BROWSER.div(:id,'ticket').link(:class,'ux-shared-checkout-thanks-more').click
143
+ BROWSER.link(:class,'ux-shared-checkout-thanks-more').should visible("Link para popup de detalle de vuelo")
144
+ BROWSER.link(:class,'ux-shared-checkout-thanks-more').click
145
145
  Watir::Wait.until(timeout = 20){BROWSER.div(:id,'popup-booking-details').present?}
146
146
  popup_detalle_vuelo = Hpricot.parse(BROWSER.div(:id,'popup-booking-details').html)
147
147
  popup_detalle_vuelo.inner_text.empty?.should_not be_true
@@ -159,7 +159,6 @@ And /^Levanto los datos del vuelo$/ do
159
159
  BROWSER.div(:id,'popup-booking-details').span(:class,'popup-close-button popup-close').click
160
160
  @popup_detalle_vuelo = CheckoutCluster.new(@search.description,popup_detalle_vuelo)
161
161
  unless @pop_up
162
- puts @popup_detalle_vuelo.tarifas
163
162
  @popup_detalle_vuelo.validarSumaDesgloce.should be_within(4).of(@popup_detalle_vuelo.tarifas['total'].value)
164
163
  unless @popup_detalle_vuelo.tarifas['adt'].valor.zero?
165
164
  @popup_detalle_vuelo.tarifas['adt'].valor.should equal(@popup_detalle_vuelo.tarifas['tarifa_adulto'].valor * @search.adt)
@@ -10,7 +10,7 @@ When /^Elijo un itinerario y paso a checkout$/ do
10
10
  break
11
11
  end
12
12
  else
13
- no_delta = true if item["itinerary"]["itineraryInfo"]["validatingCarrier"]!="DL"
13
+ no_delta = true if item["itinerary"]["routes"].select{|route| !route['airlines'].select{|airline| airline['code']=="DL"}.empty?}.empty?
14
14
  end
15
15
  break if no_delta
16
16
  index = index + 1
@@ -157,13 +157,7 @@ And /^Completo el formulario de tarjeta$/ do
157
157
  provider = @item_json ? @item_json["provider"] : data["result"]["data"]["items"][0]["provider"]
158
158
  container = BROWSER.fieldset(:id,'payment')
159
159
  if $SITE=="AR"
160
- if container.radio(:id,"installment-0").present?
161
- container.radio(:id,"installment-0").click
162
- elsif container.radio(:id,"installment-1").present?
163
- container.radio(:id,"installment-1").click
164
- else
165
- container.radio(:id,"installment-2").click
166
- end
160
+ container.radio(:class,"radio main-radio ").click
167
161
  else
168
162
  container.div(:class,"installment-info").text.downcase.no_accents.match(/debito/) ? container.radio(:id,"installment-1").click : container.radio(:id,"installment-0").click
169
163
  end
@@ -246,7 +240,7 @@ Then /^Verifico que dirija a la pagina de gracias$/ do
246
240
  if BROWSER.div(:class, 'ux-common-error').present?
247
241
  pending(BROWSER.div(:class,'ux-common-error').text)
248
242
  end
249
- if BROWSER.div(:class,'ux-common-message ux-common-message-warning ').present?
243
+ if BROWSER.div(:class,'ux-common-message ux-common-message-warning ').present? and !BROWSER.span(:class =>'checkout-id').present?
250
244
  pending(BROWSER.div(:class,'ux-common-message ux-common-message-warning ').text.strip.no_accents.downcase)
251
245
  end
252
246
  if BROWSER.div(:id,'popup-price-difference-template').present?
@@ -303,7 +297,7 @@ Then /^elijo otro vuelo$/ do
303
297
  end
304
298
 
305
299
  Then /^debo completar de vuelta el formulario$/ do
306
- BROWSER.div(:class,/notification-box warn-box|ux-common-warning-content ux-common-warning-no-icon|ux-common-message ux-common-message-warning /).should visible
300
+ (BROWSER.div(:class,/notification-box warn-box|ux-common-warning-content ux-common-warning-no-icon|ux-common-message ux-common-message-warning /).present? and !BROWSER.span(:class =>'checkout-id').present?).should be_true
307
301
  end
308
302
 
309
303
  Then /^completo datos faltantes del formulario$/ do
@@ -1,18 +1,21 @@
1
1
  #language: es
2
2
  @checkout
3
- Característica: checkout.new_pay_method
3
+ Característica: checkout.cash_payment
4
4
  Se verifica que los nuevos metodos de pago funcionen correctamente
5
5
 
6
- @new_pay_method
6
+ @cash_payment
7
7
  Esquema del escenario: Ingresar al checkout y elegir metodo por deposito
8
8
  Cuando Ingreso a la pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
9
9
  Cuando Espero que termine de cargar
10
10
  Entonces Verifico que traiga resultados
11
11
  Cuando Elijo un itinerario y paso a checkout
12
12
  Cuando Verifico que ingrese al checkout
13
+ Y Fuerzo la cookie de abztesting el valor "showCashPayment" al "15"
14
+ Y recargo la pagina
15
+ Cuando Verifico que ingrese al checkout
16
+ Entonces Valido los valores del desglose del checkout
13
17
  Entonces Completo el formulario de pasajeros
14
18
  Y Completo el formulario de deposito
15
- #Y Completo los datos de resolucion AFIP
16
19
  Y Completo los datos de contacto
17
20
  Y Si pide factura fiscal, Completo los campos de factura fiscal
18
21
  Y Realizo la compra
@@ -46,23 +49,28 @@ Característica: checkout.new_pay_method
46
49
  |pais|tipo|cabotage|
47
50
  |AR |multipledestinations|nil|
48
51
 
49
- @new_pay_method
52
+ @cash_payment
50
53
  Esquema del escenario: Ingresar al checkout y elegir pago online
51
54
  Cuando Ingreso a la pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
52
55
  Cuando Espero que termine de cargar
53
56
  Entonces Verifico que traiga resultados
54
57
  Cuando Elijo un itinerario y paso a checkout
55
58
  Cuando Verifico que ingrese al checkout
59
+ Y Fuerzo la cookie de abztesting el valor "showCashPayment" al "15"
60
+ Y recargo la pagina
61
+ Cuando Verifico que ingrese al checkout
62
+ Entonces Valido los valores del desglose del checkout
56
63
  Entonces Completo el formulario de pasajeros
57
64
  Y Completo el formulario de pago online
58
- Y Completo los datos de resolucion AFIP
59
65
  Y Completo los datos de contacto
60
66
  Y Si pide factura fiscal, Completo los campos de factura fiscal
61
67
  Y Realizo la compra
62
- Cuando aparece el popup de confirmacion de pago online
68
+ Cuando aparece el popup de confirmacion de pago
63
69
  Entonces elijo la opcion otro metodo
64
70
  Entonces Verifico que vuelva al checkout correctamente
65
71
  Cuando Realizo la compra
72
+ Cuando aparece el popup de confirmacion de pago
73
+ Entonces elijo la opcion confirmar pago
66
74
  Entonces Verifico que dirija a la pagina de gracias
67
75
  Entonces Si el checkout me pide mas datos de tarjeta, lleno los datos de tarjeta adicionales
68
76
  Entonces Si se muestra el popup de no disponibilidad, elijo otro vuelo
@@ -37,20 +37,25 @@ Característica: checkout.providers
37
37
  Y Verifico el link de mi despegar
38
38
  Y Levanto los datos del vuelo
39
39
 
40
- @us
41
- Ejemplos:
42
- |pais|tipo|cabotage|prov|from|to|date_from|date_to|
43
- |US|roundtrip|true|VOL|MEX|CUN|2014-06-28|2014-06-17|
44
- |US|oneway|true|VOL|LAX|CUN|2014-06-28|2014-07-17|
45
- |US|roundtrip|true|VOL|MEX|LAX|2014-06-01|2014-06-15|
46
- |US|oneway|true|VOL|MEX|GDL|2014-06-19|2014-06-27|
40
+ # @us
41
+ # Ejemplos:
42
+ # |pais|tipo|cabotage|prov|from|to|date_from|date_to|
43
+ # |US|roundtrip|true|VOL|MEX|CUN|2014-06-28|2014-06-17|
44
+ # |US|oneway|true|VOL|LAX|CUN|2014-06-28|2014-07-17|
45
+ # |US|roundtrip|true|VOL|MEX|LAX|2014-06-01|2014-06-15|
46
+ # |US|oneway|true|VOL|MEX|GDL|2014-06-19|2014-06-27|
47
+ # @mx
48
+ # Ejemplos:
49
+ # |pais|tipo|cabotage|prov|from|to|date_from|date_to|
50
+ # |MX|roundtrip|true|VOL|MEX|MTY|2014-02-28|2014-03-17|
51
+ # |MX|oneway|true|VOL|MEX|GDL|2014-03-28|2014-04-17|
52
+ # |MX|roundtrip|true|VOL|MEX|CUN|2014-03-01|2014-03-15|
53
+ # |MX|oneway|true|VOL|MEX|CUN|2014-02-19|2014-02-27|
47
54
  @mx
48
55
  Ejemplos:
49
56
  |pais|tipo|cabotage|prov|from|to|date_from|date_to|
50
- |MX|roundtrip|true|VOL|MEX|MTY|2014-02-28|2014-03-17|
51
- |MX|oneway|true|VOL|MEX|GDL|2014-03-28|2014-04-17|
52
- |MX|roundtrip|true|VOL|MEX|CUN|2014-03-01|2014-03-15|
53
- |MX|oneway|true|VOL|MEX|CUN|2014-02-19|2014-02-27|
57
+ |MX|roundtrip|true|AIJ|MEX|MTY|2014-02-28|2014-03-17|
58
+ |MX|oneway|true|AIJ|MEX|GDL|2014-03-28|2014-04-17|
54
59
  # @ar
55
60
  # Ejemplos:
56
61
  # |pais|tipo|cabotage|prov|from|to|date_from|date_to|
@@ -14,7 +14,7 @@
14
14
  gem.name = "flights_gui_henry_tests" #Debe ser unico en el Gem Server, tratemos de utilizar nombre que identifiquen de forma inequivoca
15
15
 
16
16
  gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]5
17
- gem.version = '2.7.0' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
17
+ gem.version = '2.7.1' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
18
18
 
19
19
  gem.add_dependency('henry-container', '>= 0.1.82')
20
20
  gem.add_dependency('watir-webdriver')
data/henry-context.yml CHANGED
@@ -14827,12 +14827,12 @@ tasks:
14827
14827
  recipients:
14828
14828
  - estebanldh@gmail.com
14829
14829
  - nsimean@despegar.com
14830
- - name: checkout.compra_duplicada
14830
+ - name: checkout.price_jump
14831
14831
  class_name: Henry::Task::CucumberTask
14832
14832
  options:
14833
14833
  tags:
14834
14834
  - checkout
14835
- - compra_duplicada
14835
+ - price_jump
14836
14836
  expand: true
14837
14837
  no-source: true
14838
14838
  reports:
@@ -14841,12 +14841,12 @@ tasks:
14841
14841
  recipients:
14842
14842
  - estebanldh@gmail.com
14843
14843
  - nsimean@despegar.com
14844
- - name: checkout.compra_duplicada.ar
14844
+ - name: checkout.price_jump.ar
14845
14845
  class_name: Henry::Task::CucumberTask
14846
14846
  options:
14847
14847
  tags:
14848
14848
  - checkout
14849
- - compra_duplicada
14849
+ - price_jump
14850
14850
  - ar
14851
14851
  expand: true
14852
14852
  no-source: true
@@ -14856,12 +14856,12 @@ tasks:
14856
14856
  recipients:
14857
14857
  - estebanldh@gmail.com
14858
14858
  - nsimean@despegar.com
14859
- - name: checkout.compra_duplicada.ar.roundtrip
14859
+ - name: checkout.price_jump.ar.roundtrip
14860
14860
  class_name: Henry::Task::CucumberTask
14861
14861
  options:
14862
14862
  tags:
14863
14863
  - checkout
14864
- - compra_duplicada
14864
+ - price_jump
14865
14865
  - ar
14866
14866
  - roundtrip
14867
14867
  expand: true
@@ -14872,12 +14872,12 @@ tasks:
14872
14872
  recipients:
14873
14873
  - estebanldh@gmail.com
14874
14874
  - nsimean@despegar.com
14875
- - name: checkout.compra_duplicada.ar.oneway
14875
+ - name: checkout.price_jump.ar.oneway
14876
14876
  class_name: Henry::Task::CucumberTask
14877
14877
  options:
14878
14878
  tags:
14879
14879
  - checkout
14880
- - compra_duplicada
14880
+ - price_jump
14881
14881
  - ar
14882
14882
  - oneway
14883
14883
  expand: true
@@ -14888,12 +14888,12 @@ tasks:
14888
14888
  recipients:
14889
14889
  - estebanldh@gmail.com
14890
14890
  - nsimean@despegar.com
14891
- - name: checkout.compra_duplicada.ar.multipledestinations
14891
+ - name: checkout.price_jump.ar.multipledestinations
14892
14892
  class_name: Henry::Task::CucumberTask
14893
14893
  options:
14894
14894
  tags:
14895
14895
  - checkout
14896
- - compra_duplicada
14896
+ - price_jump
14897
14897
  - ar
14898
14898
  - multipledestinations
14899
14899
  expand: true
@@ -14904,12 +14904,12 @@ tasks:
14904
14904
  recipients:
14905
14905
  - estebanldh@gmail.com
14906
14906
  - nsimean@despegar.com
14907
- - name: checkout.compra_duplicada.br
14907
+ - name: checkout.price_jump.br
14908
14908
  class_name: Henry::Task::CucumberTask
14909
14909
  options:
14910
14910
  tags:
14911
14911
  - checkout
14912
- - compra_duplicada
14912
+ - price_jump
14913
14913
  - br
14914
14914
  expand: true
14915
14915
  no-source: true
@@ -14919,12 +14919,12 @@ tasks:
14919
14919
  recipients:
14920
14920
  - estebanldh@gmail.com
14921
14921
  - nsimean@despegar.com
14922
- - name: checkout.compra_duplicada.br.roundtrip
14922
+ - name: checkout.price_jump.br.roundtrip
14923
14923
  class_name: Henry::Task::CucumberTask
14924
14924
  options:
14925
14925
  tags:
14926
14926
  - checkout
14927
- - compra_duplicada
14927
+ - price_jump
14928
14928
  - br
14929
14929
  - roundtrip
14930
14930
  expand: true
@@ -14935,12 +14935,12 @@ tasks:
14935
14935
  recipients:
14936
14936
  - estebanldh@gmail.com
14937
14937
  - nsimean@despegar.com
14938
- - name: checkout.compra_duplicada.br.oneway
14938
+ - name: checkout.price_jump.br.oneway
14939
14939
  class_name: Henry::Task::CucumberTask
14940
14940
  options:
14941
14941
  tags:
14942
14942
  - checkout
14943
- - compra_duplicada
14943
+ - price_jump
14944
14944
  - br
14945
14945
  - oneway
14946
14946
  expand: true
@@ -14951,12 +14951,12 @@ tasks:
14951
14951
  recipients:
14952
14952
  - estebanldh@gmail.com
14953
14953
  - nsimean@despegar.com
14954
- - name: checkout.compra_duplicada.br.multipledestinations
14954
+ - name: checkout.price_jump.br.multipledestinations
14955
14955
  class_name: Henry::Task::CucumberTask
14956
14956
  options:
14957
14957
  tags:
14958
14958
  - checkout
14959
- - compra_duplicada
14959
+ - price_jump
14960
14960
  - br
14961
14961
  - multipledestinations
14962
14962
  expand: true
@@ -14967,12 +14967,12 @@ tasks:
14967
14967
  recipients:
14968
14968
  - estebanldh@gmail.com
14969
14969
  - nsimean@despegar.com
14970
- - name: checkout.compra_duplicada.mx
14970
+ - name: checkout.price_jump.mx
14971
14971
  class_name: Henry::Task::CucumberTask
14972
14972
  options:
14973
14973
  tags:
14974
14974
  - checkout
14975
- - compra_duplicada
14975
+ - price_jump
14976
14976
  - mx
14977
14977
  expand: true
14978
14978
  no-source: true
@@ -14982,12 +14982,12 @@ tasks:
14982
14982
  recipients:
14983
14983
  - estebanldh@gmail.com
14984
14984
  - nsimean@despegar.com
14985
- - name: checkout.compra_duplicada.mx.roundtrip
14985
+ - name: checkout.price_jump.mx.roundtrip
14986
14986
  class_name: Henry::Task::CucumberTask
14987
14987
  options:
14988
14988
  tags:
14989
14989
  - checkout
14990
- - compra_duplicada
14990
+ - price_jump
14991
14991
  - mx
14992
14992
  - roundtrip
14993
14993
  expand: true
@@ -14998,12 +14998,12 @@ tasks:
14998
14998
  recipients:
14999
14999
  - estebanldh@gmail.com
15000
15000
  - nsimean@despegar.com
15001
- - name: checkout.compra_duplicada.mx.oneway
15001
+ - name: checkout.price_jump.mx.oneway
15002
15002
  class_name: Henry::Task::CucumberTask
15003
15003
  options:
15004
15004
  tags:
15005
15005
  - checkout
15006
- - compra_duplicada
15006
+ - price_jump
15007
15007
  - mx
15008
15008
  - oneway
15009
15009
  expand: true
@@ -15014,12 +15014,12 @@ tasks:
15014
15014
  recipients:
15015
15015
  - estebanldh@gmail.com
15016
15016
  - nsimean@despegar.com
15017
- - name: checkout.compra_duplicada.mx.multipledestinations
15017
+ - name: checkout.price_jump.mx.multipledestinations
15018
15018
  class_name: Henry::Task::CucumberTask
15019
15019
  options:
15020
15020
  tags:
15021
15021
  - checkout
15022
- - compra_duplicada
15022
+ - price_jump
15023
15023
  - mx
15024
15024
  - multipledestinations
15025
15025
  expand: true
@@ -15030,12 +15030,12 @@ tasks:
15030
15030
  recipients:
15031
15031
  - estebanldh@gmail.com
15032
15032
  - nsimean@despegar.com
15033
- - name: checkout.compra_duplicada.us
15033
+ - name: checkout.price_jump.us
15034
15034
  class_name: Henry::Task::CucumberTask
15035
15035
  options:
15036
15036
  tags:
15037
15037
  - checkout
15038
- - compra_duplicada
15038
+ - price_jump
15039
15039
  - us
15040
15040
  expand: true
15041
15041
  no-source: true
@@ -15045,12 +15045,12 @@ tasks:
15045
15045
  recipients:
15046
15046
  - estebanldh@gmail.com
15047
15047
  - nsimean@despegar.com
15048
- - name: checkout.compra_duplicada.us.roundtrip
15048
+ - name: checkout.price_jump.us.roundtrip
15049
15049
  class_name: Henry::Task::CucumberTask
15050
15050
  options:
15051
15051
  tags:
15052
15052
  - checkout
15053
- - compra_duplicada
15053
+ - price_jump
15054
15054
  - us
15055
15055
  - roundtrip
15056
15056
  expand: true
@@ -15061,12 +15061,12 @@ tasks:
15061
15061
  recipients:
15062
15062
  - estebanldh@gmail.com
15063
15063
  - nsimean@despegar.com
15064
- - name: checkout.compra_duplicada.us.oneway
15064
+ - name: checkout.price_jump.us.oneway
15065
15065
  class_name: Henry::Task::CucumberTask
15066
15066
  options:
15067
15067
  tags:
15068
15068
  - checkout
15069
- - compra_duplicada
15069
+ - price_jump
15070
15070
  - us
15071
15071
  - oneway
15072
15072
  expand: true
@@ -15077,12 +15077,12 @@ tasks:
15077
15077
  recipients:
15078
15078
  - estebanldh@gmail.com
15079
15079
  - nsimean@despegar.com
15080
- - name: checkout.compra_duplicada.us.multipledestinations
15080
+ - name: checkout.price_jump.us.multipledestinations
15081
15081
  class_name: Henry::Task::CucumberTask
15082
15082
  options:
15083
15083
  tags:
15084
15084
  - checkout
15085
- - compra_duplicada
15085
+ - price_jump
15086
15086
  - us
15087
15087
  - multipledestinations
15088
15088
  expand: true
@@ -15093,12 +15093,12 @@ tasks:
15093
15093
  recipients:
15094
15094
  - estebanldh@gmail.com
15095
15095
  - nsimean@despegar.com
15096
- - name: checkout.integration
15096
+ - name: checkout.compra_duplicada
15097
15097
  class_name: Henry::Task::CucumberTask
15098
15098
  options:
15099
15099
  tags:
15100
15100
  - checkout
15101
- - integration
15101
+ - compra_duplicada
15102
15102
  expand: true
15103
15103
  no-source: true
15104
15104
  reports:
@@ -15107,12 +15107,12 @@ tasks:
15107
15107
  recipients:
15108
15108
  - estebanldh@gmail.com
15109
15109
  - nsimean@despegar.com
15110
- - name: checkout.integration.ar
15110
+ - name: checkout.compra_duplicada.ar
15111
15111
  class_name: Henry::Task::CucumberTask
15112
15112
  options:
15113
15113
  tags:
15114
15114
  - checkout
15115
- - integration
15115
+ - compra_duplicada
15116
15116
  - ar
15117
15117
  expand: true
15118
15118
  no-source: true
@@ -15122,12 +15122,12 @@ tasks:
15122
15122
  recipients:
15123
15123
  - estebanldh@gmail.com
15124
15124
  - nsimean@despegar.com
15125
- - name: checkout.integration.ar.roundtrip
15125
+ - name: checkout.compra_duplicada.ar.roundtrip
15126
15126
  class_name: Henry::Task::CucumberTask
15127
15127
  options:
15128
15128
  tags:
15129
15129
  - checkout
15130
- - integration
15130
+ - compra_duplicada
15131
15131
  - ar
15132
15132
  - roundtrip
15133
15133
  expand: true
@@ -15138,12 +15138,12 @@ tasks:
15138
15138
  recipients:
15139
15139
  - estebanldh@gmail.com
15140
15140
  - nsimean@despegar.com
15141
- - name: checkout.integration.ar.oneway
15141
+ - name: checkout.compra_duplicada.ar.oneway
15142
15142
  class_name: Henry::Task::CucumberTask
15143
15143
  options:
15144
15144
  tags:
15145
15145
  - checkout
15146
- - integration
15146
+ - compra_duplicada
15147
15147
  - ar
15148
15148
  - oneway
15149
15149
  expand: true
@@ -15154,12 +15154,12 @@ tasks:
15154
15154
  recipients:
15155
15155
  - estebanldh@gmail.com
15156
15156
  - nsimean@despegar.com
15157
- - name: checkout.integration.ar.multipledestinations
15157
+ - name: checkout.compra_duplicada.ar.multipledestinations
15158
15158
  class_name: Henry::Task::CucumberTask
15159
15159
  options:
15160
15160
  tags:
15161
15161
  - checkout
15162
- - integration
15162
+ - compra_duplicada
15163
15163
  - ar
15164
15164
  - multipledestinations
15165
15165
  expand: true
@@ -15170,12 +15170,12 @@ tasks:
15170
15170
  recipients:
15171
15171
  - estebanldh@gmail.com
15172
15172
  - nsimean@despegar.com
15173
- - name: checkout.integration.br
15173
+ - name: checkout.compra_duplicada.br
15174
15174
  class_name: Henry::Task::CucumberTask
15175
15175
  options:
15176
15176
  tags:
15177
15177
  - checkout
15178
- - integration
15178
+ - compra_duplicada
15179
15179
  - br
15180
15180
  expand: true
15181
15181
  no-source: true
@@ -15185,12 +15185,12 @@ tasks:
15185
15185
  recipients:
15186
15186
  - estebanldh@gmail.com
15187
15187
  - nsimean@despegar.com
15188
- - name: checkout.integration.br.roundtrip
15188
+ - name: checkout.compra_duplicada.br.roundtrip
15189
15189
  class_name: Henry::Task::CucumberTask
15190
15190
  options:
15191
15191
  tags:
15192
15192
  - checkout
15193
- - integration
15193
+ - compra_duplicada
15194
15194
  - br
15195
15195
  - roundtrip
15196
15196
  expand: true
@@ -15201,12 +15201,12 @@ tasks:
15201
15201
  recipients:
15202
15202
  - estebanldh@gmail.com
15203
15203
  - nsimean@despegar.com
15204
- - name: checkout.integration.br.oneway
15204
+ - name: checkout.compra_duplicada.br.oneway
15205
15205
  class_name: Henry::Task::CucumberTask
15206
15206
  options:
15207
15207
  tags:
15208
15208
  - checkout
15209
- - integration
15209
+ - compra_duplicada
15210
15210
  - br
15211
15211
  - oneway
15212
15212
  expand: true
@@ -15217,12 +15217,12 @@ tasks:
15217
15217
  recipients:
15218
15218
  - estebanldh@gmail.com
15219
15219
  - nsimean@despegar.com
15220
- - name: checkout.integration.br.multipledestinations
15220
+ - name: checkout.compra_duplicada.br.multipledestinations
15221
15221
  class_name: Henry::Task::CucumberTask
15222
15222
  options:
15223
15223
  tags:
15224
15224
  - checkout
15225
- - integration
15225
+ - compra_duplicada
15226
15226
  - br
15227
15227
  - multipledestinations
15228
15228
  expand: true
@@ -15233,12 +15233,12 @@ tasks:
15233
15233
  recipients:
15234
15234
  - estebanldh@gmail.com
15235
15235
  - nsimean@despegar.com
15236
- - name: checkout.integration.mx
15236
+ - name: checkout.compra_duplicada.mx
15237
15237
  class_name: Henry::Task::CucumberTask
15238
15238
  options:
15239
15239
  tags:
15240
15240
  - checkout
15241
- - integration
15241
+ - compra_duplicada
15242
15242
  - mx
15243
15243
  expand: true
15244
15244
  no-source: true
@@ -15248,12 +15248,12 @@ tasks:
15248
15248
  recipients:
15249
15249
  - estebanldh@gmail.com
15250
15250
  - nsimean@despegar.com
15251
- - name: checkout.integration.mx.roundtrip
15251
+ - name: checkout.compra_duplicada.mx.roundtrip
15252
15252
  class_name: Henry::Task::CucumberTask
15253
15253
  options:
15254
15254
  tags:
15255
15255
  - checkout
15256
- - integration
15256
+ - compra_duplicada
15257
15257
  - mx
15258
15258
  - roundtrip
15259
15259
  expand: true
@@ -15264,12 +15264,12 @@ tasks:
15264
15264
  recipients:
15265
15265
  - estebanldh@gmail.com
15266
15266
  - nsimean@despegar.com
15267
- - name: checkout.integration.mx.oneway
15267
+ - name: checkout.compra_duplicada.mx.oneway
15268
15268
  class_name: Henry::Task::CucumberTask
15269
15269
  options:
15270
15270
  tags:
15271
15271
  - checkout
15272
- - integration
15272
+ - compra_duplicada
15273
15273
  - mx
15274
15274
  - oneway
15275
15275
  expand: true
@@ -15280,12 +15280,12 @@ tasks:
15280
15280
  recipients:
15281
15281
  - estebanldh@gmail.com
15282
15282
  - nsimean@despegar.com
15283
- - name: checkout.integration.mx.multipledestinations
15283
+ - name: checkout.compra_duplicada.mx.multipledestinations
15284
15284
  class_name: Henry::Task::CucumberTask
15285
15285
  options:
15286
15286
  tags:
15287
15287
  - checkout
15288
- - integration
15288
+ - compra_duplicada
15289
15289
  - mx
15290
15290
  - multipledestinations
15291
15291
  expand: true
@@ -15296,12 +15296,12 @@ tasks:
15296
15296
  recipients:
15297
15297
  - estebanldh@gmail.com
15298
15298
  - nsimean@despegar.com
15299
- - name: checkout.integration.us
15299
+ - name: checkout.compra_duplicada.us
15300
15300
  class_name: Henry::Task::CucumberTask
15301
15301
  options:
15302
15302
  tags:
15303
15303
  - checkout
15304
- - integration
15304
+ - compra_duplicada
15305
15305
  - us
15306
15306
  expand: true
15307
15307
  no-source: true
@@ -15311,12 +15311,12 @@ tasks:
15311
15311
  recipients:
15312
15312
  - estebanldh@gmail.com
15313
15313
  - nsimean@despegar.com
15314
- - name: checkout.integration.us.roundtrip
15314
+ - name: checkout.compra_duplicada.us.roundtrip
15315
15315
  class_name: Henry::Task::CucumberTask
15316
15316
  options:
15317
15317
  tags:
15318
15318
  - checkout
15319
- - integration
15319
+ - compra_duplicada
15320
15320
  - us
15321
15321
  - roundtrip
15322
15322
  expand: true
@@ -15327,12 +15327,12 @@ tasks:
15327
15327
  recipients:
15328
15328
  - estebanldh@gmail.com
15329
15329
  - nsimean@despegar.com
15330
- - name: checkout.integration.us.oneway
15330
+ - name: checkout.compra_duplicada.us.oneway
15331
15331
  class_name: Henry::Task::CucumberTask
15332
15332
  options:
15333
15333
  tags:
15334
15334
  - checkout
15335
- - integration
15335
+ - compra_duplicada
15336
15336
  - us
15337
15337
  - oneway
15338
15338
  expand: true
@@ -15343,12 +15343,12 @@ tasks:
15343
15343
  recipients:
15344
15344
  - estebanldh@gmail.com
15345
15345
  - nsimean@despegar.com
15346
- - name: checkout.integration.us.multipledestinations
15346
+ - name: checkout.compra_duplicada.us.multipledestinations
15347
15347
  class_name: Henry::Task::CucumberTask
15348
15348
  options:
15349
15349
  tags:
15350
15350
  - checkout
15351
- - integration
15351
+ - compra_duplicada
15352
15352
  - us
15353
15353
  - multipledestinations
15354
15354
  expand: true
@@ -15359,13 +15359,12 @@ tasks:
15359
15359
  recipients:
15360
15360
  - estebanldh@gmail.com
15361
15361
  - nsimean@despegar.com
15362
- - name: checkout.integration.uy
15362
+ - name: checkout.integration
15363
15363
  class_name: Henry::Task::CucumberTask
15364
15364
  options:
15365
15365
  tags:
15366
15366
  - checkout
15367
15367
  - integration
15368
- - uy
15369
15368
  expand: true
15370
15369
  no-source: true
15371
15370
  reports:
@@ -15374,13 +15373,28 @@ tasks:
15374
15373
  recipients:
15375
15374
  - estebanldh@gmail.com
15376
15375
  - nsimean@despegar.com
15377
- - name: checkout.integration.uy.roundtrip
15376
+ - name: checkout.integration.ar
15378
15377
  class_name: Henry::Task::CucumberTask
15379
15378
  options:
15380
15379
  tags:
15381
15380
  - checkout
15382
15381
  - integration
15383
- - uy
15382
+ - ar
15383
+ expand: true
15384
+ no-source: true
15385
+ reports:
15386
+ - format: html
15387
+ name: ${DATE}_${TASK_NAME}.html
15388
+ recipients:
15389
+ - estebanldh@gmail.com
15390
+ - nsimean@despegar.com
15391
+ - name: checkout.integration.ar.roundtrip
15392
+ class_name: Henry::Task::CucumberTask
15393
+ options:
15394
+ tags:
15395
+ - checkout
15396
+ - integration
15397
+ - ar
15384
15398
  - roundtrip
15385
15399
  expand: true
15386
15400
  no-source: true
@@ -15390,13 +15404,13 @@ tasks:
15390
15404
  recipients:
15391
15405
  - estebanldh@gmail.com
15392
15406
  - nsimean@despegar.com
15393
- - name: checkout.integration.uy.oneway
15407
+ - name: checkout.integration.ar.oneway
15394
15408
  class_name: Henry::Task::CucumberTask
15395
15409
  options:
15396
15410
  tags:
15397
15411
  - checkout
15398
15412
  - integration
15399
- - uy
15413
+ - ar
15400
15414
  - oneway
15401
15415
  expand: true
15402
15416
  no-source: true
@@ -15406,13 +15420,13 @@ tasks:
15406
15420
  recipients:
15407
15421
  - estebanldh@gmail.com
15408
15422
  - nsimean@despegar.com
15409
- - name: checkout.integration.uy.multipledestinations
15423
+ - name: checkout.integration.ar.multipledestinations
15410
15424
  class_name: Henry::Task::CucumberTask
15411
15425
  options:
15412
15426
  tags:
15413
15427
  - checkout
15414
15428
  - integration
15415
- - uy
15429
+ - ar
15416
15430
  - multipledestinations
15417
15431
  expand: true
15418
15432
  no-source: true
@@ -15422,13 +15436,13 @@ tasks:
15422
15436
  recipients:
15423
15437
  - estebanldh@gmail.com
15424
15438
  - nsimean@despegar.com
15425
- - name: checkout.integration.pe
15439
+ - name: checkout.integration.br
15426
15440
  class_name: Henry::Task::CucumberTask
15427
15441
  options:
15428
15442
  tags:
15429
15443
  - checkout
15430
15444
  - integration
15431
- - pe
15445
+ - br
15432
15446
  expand: true
15433
15447
  no-source: true
15434
15448
  reports:
@@ -15437,13 +15451,13 @@ tasks:
15437
15451
  recipients:
15438
15452
  - estebanldh@gmail.com
15439
15453
  - nsimean@despegar.com
15440
- - name: checkout.integration.pe.roundtrip
15454
+ - name: checkout.integration.br.roundtrip
15441
15455
  class_name: Henry::Task::CucumberTask
15442
15456
  options:
15443
15457
  tags:
15444
15458
  - checkout
15445
15459
  - integration
15446
- - pe
15460
+ - br
15447
15461
  - roundtrip
15448
15462
  expand: true
15449
15463
  no-source: true
@@ -15453,13 +15467,13 @@ tasks:
15453
15467
  recipients:
15454
15468
  - estebanldh@gmail.com
15455
15469
  - nsimean@despegar.com
15456
- - name: checkout.integration.pe.oneway
15470
+ - name: checkout.integration.br.oneway
15457
15471
  class_name: Henry::Task::CucumberTask
15458
15472
  options:
15459
15473
  tags:
15460
15474
  - checkout
15461
15475
  - integration
15462
- - pe
15476
+ - br
15463
15477
  - oneway
15464
15478
  expand: true
15465
15479
  no-source: true
@@ -15469,13 +15483,13 @@ tasks:
15469
15483
  recipients:
15470
15484
  - estebanldh@gmail.com
15471
15485
  - nsimean@despegar.com
15472
- - name: checkout.integration.pe.multipledestinations
15486
+ - name: checkout.integration.br.multipledestinations
15473
15487
  class_name: Henry::Task::CucumberTask
15474
15488
  options:
15475
15489
  tags:
15476
15490
  - checkout
15477
15491
  - integration
15478
- - pe
15492
+ - br
15479
15493
  - multipledestinations
15480
15494
  expand: true
15481
15495
  no-source: true
@@ -15485,13 +15499,13 @@ tasks:
15485
15499
  recipients:
15486
15500
  - estebanldh@gmail.com
15487
15501
  - nsimean@despegar.com
15488
- - name: checkout.integration.co
15502
+ - name: checkout.integration.mx
15489
15503
  class_name: Henry::Task::CucumberTask
15490
15504
  options:
15491
15505
  tags:
15492
15506
  - checkout
15493
15507
  - integration
15494
- - co
15508
+ - mx
15495
15509
  expand: true
15496
15510
  no-source: true
15497
15511
  reports:
@@ -15500,13 +15514,13 @@ tasks:
15500
15514
  recipients:
15501
15515
  - estebanldh@gmail.com
15502
15516
  - nsimean@despegar.com
15503
- - name: checkout.integration.co.roundtrip
15517
+ - name: checkout.integration.mx.roundtrip
15504
15518
  class_name: Henry::Task::CucumberTask
15505
15519
  options:
15506
15520
  tags:
15507
15521
  - checkout
15508
15522
  - integration
15509
- - co
15523
+ - mx
15510
15524
  - roundtrip
15511
15525
  expand: true
15512
15526
  no-source: true
@@ -15516,13 +15530,13 @@ tasks:
15516
15530
  recipients:
15517
15531
  - estebanldh@gmail.com
15518
15532
  - nsimean@despegar.com
15519
- - name: checkout.integration.co.oneway
15533
+ - name: checkout.integration.mx.oneway
15520
15534
  class_name: Henry::Task::CucumberTask
15521
15535
  options:
15522
15536
  tags:
15523
15537
  - checkout
15524
15538
  - integration
15525
- - co
15539
+ - mx
15526
15540
  - oneway
15527
15541
  expand: true
15528
15542
  no-source: true
@@ -15532,13 +15546,13 @@ tasks:
15532
15546
  recipients:
15533
15547
  - estebanldh@gmail.com
15534
15548
  - nsimean@despegar.com
15535
- - name: checkout.integration.co.multipledestinations
15549
+ - name: checkout.integration.mx.multipledestinations
15536
15550
  class_name: Henry::Task::CucumberTask
15537
15551
  options:
15538
15552
  tags:
15539
15553
  - checkout
15540
15554
  - integration
15541
- - co
15555
+ - mx
15542
15556
  - multipledestinations
15543
15557
  expand: true
15544
15558
  no-source: true
@@ -15548,13 +15562,13 @@ tasks:
15548
15562
  recipients:
15549
15563
  - estebanldh@gmail.com
15550
15564
  - nsimean@despegar.com
15551
- - name: checkout.integration.cr
15565
+ - name: checkout.integration.us
15552
15566
  class_name: Henry::Task::CucumberTask
15553
15567
  options:
15554
15568
  tags:
15555
15569
  - checkout
15556
15570
  - integration
15557
- - cr
15571
+ - us
15558
15572
  expand: true
15559
15573
  no-source: true
15560
15574
  reports:
@@ -15563,13 +15577,13 @@ tasks:
15563
15577
  recipients:
15564
15578
  - estebanldh@gmail.com
15565
15579
  - nsimean@despegar.com
15566
- - name: checkout.integration.cr.roundtrip
15580
+ - name: checkout.integration.us.roundtrip
15567
15581
  class_name: Henry::Task::CucumberTask
15568
15582
  options:
15569
15583
  tags:
15570
15584
  - checkout
15571
15585
  - integration
15572
- - cr
15586
+ - us
15573
15587
  - roundtrip
15574
15588
  expand: true
15575
15589
  no-source: true
@@ -15579,13 +15593,13 @@ tasks:
15579
15593
  recipients:
15580
15594
  - estebanldh@gmail.com
15581
15595
  - nsimean@despegar.com
15582
- - name: checkout.integration.cr.oneway
15596
+ - name: checkout.integration.us.oneway
15583
15597
  class_name: Henry::Task::CucumberTask
15584
15598
  options:
15585
15599
  tags:
15586
15600
  - checkout
15587
15601
  - integration
15588
- - cr
15602
+ - us
15589
15603
  - oneway
15590
15604
  expand: true
15591
15605
  no-source: true
@@ -15595,13 +15609,13 @@ tasks:
15595
15609
  recipients:
15596
15610
  - estebanldh@gmail.com
15597
15611
  - nsimean@despegar.com
15598
- - name: checkout.integration.cr.multipledestinations
15612
+ - name: checkout.integration.us.multipledestinations
15599
15613
  class_name: Henry::Task::CucumberTask
15600
15614
  options:
15601
15615
  tags:
15602
15616
  - checkout
15603
15617
  - integration
15604
- - cr
15618
+ - us
15605
15619
  - multipledestinations
15606
15620
  expand: true
15607
15621
  no-source: true
@@ -15611,13 +15625,13 @@ tasks:
15611
15625
  recipients:
15612
15626
  - estebanldh@gmail.com
15613
15627
  - nsimean@despegar.com
15614
- - name: checkout.integration.ve
15628
+ - name: checkout.integration.uy
15615
15629
  class_name: Henry::Task::CucumberTask
15616
15630
  options:
15617
15631
  tags:
15618
15632
  - checkout
15619
15633
  - integration
15620
- - ve
15634
+ - uy
15621
15635
  expand: true
15622
15636
  no-source: true
15623
15637
  reports:
@@ -15626,13 +15640,13 @@ tasks:
15626
15640
  recipients:
15627
15641
  - estebanldh@gmail.com
15628
15642
  - nsimean@despegar.com
15629
- - name: checkout.integration.ve.roundtrip
15643
+ - name: checkout.integration.uy.roundtrip
15630
15644
  class_name: Henry::Task::CucumberTask
15631
15645
  options:
15632
15646
  tags:
15633
15647
  - checkout
15634
15648
  - integration
15635
- - ve
15649
+ - uy
15636
15650
  - roundtrip
15637
15651
  expand: true
15638
15652
  no-source: true
@@ -15642,13 +15656,13 @@ tasks:
15642
15656
  recipients:
15643
15657
  - estebanldh@gmail.com
15644
15658
  - nsimean@despegar.com
15645
- - name: checkout.integration.ve.oneway
15659
+ - name: checkout.integration.uy.oneway
15646
15660
  class_name: Henry::Task::CucumberTask
15647
15661
  options:
15648
15662
  tags:
15649
15663
  - checkout
15650
15664
  - integration
15651
- - ve
15665
+ - uy
15652
15666
  - oneway
15653
15667
  expand: true
15654
15668
  no-source: true
@@ -15658,13 +15672,13 @@ tasks:
15658
15672
  recipients:
15659
15673
  - estebanldh@gmail.com
15660
15674
  - nsimean@despegar.com
15661
- - name: checkout.integration.ve.multipledestinations
15675
+ - name: checkout.integration.uy.multipledestinations
15662
15676
  class_name: Henry::Task::CucumberTask
15663
15677
  options:
15664
15678
  tags:
15665
15679
  - checkout
15666
15680
  - integration
15667
- - ve
15681
+ - uy
15668
15682
  - multipledestinations
15669
15683
  expand: true
15670
15684
  no-source: true
@@ -15674,13 +15688,13 @@ tasks:
15674
15688
  recipients:
15675
15689
  - estebanldh@gmail.com
15676
15690
  - nsimean@despegar.com
15677
- - name: checkout.integration.pa
15691
+ - name: checkout.integration.pe
15678
15692
  class_name: Henry::Task::CucumberTask
15679
15693
  options:
15680
15694
  tags:
15681
15695
  - checkout
15682
15696
  - integration
15683
- - pa
15697
+ - pe
15684
15698
  expand: true
15685
15699
  no-source: true
15686
15700
  reports:
@@ -15689,13 +15703,13 @@ tasks:
15689
15703
  recipients:
15690
15704
  - estebanldh@gmail.com
15691
15705
  - nsimean@despegar.com
15692
- - name: checkout.integration.pa.roundtrip
15706
+ - name: checkout.integration.pe.roundtrip
15693
15707
  class_name: Henry::Task::CucumberTask
15694
15708
  options:
15695
15709
  tags:
15696
15710
  - checkout
15697
15711
  - integration
15698
- - pa
15712
+ - pe
15699
15713
  - roundtrip
15700
15714
  expand: true
15701
15715
  no-source: true
@@ -15705,13 +15719,13 @@ tasks:
15705
15719
  recipients:
15706
15720
  - estebanldh@gmail.com
15707
15721
  - nsimean@despegar.com
15708
- - name: checkout.integration.pa.oneway
15722
+ - name: checkout.integration.pe.oneway
15709
15723
  class_name: Henry::Task::CucumberTask
15710
15724
  options:
15711
15725
  tags:
15712
15726
  - checkout
15713
15727
  - integration
15714
- - pa
15728
+ - pe
15715
15729
  - oneway
15716
15730
  expand: true
15717
15731
  no-source: true
@@ -15721,13 +15735,13 @@ tasks:
15721
15735
  recipients:
15722
15736
  - estebanldh@gmail.com
15723
15737
  - nsimean@despegar.com
15724
- - name: checkout.integration.pa.multipledestinations
15738
+ - name: checkout.integration.pe.multipledestinations
15725
15739
  class_name: Henry::Task::CucumberTask
15726
15740
  options:
15727
15741
  tags:
15728
15742
  - checkout
15729
15743
  - integration
15730
- - pa
15744
+ - pe
15731
15745
  - multipledestinations
15732
15746
  expand: true
15733
15747
  no-source: true
@@ -15737,13 +15751,13 @@ tasks:
15737
15751
  recipients:
15738
15752
  - estebanldh@gmail.com
15739
15753
  - nsimean@despegar.com
15740
- - name: checkout.integration.ec
15754
+ - name: checkout.integration.co
15741
15755
  class_name: Henry::Task::CucumberTask
15742
15756
  options:
15743
15757
  tags:
15744
15758
  - checkout
15745
15759
  - integration
15746
- - ec
15760
+ - co
15747
15761
  expand: true
15748
15762
  no-source: true
15749
15763
  reports:
@@ -15752,13 +15766,13 @@ tasks:
15752
15766
  recipients:
15753
15767
  - estebanldh@gmail.com
15754
15768
  - nsimean@despegar.com
15755
- - name: checkout.integration.ec.roundtrip
15769
+ - name: checkout.integration.co.roundtrip
15756
15770
  class_name: Henry::Task::CucumberTask
15757
15771
  options:
15758
15772
  tags:
15759
15773
  - checkout
15760
15774
  - integration
15761
- - ec
15775
+ - co
15762
15776
  - roundtrip
15763
15777
  expand: true
15764
15778
  no-source: true
@@ -15768,13 +15782,13 @@ tasks:
15768
15782
  recipients:
15769
15783
  - estebanldh@gmail.com
15770
15784
  - nsimean@despegar.com
15771
- - name: checkout.integration.ec.oneway
15785
+ - name: checkout.integration.co.oneway
15772
15786
  class_name: Henry::Task::CucumberTask
15773
15787
  options:
15774
15788
  tags:
15775
15789
  - checkout
15776
15790
  - integration
15777
- - ec
15791
+ - co
15778
15792
  - oneway
15779
15793
  expand: true
15780
15794
  no-source: true
@@ -15784,13 +15798,13 @@ tasks:
15784
15798
  recipients:
15785
15799
  - estebanldh@gmail.com
15786
15800
  - nsimean@despegar.com
15787
- - name: checkout.integration.ec.multipledestinations
15801
+ - name: checkout.integration.co.multipledestinations
15788
15802
  class_name: Henry::Task::CucumberTask
15789
15803
  options:
15790
15804
  tags:
15791
15805
  - checkout
15792
15806
  - integration
15793
- - ec
15807
+ - co
15794
15808
  - multipledestinations
15795
15809
  expand: true
15796
15810
  no-source: true
@@ -15800,13 +15814,13 @@ tasks:
15800
15814
  recipients:
15801
15815
  - estebanldh@gmail.com
15802
15816
  - nsimean@despegar.com
15803
- - name: checkout.integration.cl
15817
+ - name: checkout.integration.cr
15804
15818
  class_name: Henry::Task::CucumberTask
15805
15819
  options:
15806
15820
  tags:
15807
15821
  - checkout
15808
15822
  - integration
15809
- - cl
15823
+ - cr
15810
15824
  expand: true
15811
15825
  no-source: true
15812
15826
  reports:
@@ -15815,13 +15829,13 @@ tasks:
15815
15829
  recipients:
15816
15830
  - estebanldh@gmail.com
15817
15831
  - nsimean@despegar.com
15818
- - name: checkout.integration.cl.roundtrip
15832
+ - name: checkout.integration.cr.roundtrip
15819
15833
  class_name: Henry::Task::CucumberTask
15820
15834
  options:
15821
15835
  tags:
15822
15836
  - checkout
15823
15837
  - integration
15824
- - cl
15838
+ - cr
15825
15839
  - roundtrip
15826
15840
  expand: true
15827
15841
  no-source: true
@@ -15831,13 +15845,13 @@ tasks:
15831
15845
  recipients:
15832
15846
  - estebanldh@gmail.com
15833
15847
  - nsimean@despegar.com
15834
- - name: checkout.integration.cl.oneway
15848
+ - name: checkout.integration.cr.oneway
15835
15849
  class_name: Henry::Task::CucumberTask
15836
15850
  options:
15837
15851
  tags:
15838
15852
  - checkout
15839
15853
  - integration
15840
- - cl
15854
+ - cr
15841
15855
  - oneway
15842
15856
  expand: true
15843
15857
  no-source: true
@@ -15847,13 +15861,13 @@ tasks:
15847
15861
  recipients:
15848
15862
  - estebanldh@gmail.com
15849
15863
  - nsimean@despegar.com
15850
- - name: checkout.integration.cl.multipledestinations
15864
+ - name: checkout.integration.cr.multipledestinations
15851
15865
  class_name: Henry::Task::CucumberTask
15852
15866
  options:
15853
15867
  tags:
15854
15868
  - checkout
15855
15869
  - integration
15856
- - cl
15870
+ - cr
15857
15871
  - multipledestinations
15858
15872
  expand: true
15859
15873
  no-source: true
@@ -15863,13 +15877,13 @@ tasks:
15863
15877
  recipients:
15864
15878
  - estebanldh@gmail.com
15865
15879
  - nsimean@despegar.com
15866
- - name: checkout.integration.pr
15880
+ - name: checkout.integration.ve
15867
15881
  class_name: Henry::Task::CucumberTask
15868
15882
  options:
15869
15883
  tags:
15870
15884
  - checkout
15871
15885
  - integration
15872
- - pr
15886
+ - ve
15873
15887
  expand: true
15874
15888
  no-source: true
15875
15889
  reports:
@@ -15878,13 +15892,13 @@ tasks:
15878
15892
  recipients:
15879
15893
  - estebanldh@gmail.com
15880
15894
  - nsimean@despegar.com
15881
- - name: checkout.integration.pr.roundtrip
15895
+ - name: checkout.integration.ve.roundtrip
15882
15896
  class_name: Henry::Task::CucumberTask
15883
15897
  options:
15884
15898
  tags:
15885
15899
  - checkout
15886
15900
  - integration
15887
- - pr
15901
+ - ve
15888
15902
  - roundtrip
15889
15903
  expand: true
15890
15904
  no-source: true
@@ -15894,13 +15908,13 @@ tasks:
15894
15908
  recipients:
15895
15909
  - estebanldh@gmail.com
15896
15910
  - nsimean@despegar.com
15897
- - name: checkout.integration.pr.oneway
15911
+ - name: checkout.integration.ve.oneway
15898
15912
  class_name: Henry::Task::CucumberTask
15899
15913
  options:
15900
15914
  tags:
15901
15915
  - checkout
15902
15916
  - integration
15903
- - pr
15917
+ - ve
15904
15918
  - oneway
15905
15919
  expand: true
15906
15920
  no-source: true
@@ -15910,13 +15924,13 @@ tasks:
15910
15924
  recipients:
15911
15925
  - estebanldh@gmail.com
15912
15926
  - nsimean@despegar.com
15913
- - name: checkout.integration.pr.multipledestinations
15927
+ - name: checkout.integration.ve.multipledestinations
15914
15928
  class_name: Henry::Task::CucumberTask
15915
15929
  options:
15916
15930
  tags:
15917
15931
  - checkout
15918
15932
  - integration
15919
- - pr
15933
+ - ve
15920
15934
  - multipledestinations
15921
15935
  expand: true
15922
15936
  no-source: true
@@ -15926,27 +15940,13 @@ tasks:
15926
15940
  recipients:
15927
15941
  - estebanldh@gmail.com
15928
15942
  - nsimean@despegar.com
15929
- - name: checkout.new_pay_method
15930
- class_name: Henry::Task::CucumberTask
15931
- options:
15932
- tags:
15933
- - checkout
15934
- - new_pay_method
15935
- expand: true
15936
- no-source: true
15937
- reports:
15938
- - format: html
15939
- name: ${DATE}_${TASK_NAME}.html
15940
- recipients:
15941
- - estebanldh@gmail.com
15942
- - nsimean@despegar.com
15943
- - name: checkout.new_pay_method.ar
15943
+ - name: checkout.integration.pa
15944
15944
  class_name: Henry::Task::CucumberTask
15945
15945
  options:
15946
15946
  tags:
15947
15947
  - checkout
15948
- - new_pay_method
15949
- - ar
15948
+ - integration
15949
+ - pa
15950
15950
  expand: true
15951
15951
  no-source: true
15952
15952
  reports:
@@ -15955,13 +15955,13 @@ tasks:
15955
15955
  recipients:
15956
15956
  - estebanldh@gmail.com
15957
15957
  - nsimean@despegar.com
15958
- - name: checkout.new_pay_method.ar.roundtrip
15958
+ - name: checkout.integration.pa.roundtrip
15959
15959
  class_name: Henry::Task::CucumberTask
15960
15960
  options:
15961
15961
  tags:
15962
15962
  - checkout
15963
- - new_pay_method
15964
- - ar
15963
+ - integration
15964
+ - pa
15965
15965
  - roundtrip
15966
15966
  expand: true
15967
15967
  no-source: true
@@ -15971,13 +15971,13 @@ tasks:
15971
15971
  recipients:
15972
15972
  - estebanldh@gmail.com
15973
15973
  - nsimean@despegar.com
15974
- - name: checkout.new_pay_method.ar.oneway
15974
+ - name: checkout.integration.pa.oneway
15975
15975
  class_name: Henry::Task::CucumberTask
15976
15976
  options:
15977
15977
  tags:
15978
15978
  - checkout
15979
- - new_pay_method
15980
- - ar
15979
+ - integration
15980
+ - pa
15981
15981
  - oneway
15982
15982
  expand: true
15983
15983
  no-source: true
@@ -15987,13 +15987,13 @@ tasks:
15987
15987
  recipients:
15988
15988
  - estebanldh@gmail.com
15989
15989
  - nsimean@despegar.com
15990
- - name: checkout.new_pay_method.ar.multipledestinations
15990
+ - name: checkout.integration.pa.multipledestinations
15991
15991
  class_name: Henry::Task::CucumberTask
15992
15992
  options:
15993
15993
  tags:
15994
15994
  - checkout
15995
- - new_pay_method
15996
- - ar
15995
+ - integration
15996
+ - pa
15997
15997
  - multipledestinations
15998
15998
  expand: true
15999
15999
  no-source: true
@@ -16003,13 +16003,13 @@ tasks:
16003
16003
  recipients:
16004
16004
  - estebanldh@gmail.com
16005
16005
  - nsimean@despegar.com
16006
- - name: checkout.new_pay_method.br
16006
+ - name: checkout.integration.ec
16007
16007
  class_name: Henry::Task::CucumberTask
16008
16008
  options:
16009
16009
  tags:
16010
16010
  - checkout
16011
- - new_pay_method
16012
- - br
16011
+ - integration
16012
+ - ec
16013
16013
  expand: true
16014
16014
  no-source: true
16015
16015
  reports:
@@ -16018,13 +16018,13 @@ tasks:
16018
16018
  recipients:
16019
16019
  - estebanldh@gmail.com
16020
16020
  - nsimean@despegar.com
16021
- - name: checkout.new_pay_method.br.roundtrip
16021
+ - name: checkout.integration.ec.roundtrip
16022
16022
  class_name: Henry::Task::CucumberTask
16023
16023
  options:
16024
16024
  tags:
16025
16025
  - checkout
16026
- - new_pay_method
16027
- - br
16026
+ - integration
16027
+ - ec
16028
16028
  - roundtrip
16029
16029
  expand: true
16030
16030
  no-source: true
@@ -16034,13 +16034,13 @@ tasks:
16034
16034
  recipients:
16035
16035
  - estebanldh@gmail.com
16036
16036
  - nsimean@despegar.com
16037
- - name: checkout.new_pay_method.br.oneway
16037
+ - name: checkout.integration.ec.oneway
16038
16038
  class_name: Henry::Task::CucumberTask
16039
16039
  options:
16040
16040
  tags:
16041
16041
  - checkout
16042
- - new_pay_method
16043
- - br
16042
+ - integration
16043
+ - ec
16044
16044
  - oneway
16045
16045
  expand: true
16046
16046
  no-source: true
@@ -16050,13 +16050,13 @@ tasks:
16050
16050
  recipients:
16051
16051
  - estebanldh@gmail.com
16052
16052
  - nsimean@despegar.com
16053
- - name: checkout.new_pay_method.br.multipledestinations
16053
+ - name: checkout.integration.ec.multipledestinations
16054
16054
  class_name: Henry::Task::CucumberTask
16055
16055
  options:
16056
16056
  tags:
16057
16057
  - checkout
16058
- - new_pay_method
16059
- - br
16058
+ - integration
16059
+ - ec
16060
16060
  - multipledestinations
16061
16061
  expand: true
16062
16062
  no-source: true
@@ -16066,13 +16066,13 @@ tasks:
16066
16066
  recipients:
16067
16067
  - estebanldh@gmail.com
16068
16068
  - nsimean@despegar.com
16069
- - name: checkout.new_pay_method.mx
16069
+ - name: checkout.integration.cl
16070
16070
  class_name: Henry::Task::CucumberTask
16071
16071
  options:
16072
16072
  tags:
16073
16073
  - checkout
16074
- - new_pay_method
16075
- - mx
16074
+ - integration
16075
+ - cl
16076
16076
  expand: true
16077
16077
  no-source: true
16078
16078
  reports:
@@ -16081,13 +16081,13 @@ tasks:
16081
16081
  recipients:
16082
16082
  - estebanldh@gmail.com
16083
16083
  - nsimean@despegar.com
16084
- - name: checkout.new_pay_method.mx.roundtrip
16084
+ - name: checkout.integration.cl.roundtrip
16085
16085
  class_name: Henry::Task::CucumberTask
16086
16086
  options:
16087
16087
  tags:
16088
16088
  - checkout
16089
- - new_pay_method
16090
- - mx
16089
+ - integration
16090
+ - cl
16091
16091
  - roundtrip
16092
16092
  expand: true
16093
16093
  no-source: true
@@ -16097,13 +16097,13 @@ tasks:
16097
16097
  recipients:
16098
16098
  - estebanldh@gmail.com
16099
16099
  - nsimean@despegar.com
16100
- - name: checkout.new_pay_method.mx.oneway
16100
+ - name: checkout.integration.cl.oneway
16101
16101
  class_name: Henry::Task::CucumberTask
16102
16102
  options:
16103
16103
  tags:
16104
16104
  - checkout
16105
- - new_pay_method
16106
- - mx
16105
+ - integration
16106
+ - cl
16107
16107
  - oneway
16108
16108
  expand: true
16109
16109
  no-source: true
@@ -16113,13 +16113,13 @@ tasks:
16113
16113
  recipients:
16114
16114
  - estebanldh@gmail.com
16115
16115
  - nsimean@despegar.com
16116
- - name: checkout.new_pay_method.mx.multipledestinations
16116
+ - name: checkout.integration.cl.multipledestinations
16117
16117
  class_name: Henry::Task::CucumberTask
16118
16118
  options:
16119
16119
  tags:
16120
16120
  - checkout
16121
- - new_pay_method
16122
- - mx
16121
+ - integration
16122
+ - cl
16123
16123
  - multipledestinations
16124
16124
  expand: true
16125
16125
  no-source: true
@@ -16129,13 +16129,13 @@ tasks:
16129
16129
  recipients:
16130
16130
  - estebanldh@gmail.com
16131
16131
  - nsimean@despegar.com
16132
- - name: checkout.new_pay_method.us
16132
+ - name: checkout.integration.pr
16133
16133
  class_name: Henry::Task::CucumberTask
16134
16134
  options:
16135
16135
  tags:
16136
16136
  - checkout
16137
- - new_pay_method
16138
- - us
16137
+ - integration
16138
+ - pr
16139
16139
  expand: true
16140
16140
  no-source: true
16141
16141
  reports:
@@ -16144,13 +16144,13 @@ tasks:
16144
16144
  recipients:
16145
16145
  - estebanldh@gmail.com
16146
16146
  - nsimean@despegar.com
16147
- - name: checkout.new_pay_method.us.roundtrip
16147
+ - name: checkout.integration.pr.roundtrip
16148
16148
  class_name: Henry::Task::CucumberTask
16149
16149
  options:
16150
16150
  tags:
16151
16151
  - checkout
16152
- - new_pay_method
16153
- - us
16152
+ - integration
16153
+ - pr
16154
16154
  - roundtrip
16155
16155
  expand: true
16156
16156
  no-source: true
@@ -16160,13 +16160,13 @@ tasks:
16160
16160
  recipients:
16161
16161
  - estebanldh@gmail.com
16162
16162
  - nsimean@despegar.com
16163
- - name: checkout.new_pay_method.us.oneway
16163
+ - name: checkout.integration.pr.oneway
16164
16164
  class_name: Henry::Task::CucumberTask
16165
16165
  options:
16166
16166
  tags:
16167
16167
  - checkout
16168
- - new_pay_method
16169
- - us
16168
+ - integration
16169
+ - pr
16170
16170
  - oneway
16171
16171
  expand: true
16172
16172
  no-source: true
@@ -16176,13 +16176,13 @@ tasks:
16176
16176
  recipients:
16177
16177
  - estebanldh@gmail.com
16178
16178
  - nsimean@despegar.com
16179
- - name: checkout.new_pay_method.us.multipledestinations
16179
+ - name: checkout.integration.pr.multipledestinations
16180
16180
  class_name: Henry::Task::CucumberTask
16181
16181
  options:
16182
16182
  tags:
16183
16183
  - checkout
16184
- - new_pay_method
16185
- - us
16184
+ - integration
16185
+ - pr
16186
16186
  - multipledestinations
16187
16187
  expand: true
16188
16188
  no-source: true
@@ -16192,13 +16192,12 @@ tasks:
16192
16192
  recipients:
16193
16193
  - estebanldh@gmail.com
16194
16194
  - nsimean@despegar.com
16195
- - name: checkout.new_pay_method.ar
16195
+ - name: checkout.cupones
16196
16196
  class_name: Henry::Task::CucumberTask
16197
16197
  options:
16198
16198
  tags:
16199
16199
  - checkout
16200
- - new_pay_method
16201
- - ar
16200
+ - cupones
16202
16201
  expand: true
16203
16202
  no-source: true
16204
16203
  reports:
@@ -16207,14 +16206,13 @@ tasks:
16207
16206
  recipients:
16208
16207
  - estebanldh@gmail.com
16209
16208
  - nsimean@despegar.com
16210
- - name: checkout.new_pay_method.ar.roundtrip
16209
+ - name: checkout.cupones.ar
16211
16210
  class_name: Henry::Task::CucumberTask
16212
16211
  options:
16213
16212
  tags:
16214
16213
  - checkout
16215
- - new_pay_method
16214
+ - cupones
16216
16215
  - ar
16217
- - roundtrip
16218
16216
  expand: true
16219
16217
  no-source: true
16220
16218
  reports:
@@ -16223,14 +16221,12 @@ tasks:
16223
16221
  recipients:
16224
16222
  - estebanldh@gmail.com
16225
16223
  - nsimean@despegar.com
16226
- - name: checkout.new_pay_method.ar.oneway
16224
+ - name: checkout.cash_payment
16227
16225
  class_name: Henry::Task::CucumberTask
16228
16226
  options:
16229
16227
  tags:
16230
16228
  - checkout
16231
- - new_pay_method
16232
- - ar
16233
- - oneway
16229
+ - cash_payment
16234
16230
  expand: true
16235
16231
  no-source: true
16236
16232
  reports:
@@ -16239,14 +16235,13 @@ tasks:
16239
16235
  recipients:
16240
16236
  - estebanldh@gmail.com
16241
16237
  - nsimean@despegar.com
16242
- - name: checkout.new_pay_method.ar.multipledestinations
16238
+ - name: checkout.cash_payment.ar
16243
16239
  class_name: Henry::Task::CucumberTask
16244
16240
  options:
16245
16241
  tags:
16246
16242
  - checkout
16247
- - new_pay_method
16243
+ - cash_payment
16248
16244
  - ar
16249
- - multipledestinations
16250
16245
  expand: true
16251
16246
  no-source: true
16252
16247
  reports:
@@ -16255,154 +16250,13 @@ tasks:
16255
16250
  recipients:
16256
16251
  - estebanldh@gmail.com
16257
16252
  - nsimean@despegar.com
16258
- - name: checkout.new_pay_method.br
16253
+ - name: checkout.cash_payment.ar.roundtrip
16259
16254
  class_name: Henry::Task::CucumberTask
16260
16255
  options:
16261
16256
  tags:
16262
16257
  - checkout
16263
- - new_pay_method
16264
- - br
16265
- expand: true
16266
- no-source: true
16267
- reports:
16268
- - format: html
16269
- name: ${DATE}_${TASK_NAME}.html
16270
- recipients:
16271
- - estebanldh@gmail.com
16272
- - nsimean@despegar.com
16273
- - name: checkout.new_pay_method.br.roundtrip
16274
- class_name: Henry::Task::CucumberTask
16275
- options:
16276
- tags:
16277
- - checkout
16278
- - new_pay_method
16279
- - br
16280
- - roundtrip
16281
- expand: true
16282
- no-source: true
16283
- reports:
16284
- - format: html
16285
- name: ${DATE}_${TASK_NAME}.html
16286
- recipients:
16287
- - estebanldh@gmail.com
16288
- - nsimean@despegar.com
16289
- - name: checkout.new_pay_method.br.oneway
16290
- class_name: Henry::Task::CucumberTask
16291
- options:
16292
- tags:
16293
- - checkout
16294
- - new_pay_method
16295
- - br
16296
- - oneway
16297
- expand: true
16298
- no-source: true
16299
- reports:
16300
- - format: html
16301
- name: ${DATE}_${TASK_NAME}.html
16302
- recipients:
16303
- - estebanldh@gmail.com
16304
- - nsimean@despegar.com
16305
- - name: checkout.new_pay_method.br.multipledestinations
16306
- class_name: Henry::Task::CucumberTask
16307
- options:
16308
- tags:
16309
- - checkout
16310
- - new_pay_method
16311
- - br
16312
- - multipledestinations
16313
- expand: true
16314
- no-source: true
16315
- reports:
16316
- - format: html
16317
- name: ${DATE}_${TASK_NAME}.html
16318
- recipients:
16319
- - estebanldh@gmail.com
16320
- - nsimean@despegar.com
16321
- - name: checkout.new_pay_method.mx
16322
- class_name: Henry::Task::CucumberTask
16323
- options:
16324
- tags:
16325
- - checkout
16326
- - new_pay_method
16327
- - mx
16328
- expand: true
16329
- no-source: true
16330
- reports:
16331
- - format: html
16332
- name: ${DATE}_${TASK_NAME}.html
16333
- recipients:
16334
- - estebanldh@gmail.com
16335
- - nsimean@despegar.com
16336
- - name: checkout.new_pay_method.mx.roundtrip
16337
- class_name: Henry::Task::CucumberTask
16338
- options:
16339
- tags:
16340
- - checkout
16341
- - new_pay_method
16342
- - mx
16343
- - roundtrip
16344
- expand: true
16345
- no-source: true
16346
- reports:
16347
- - format: html
16348
- name: ${DATE}_${TASK_NAME}.html
16349
- recipients:
16350
- - estebanldh@gmail.com
16351
- - nsimean@despegar.com
16352
- - name: checkout.new_pay_method.mx.oneway
16353
- class_name: Henry::Task::CucumberTask
16354
- options:
16355
- tags:
16356
- - checkout
16357
- - new_pay_method
16358
- - mx
16359
- - oneway
16360
- expand: true
16361
- no-source: true
16362
- reports:
16363
- - format: html
16364
- name: ${DATE}_${TASK_NAME}.html
16365
- recipients:
16366
- - estebanldh@gmail.com
16367
- - nsimean@despegar.com
16368
- - name: checkout.new_pay_method.mx.multipledestinations
16369
- class_name: Henry::Task::CucumberTask
16370
- options:
16371
- tags:
16372
- - checkout
16373
- - new_pay_method
16374
- - mx
16375
- - multipledestinations
16376
- expand: true
16377
- no-source: true
16378
- reports:
16379
- - format: html
16380
- name: ${DATE}_${TASK_NAME}.html
16381
- recipients:
16382
- - estebanldh@gmail.com
16383
- - nsimean@despegar.com
16384
- - name: checkout.new_pay_method.us
16385
- class_name: Henry::Task::CucumberTask
16386
- options:
16387
- tags:
16388
- - checkout
16389
- - new_pay_method
16390
- - us
16391
- expand: true
16392
- no-source: true
16393
- reports:
16394
- - format: html
16395
- name: ${DATE}_${TASK_NAME}.html
16396
- recipients:
16397
- - estebanldh@gmail.com
16398
- - nsimean@despegar.com
16399
- - name: checkout.new_pay_method.us.roundtrip
16400
- class_name: Henry::Task::CucumberTask
16401
- options:
16402
- tags:
16403
- - checkout
16404
- - new_pay_method
16405
- - us
16258
+ - cash_payment
16259
+ - ar
16406
16260
  - roundtrip
16407
16261
  expand: true
16408
16262
  no-source: true
@@ -16412,13 +16266,13 @@ tasks:
16412
16266
  recipients:
16413
16267
  - estebanldh@gmail.com
16414
16268
  - nsimean@despegar.com
16415
- - name: checkout.new_pay_method.us.oneway
16269
+ - name: checkout.cash_payment.ar.oneway
16416
16270
  class_name: Henry::Task::CucumberTask
16417
16271
  options:
16418
16272
  tags:
16419
16273
  - checkout
16420
- - new_pay_method
16421
- - us
16274
+ - cash_payment
16275
+ - ar
16422
16276
  - oneway
16423
16277
  expand: true
16424
16278
  no-source: true
@@ -16428,13 +16282,13 @@ tasks:
16428
16282
  recipients:
16429
16283
  - estebanldh@gmail.com
16430
16284
  - nsimean@despegar.com
16431
- - name: checkout.new_pay_method.us.multipledestinations
16285
+ - name: checkout.cash_payment.ar.multipledestinations
16432
16286
  class_name: Henry::Task::CucumberTask
16433
16287
  options:
16434
16288
  tags:
16435
16289
  - checkout
16436
- - new_pay_method
16437
- - us
16290
+ - cash_payment
16291
+ - ar
16438
16292
  - multipledestinations
16439
16293
  expand: true
16440
16294
  no-source: true
@@ -16444,26 +16298,12 @@ tasks:
16444
16298
  recipients:
16445
16299
  - estebanldh@gmail.com
16446
16300
  - nsimean@despegar.com
16447
- - name: checkout.price_jump
16448
- class_name: Henry::Task::CucumberTask
16449
- options:
16450
- tags:
16451
- - checkout
16452
- - price_jump
16453
- expand: true
16454
- no-source: true
16455
- reports:
16456
- - format: html
16457
- name: ${DATE}_${TASK_NAME}.html
16458
- recipients:
16459
- - estebanldh@gmail.com
16460
- - nsimean@despegar.com
16461
- - name: checkout.price_jump.ar
16301
+ - name: checkout.cash_payment.ar
16462
16302
  class_name: Henry::Task::CucumberTask
16463
16303
  options:
16464
16304
  tags:
16465
16305
  - checkout
16466
- - price_jump
16306
+ - cash_payment
16467
16307
  - ar
16468
16308
  expand: true
16469
16309
  no-source: true
@@ -16473,12 +16313,12 @@ tasks:
16473
16313
  recipients:
16474
16314
  - estebanldh@gmail.com
16475
16315
  - nsimean@despegar.com
16476
- - name: checkout.price_jump.ar.roundtrip
16316
+ - name: checkout.cash_payment.ar.roundtrip
16477
16317
  class_name: Henry::Task::CucumberTask
16478
16318
  options:
16479
16319
  tags:
16480
16320
  - checkout
16481
- - price_jump
16321
+ - cash_payment
16482
16322
  - ar
16483
16323
  - roundtrip
16484
16324
  expand: true
@@ -16489,12 +16329,12 @@ tasks:
16489
16329
  recipients:
16490
16330
  - estebanldh@gmail.com
16491
16331
  - nsimean@despegar.com
16492
- - name: checkout.price_jump.ar.oneway
16332
+ - name: checkout.cash_payment.ar.oneway
16493
16333
  class_name: Henry::Task::CucumberTask
16494
16334
  options:
16495
16335
  tags:
16496
16336
  - checkout
16497
- - price_jump
16337
+ - cash_payment
16498
16338
  - ar
16499
16339
  - oneway
16500
16340
  expand: true
@@ -16505,12 +16345,12 @@ tasks:
16505
16345
  recipients:
16506
16346
  - estebanldh@gmail.com
16507
16347
  - nsimean@despegar.com
16508
- - name: checkout.price_jump.ar.multipledestinations
16348
+ - name: checkout.cash_payment.ar.multipledestinations
16509
16349
  class_name: Henry::Task::CucumberTask
16510
16350
  options:
16511
16351
  tags:
16512
16352
  - checkout
16513
- - price_jump
16353
+ - cash_payment
16514
16354
  - ar
16515
16355
  - multipledestinations
16516
16356
  expand: true
@@ -16521,224 +16361,6 @@ tasks:
16521
16361
  recipients:
16522
16362
  - estebanldh@gmail.com
16523
16363
  - nsimean@despegar.com
16524
- - name: checkout.price_jump.br
16525
- class_name: Henry::Task::CucumberTask
16526
- options:
16527
- tags:
16528
- - checkout
16529
- - price_jump
16530
- - br
16531
- expand: true
16532
- no-source: true
16533
- reports:
16534
- - format: html
16535
- name: ${DATE}_${TASK_NAME}.html
16536
- recipients:
16537
- - estebanldh@gmail.com
16538
- - nsimean@despegar.com
16539
- - name: checkout.price_jump.br.roundtrip
16540
- class_name: Henry::Task::CucumberTask
16541
- options:
16542
- tags:
16543
- - checkout
16544
- - price_jump
16545
- - br
16546
- - roundtrip
16547
- expand: true
16548
- no-source: true
16549
- reports:
16550
- - format: html
16551
- name: ${DATE}_${TASK_NAME}.html
16552
- recipients:
16553
- - estebanldh@gmail.com
16554
- - nsimean@despegar.com
16555
- - name: checkout.price_jump.br.oneway
16556
- class_name: Henry::Task::CucumberTask
16557
- options:
16558
- tags:
16559
- - checkout
16560
- - price_jump
16561
- - br
16562
- - oneway
16563
- expand: true
16564
- no-source: true
16565
- reports:
16566
- - format: html
16567
- name: ${DATE}_${TASK_NAME}.html
16568
- recipients:
16569
- - estebanldh@gmail.com
16570
- - nsimean@despegar.com
16571
- - name: checkout.price_jump.br.multipledestinations
16572
- class_name: Henry::Task::CucumberTask
16573
- options:
16574
- tags:
16575
- - checkout
16576
- - price_jump
16577
- - br
16578
- - multipledestinations
16579
- expand: true
16580
- no-source: true
16581
- reports:
16582
- - format: html
16583
- name: ${DATE}_${TASK_NAME}.html
16584
- recipients:
16585
- - estebanldh@gmail.com
16586
- - nsimean@despegar.com
16587
- - name: checkout.price_jump.mx
16588
- class_name: Henry::Task::CucumberTask
16589
- options:
16590
- tags:
16591
- - checkout
16592
- - price_jump
16593
- - mx
16594
- expand: true
16595
- no-source: true
16596
- reports:
16597
- - format: html
16598
- name: ${DATE}_${TASK_NAME}.html
16599
- recipients:
16600
- - estebanldh@gmail.com
16601
- - nsimean@despegar.com
16602
- - name: checkout.price_jump.mx.roundtrip
16603
- class_name: Henry::Task::CucumberTask
16604
- options:
16605
- tags:
16606
- - checkout
16607
- - price_jump
16608
- - mx
16609
- - roundtrip
16610
- expand: true
16611
- no-source: true
16612
- reports:
16613
- - format: html
16614
- name: ${DATE}_${TASK_NAME}.html
16615
- recipients:
16616
- - estebanldh@gmail.com
16617
- - nsimean@despegar.com
16618
- - name: checkout.price_jump.mx.oneway
16619
- class_name: Henry::Task::CucumberTask
16620
- options:
16621
- tags:
16622
- - checkout
16623
- - price_jump
16624
- - mx
16625
- - oneway
16626
- expand: true
16627
- no-source: true
16628
- reports:
16629
- - format: html
16630
- name: ${DATE}_${TASK_NAME}.html
16631
- recipients:
16632
- - estebanldh@gmail.com
16633
- - nsimean@despegar.com
16634
- - name: checkout.price_jump.mx.multipledestinations
16635
- class_name: Henry::Task::CucumberTask
16636
- options:
16637
- tags:
16638
- - checkout
16639
- - price_jump
16640
- - mx
16641
- - multipledestinations
16642
- expand: true
16643
- no-source: true
16644
- reports:
16645
- - format: html
16646
- name: ${DATE}_${TASK_NAME}.html
16647
- recipients:
16648
- - estebanldh@gmail.com
16649
- - nsimean@despegar.com
16650
- - name: checkout.price_jump.us
16651
- class_name: Henry::Task::CucumberTask
16652
- options:
16653
- tags:
16654
- - checkout
16655
- - price_jump
16656
- - us
16657
- expand: true
16658
- no-source: true
16659
- reports:
16660
- - format: html
16661
- name: ${DATE}_${TASK_NAME}.html
16662
- recipients:
16663
- - estebanldh@gmail.com
16664
- - nsimean@despegar.com
16665
- - name: checkout.price_jump.us.roundtrip
16666
- class_name: Henry::Task::CucumberTask
16667
- options:
16668
- tags:
16669
- - checkout
16670
- - price_jump
16671
- - us
16672
- - roundtrip
16673
- expand: true
16674
- no-source: true
16675
- reports:
16676
- - format: html
16677
- name: ${DATE}_${TASK_NAME}.html
16678
- recipients:
16679
- - estebanldh@gmail.com
16680
- - nsimean@despegar.com
16681
- - name: checkout.price_jump.us.oneway
16682
- class_name: Henry::Task::CucumberTask
16683
- options:
16684
- tags:
16685
- - checkout
16686
- - price_jump
16687
- - us
16688
- - oneway
16689
- expand: true
16690
- no-source: true
16691
- reports:
16692
- - format: html
16693
- name: ${DATE}_${TASK_NAME}.html
16694
- recipients:
16695
- - estebanldh@gmail.com
16696
- - nsimean@despegar.com
16697
- - name: checkout.price_jump.us.multipledestinations
16698
- class_name: Henry::Task::CucumberTask
16699
- options:
16700
- tags:
16701
- - checkout
16702
- - price_jump
16703
- - us
16704
- - multipledestinations
16705
- expand: true
16706
- no-source: true
16707
- reports:
16708
- - format: html
16709
- name: ${DATE}_${TASK_NAME}.html
16710
- recipients:
16711
- - estebanldh@gmail.com
16712
- - nsimean@despegar.com
16713
- - name: checkout.cupones
16714
- class_name: Henry::Task::CucumberTask
16715
- options:
16716
- tags:
16717
- - checkout
16718
- - cupones
16719
- expand: true
16720
- no-source: true
16721
- reports:
16722
- - format: html
16723
- name: ${DATE}_${TASK_NAME}.html
16724
- recipients:
16725
- - estebanldh@gmail.com
16726
- - nsimean@despegar.com
16727
- - name: checkout.cupones.ar
16728
- class_name: Henry::Task::CucumberTask
16729
- options:
16730
- tags:
16731
- - checkout
16732
- - cupones
16733
- - ar
16734
- expand: true
16735
- no-source: true
16736
- reports:
16737
- - format: html
16738
- name: ${DATE}_${TASK_NAME}.html
16739
- recipients:
16740
- - estebanldh@gmail.com
16741
- - nsimean@despegar.com
16742
16364
  - name: checkout.chat
16743
16365
  class_name: Henry::Task::CucumberTask
16744
16366
  options:
@@ -16782,21 +16404,6 @@ tasks:
16782
16404
  recipients:
16783
16405
  - estebanldh@gmail.com
16784
16406
  - nsimean@despegar.com
16785
- - name: checkout.providers.us
16786
- class_name: Henry::Task::CucumberTask
16787
- options:
16788
- tags:
16789
- - checkout
16790
- - providers
16791
- - us
16792
- expand: true
16793
- no-source: true
16794
- reports:
16795
- - format: html
16796
- name: ${DATE}_${TASK_NAME}.html
16797
- recipients:
16798
- - estebanldh@gmail.com
16799
- - nsimean@despegar.com
16800
16407
  - name: checkout.providers.mx
16801
16408
  class_name: Henry::Task::CucumberTask
16802
16409
  options: