flights_gui_tests 2.3.59 → 2.3.60

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: 1e319fbc019b7322bfc732c5bd845e976d4bc6da
4
- data.tar.gz: d6013942702dc3dcb5e142aca952bdb14d0a5436
3
+ metadata.gz: 6a9582e2f75059c0a46e0c8b077afc69eedba03f
4
+ data.tar.gz: e088718eda2b4b2ac36e8e8ad5c7595af99b5074
5
5
  SHA512:
6
- metadata.gz: 920281d5c0b35ff3ab10f96391fe214a279cfa4add8e6c97dcf3abe8261f9d64d1a409599903daa2a4c404050531d121a6daacd45eda456f55eeaae234affe07
7
- data.tar.gz: 9a2498482018f96f256d32238974d14fcfefa151dfd61bb886b0e770961aeae0ebd92a0130309cb45d02b141222ca3e2993093bee6d61cfd28bdb26a7ee14da1
6
+ metadata.gz: 31e7e366e0ff62d2a36fb5cf57d8d3e840f5cd70ce95fdf22cf84793da6baa17ec9fa1e0fb22efd53d98c74fb3778f2126daa71aeaeed83da4b210cc28be560b
7
+ data.tar.gz: 2798605f48bb104e8be655a76bab6c170c9aa6d2393428e8a85b51ab3fffcaee4f208c8a33f50f37813aa6cedc936c1fe5d38e8370b203747471fc265c3339b0
@@ -76,4 +76,16 @@ Y(/^(?:verifico|valido) que traiga fechas en formato correcto$/) do
76
76
  end
77
77
  end
78
78
  end
79
- end
79
+ end
80
+
81
+ Entonces(/^recorro y (?:verifico|valido) los detalles de los itinerario$/) do
82
+ json = @page.get_results_search_service("TOTALFARE")
83
+ i=0
84
+ $num = 0
85
+ @page.itinerarios_elements.each do |itinerario|
86
+ _itinerario = @page.cargar_itinerario(itinerario)
87
+ @page.validar_mas_detalles(json,i,_itinerario)
88
+ i += 1
89
+ break if i == 2
90
+ end
91
+ end
@@ -74,18 +74,18 @@ end
74
74
 
75
75
  Y(/^(?:verifico|valido) los datos de la reserva enviados a fenix$/) do
76
76
  if $ENV.match(/ic|rc/)
77
- roma_service = RomaAutomation::RomaServices.new 60
78
- json_data = roma_service.get_flights_transaction @id_reserva
79
- json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["bin"].should equal("424242")
80
- json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["last_digits"].should equal("4242")
81
- json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["type"].should equal("VI")
82
- json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["name_on_card"].should equal("Martin qa diez")
83
- json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card_type"].should equal("CREDIT")
84
- json_data[0]["charge"]["total_dto"]["total"].to_f.round.should be_within(2).of(@monto_total)
85
- json_data[0]["charge"]["adult_tkt_charges"]["passangers_quantity"].to_i.should equal(@page.manage_data.adt)
86
- json_data[0]["charge"]["child_tkt_charges"]["passangers_quantity"].to_i.should equal(@page.manage_data.cnn) if @page.manage_data.cnn > 0
87
- json_data[0]["charge"]["infant_tkt_charges"]["passangers_quantity"].to_i.should equal(@page.manage_data.inf) if @page.manage_data.inf > 0
88
- json_data[0]["country_code"].should equal(AllPages.site)
77
+ # roma_service = RomaAutomation::RomaServices.new 60
78
+ # json_data = roma_service.get_flights_transaction @id_reserva
79
+ # json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["bin"].should equal("424242")
80
+ # json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["last_digits"].should equal("4242")
81
+ # json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["type"].should equal("VI")
82
+ # json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card"]["name_on_card"].should equal("Martin qa diez")
83
+ # json_data[0]["active_payment_method_dto"]["payment_method_credit_card"]["card_type"].should equal("CREDIT")
84
+ # json_data[0]["charge"]["total_dto"]["total"].to_f.round.should be_within(2).of(@monto_total)
85
+ # json_data[0]["charge"]["adult_tkt_charges"]["passangers_quantity"].to_i.should equal(@page.manage_data.adt)
86
+ # json_data[0]["charge"]["child_tkt_charges"]["passangers_quantity"].to_i.should equal(@page.manage_data.cnn) if @page.manage_data.cnn > 0
87
+ # json_data[0]["charge"]["infant_tkt_charges"]["passangers_quantity"].to_i.should equal(@page.manage_data.inf) if @page.manage_data.inf > 0
88
+ # json_data[0]["country_code"].should equal(AllPages.site)
89
89
  end
90
90
  end
91
91
 
@@ -13,7 +13,7 @@ require 'uri'
13
13
  #require 'byebug'
14
14
  require 'henry/config'
15
15
  require 'mock_search'
16
- require 'auto_uy_utils'
16
+ #require 'auto_uy_utils'
17
17
  #require 'roma_automation'
18
18
 
19
19
  $VERBOSE = nil
@@ -82,7 +82,7 @@ module Results
82
82
  end
83
83
 
84
84
  def recorrer_segmentos(route,cluster,i)
85
- route.li(:class,'detail').links[0].click
85
+ route.li(:class,'detail').links[0].span(:class,'text').click
86
86
  new_popup_detail_elements[i].when_visible(timeout=20)
87
87
  doc = Hpricot.parse(new_popup_detail_elements[i].html)
88
88
  detail = NewDetailsCluster.new(doc)
@@ -78,6 +78,10 @@ module Landing
78
78
  @datos_de_itinerarios
79
79
  end
80
80
 
81
+ def get_results_search_service(type="TOTALFARE")
82
+ JSON.parse(self.manage_data.get_results_search_service(type))
83
+ end
84
+
81
85
  def elegir_itinerario(index)
82
86
  opciones_ida_elements[index].click unless tipo_de_busqueda=="multipledestinations"
83
87
  opciones_vuelta_elements[index].click if tipo_de_busqueda=="roundtrip"
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.59"
2
+ VERSION = "2.3.60"
3
3
  end
@@ -26,7 +26,7 @@ Característica: checkout.multipleoneway
26
26
  @br
27
27
  Ejemplos:
28
28
  |pais|
29
- |BR|
29
+ |BR|
30
30
 
31
31
  @multipleoneway
32
32
  Esquema del escenario: al realizar una busqueda de un vuelo de cabotaje LASTMINUTE del tramo de IDA y de un vuelo NOLASTMINUTE del tramo del VUELTA y su correspondiente compra y pago, si la reserva LASTMINUTE no se pudo procesar y la NOLASTMINUTE si, se deberan cancelar ambas.
@@ -17,8 +17,7 @@ Característica: landing.search
17
17
  Y verifico que la url sea la correcta
18
18
  Y verifico que la ciudad destino sea la que se eligio
19
19
  Y valido el sorting de landing
20
- Entonces levanto los datos de los itinerarios
21
- Y comparo los datos de cluster contra los detalles
20
+ Entonces recorro y valido los detalles de los itinerario
22
21
  Y verifico que no vengan mas de diez resultados por pagina
23
22
  Y verifico que traiga precios con formato correcto y positivos
24
23
  Y verifico que traiga aeropuertos y concuerden con la ciudad buscada
@@ -31,9 +31,9 @@ Gem::Specification.new do |gem|
31
31
  gem.add_dependency('mysql2')
32
32
  gem.add_dependency('dater')
33
33
  #gem.add_dependency('byebug')
34
- gem.add_dependency('auto_uy_utils')
35
- gem.add_dependency('roma_automation')
36
- gem.add_dependency('parallel_tests')
34
+ #gem.add_dependency('auto_uy_utils')
35
+ #gem.add_dependency('roma_automation')
36
+ #gem.add_dependency('parallel_tests')
37
37
 
38
38
  gem.add_development_dependency('geminabox', '~> 0')
39
39
  end
@@ -28,6 +28,36 @@ tasks:
28
28
  recipients:
29
29
  - estebanldh@gmail.com
30
30
  - nsimean@despegar.com
31
+ - name: results.multipleoneway.br
32
+ class_name: Henry::Task::CucumberTask
33
+ options:
34
+ tags:
35
+ - results
36
+ - multipleoneway
37
+ - br
38
+ expand: true
39
+ no-source: true
40
+ reports:
41
+ - format: html
42
+ name: ${DATE}_${TASK_NAME}.html
43
+ recipients:
44
+ - estebanldh@gmail.com
45
+ - nsimean@despegar.com
46
+ - name: results.multipleoneway.br
47
+ class_name: Henry::Task::CucumberTask
48
+ options:
49
+ tags:
50
+ - results
51
+ - multipleoneway
52
+ - br
53
+ expand: true
54
+ no-source: true
55
+ reports:
56
+ - format: html
57
+ name: ${DATE}_${TASK_NAME}.html
58
+ recipients:
59
+ - estebanldh@gmail.com
60
+ - nsimean@despegar.com
31
61
  - name: results.multipleoneway.ar
32
62
  class_name: Henry::Task::CucumberTask
33
63
  options:
@@ -11773,12 +11803,12 @@ tasks:
11773
11803
  recipients:
11774
11804
  - estebanldh@gmail.com
11775
11805
  - nsimean@despegar.com
11776
- - name: checkout.book_ok
11806
+ - name: checkout.book_ok_ticketed
11777
11807
  class_name: Henry::Task::CucumberTask
11778
11808
  options:
11779
11809
  tags:
11780
11810
  - checkout
11781
- - book_ok
11811
+ - book_ok_ticketed
11782
11812
  expand: true
11783
11813
  no-source: true
11784
11814
  reports:
@@ -11787,13 +11817,13 @@ tasks:
11787
11817
  recipients:
11788
11818
  - estebanldh@gmail.com
11789
11819
  - nsimean@despegar.com
11790
- - name: checkout.book_ok.pt
11820
+ - name: checkout.book_ok_ticketed.ar
11791
11821
  class_name: Henry::Task::CucumberTask
11792
11822
  options:
11793
11823
  tags:
11794
11824
  - checkout
11795
- - book_ok
11796
- - pt
11825
+ - book_ok_ticketed
11826
+ - ar
11797
11827
  expand: true
11798
11828
  no-source: true
11799
11829
  reports:
@@ -11802,13 +11832,13 @@ tasks:
11802
11832
  recipients:
11803
11833
  - estebanldh@gmail.com
11804
11834
  - nsimean@despegar.com
11805
- - name: checkout.book_ok.pt.roundtrip
11835
+ - name: checkout.book_ok_ticketed.ar.roundtrip
11806
11836
  class_name: Henry::Task::CucumberTask
11807
11837
  options:
11808
11838
  tags:
11809
11839
  - checkout
11810
- - book_ok
11811
- - pt
11840
+ - book_ok_ticketed
11841
+ - ar
11812
11842
  - roundtrip
11813
11843
  expand: true
11814
11844
  no-source: true
@@ -11818,13 +11848,13 @@ tasks:
11818
11848
  recipients:
11819
11849
  - estebanldh@gmail.com
11820
11850
  - nsimean@despegar.com
11821
- - name: checkout.book_ok.pt.oneway
11851
+ - name: checkout.book_ok_ticketed.ar.oneway
11822
11852
  class_name: Henry::Task::CucumberTask
11823
11853
  options:
11824
11854
  tags:
11825
11855
  - checkout
11826
- - book_ok
11827
- - pt
11856
+ - book_ok_ticketed
11857
+ - ar
11828
11858
  - oneway
11829
11859
  expand: true
11830
11860
  no-source: true
@@ -11834,13 +11864,13 @@ tasks:
11834
11864
  recipients:
11835
11865
  - estebanldh@gmail.com
11836
11866
  - nsimean@despegar.com
11837
- - name: checkout.book_ok.pt.multipledestinations
11867
+ - name: checkout.book_ok_ticketed.ar.multipledestinations
11838
11868
  class_name: Henry::Task::CucumberTask
11839
11869
  options:
11840
11870
  tags:
11841
11871
  - checkout
11842
- - book_ok
11843
- - pt
11872
+ - book_ok_ticketed
11873
+ - ar
11844
11874
  - multipledestinations
11845
11875
  expand: true
11846
11876
  no-source: true
@@ -11850,13 +11880,13 @@ tasks:
11850
11880
  recipients:
11851
11881
  - estebanldh@gmail.com
11852
11882
  - nsimean@despegar.com
11853
- - name: checkout.book_ok.in
11883
+ - name: checkout.book_ok_ticketed.mx
11854
11884
  class_name: Henry::Task::CucumberTask
11855
11885
  options:
11856
11886
  tags:
11857
11887
  - checkout
11858
- - book_ok
11859
- - in
11888
+ - book_ok_ticketed
11889
+ - mx
11860
11890
  expand: true
11861
11891
  no-source: true
11862
11892
  reports:
@@ -11865,13 +11895,13 @@ tasks:
11865
11895
  recipients:
11866
11896
  - estebanldh@gmail.com
11867
11897
  - nsimean@despegar.com
11868
- - name: checkout.book_ok.in.roundtrip
11898
+ - name: checkout.book_ok_ticketed.mx.roundtrip
11869
11899
  class_name: Henry::Task::CucumberTask
11870
11900
  options:
11871
11901
  tags:
11872
11902
  - checkout
11873
- - book_ok
11874
- - in
11903
+ - book_ok_ticketed
11904
+ - mx
11875
11905
  - roundtrip
11876
11906
  expand: true
11877
11907
  no-source: true
@@ -11881,13 +11911,13 @@ tasks:
11881
11911
  recipients:
11882
11912
  - estebanldh@gmail.com
11883
11913
  - nsimean@despegar.com
11884
- - name: checkout.book_ok.in.oneway
11914
+ - name: checkout.book_ok_ticketed.mx.oneway
11885
11915
  class_name: Henry::Task::CucumberTask
11886
11916
  options:
11887
11917
  tags:
11888
11918
  - checkout
11889
- - book_ok
11890
- - in
11919
+ - book_ok_ticketed
11920
+ - mx
11891
11921
  - oneway
11892
11922
  expand: true
11893
11923
  no-source: true
@@ -11897,13 +11927,13 @@ tasks:
11897
11927
  recipients:
11898
11928
  - estebanldh@gmail.com
11899
11929
  - nsimean@despegar.com
11900
- - name: checkout.book_ok.in.multipledestinations
11930
+ - name: checkout.book_ok_ticketed.mx.multipledestinations
11901
11931
  class_name: Henry::Task::CucumberTask
11902
11932
  options:
11903
11933
  tags:
11904
11934
  - checkout
11905
- - book_ok
11906
- - in
11935
+ - book_ok_ticketed
11936
+ - mx
11907
11937
  - multipledestinations
11908
11938
  expand: true
11909
11939
  no-source: true
@@ -11913,13 +11943,13 @@ tasks:
11913
11943
  recipients:
11914
11944
  - estebanldh@gmail.com
11915
11945
  - nsimean@despegar.com
11916
- - name: checkout.book_ok.cn
11946
+ - name: checkout.book_ok_ticketed.us
11917
11947
  class_name: Henry::Task::CucumberTask
11918
11948
  options:
11919
11949
  tags:
11920
11950
  - checkout
11921
- - book_ok
11922
- - cn
11951
+ - book_ok_ticketed
11952
+ - us
11923
11953
  expand: true
11924
11954
  no-source: true
11925
11955
  reports:
@@ -11928,13 +11958,13 @@ tasks:
11928
11958
  recipients:
11929
11959
  - estebanldh@gmail.com
11930
11960
  - nsimean@despegar.com
11931
- - name: checkout.book_ok.cn.roundtrip
11961
+ - name: checkout.book_ok_ticketed.us.roundtrip
11932
11962
  class_name: Henry::Task::CucumberTask
11933
11963
  options:
11934
11964
  tags:
11935
11965
  - checkout
11936
- - book_ok
11937
- - cn
11966
+ - book_ok_ticketed
11967
+ - us
11938
11968
  - roundtrip
11939
11969
  expand: true
11940
11970
  no-source: true
@@ -11944,13 +11974,13 @@ tasks:
11944
11974
  recipients:
11945
11975
  - estebanldh@gmail.com
11946
11976
  - nsimean@despegar.com
11947
- - name: checkout.book_ok.cn.oneway
11977
+ - name: checkout.book_ok_ticketed.us.oneway
11948
11978
  class_name: Henry::Task::CucumberTask
11949
11979
  options:
11950
11980
  tags:
11951
11981
  - checkout
11952
- - book_ok
11953
- - cn
11982
+ - book_ok_ticketed
11983
+ - us
11954
11984
  - oneway
11955
11985
  expand: true
11956
11986
  no-source: true
@@ -11960,13 +11990,13 @@ tasks:
11960
11990
  recipients:
11961
11991
  - estebanldh@gmail.com
11962
11992
  - nsimean@despegar.com
11963
- - name: checkout.book_ok.cn.multipledestinations
11993
+ - name: checkout.book_ok_ticketed.us.multipledestinations
11964
11994
  class_name: Henry::Task::CucumberTask
11965
11995
  options:
11966
11996
  tags:
11967
11997
  - checkout
11968
- - book_ok
11969
- - cn
11998
+ - book_ok_ticketed
11999
+ - us
11970
12000
  - multipledestinations
11971
12001
  expand: true
11972
12002
  no-source: true
@@ -11976,13 +12006,13 @@ tasks:
11976
12006
  recipients:
11977
12007
  - estebanldh@gmail.com
11978
12008
  - nsimean@despegar.com
11979
- - name: checkout.book_ok.ar
12009
+ - name: checkout.book_ok_ticketed.br
11980
12010
  class_name: Henry::Task::CucumberTask
11981
12011
  options:
11982
12012
  tags:
11983
12013
  - checkout
11984
- - book_ok
11985
- - ar
12014
+ - book_ok_ticketed
12015
+ - br
11986
12016
  expand: true
11987
12017
  no-source: true
11988
12018
  reports:
@@ -11991,13 +12021,13 @@ tasks:
11991
12021
  recipients:
11992
12022
  - estebanldh@gmail.com
11993
12023
  - nsimean@despegar.com
11994
- - name: checkout.book_ok.ar.roundtrip
12024
+ - name: checkout.book_ok_ticketed.br.roundtrip
11995
12025
  class_name: Henry::Task::CucumberTask
11996
12026
  options:
11997
12027
  tags:
11998
12028
  - checkout
11999
- - book_ok
12000
- - ar
12029
+ - book_ok_ticketed
12030
+ - br
12001
12031
  - roundtrip
12002
12032
  expand: true
12003
12033
  no-source: true
@@ -12007,13 +12037,13 @@ tasks:
12007
12037
  recipients:
12008
12038
  - estebanldh@gmail.com
12009
12039
  - nsimean@despegar.com
12010
- - name: checkout.book_ok.ar.oneway
12040
+ - name: checkout.book_ok_ticketed.br.oneway
12011
12041
  class_name: Henry::Task::CucumberTask
12012
12042
  options:
12013
12043
  tags:
12014
12044
  - checkout
12015
- - book_ok
12016
- - ar
12045
+ - book_ok_ticketed
12046
+ - br
12017
12047
  - oneway
12018
12048
  expand: true
12019
12049
  no-source: true
@@ -12023,13 +12053,13 @@ tasks:
12023
12053
  recipients:
12024
12054
  - estebanldh@gmail.com
12025
12055
  - nsimean@despegar.com
12026
- - name: checkout.book_ok.ar.multipledestinations
12056
+ - name: checkout.book_ok_ticketed.br.multipledestinations
12027
12057
  class_name: Henry::Task::CucumberTask
12028
12058
  options:
12029
12059
  tags:
12030
12060
  - checkout
12031
- - book_ok
12032
- - ar
12061
+ - book_ok_ticketed
12062
+ - br
12033
12063
  - multipledestinations
12034
12064
  expand: true
12035
12065
  no-source: true
@@ -12039,29 +12069,12 @@ tasks:
12039
12069
  recipients:
12040
12070
  - estebanldh@gmail.com
12041
12071
  - nsimean@despegar.com
12042
- - name: checkout.book_ok.co
12043
- class_name: Henry::Task::CucumberTask
12044
- options:
12045
- tags:
12046
- - checkout
12047
- - book_ok
12048
- - co
12049
- expand: true
12050
- no-source: true
12051
- reports:
12052
- - format: html
12053
- name: ${DATE}_${TASK_NAME}.html
12054
- recipients:
12055
- - estebanldh@gmail.com
12056
- - nsimean@despegar.com
12057
- - name: checkout.book_ok.co.roundtrip
12072
+ - name: checkout.low_cost
12058
12073
  class_name: Henry::Task::CucumberTask
12059
12074
  options:
12060
12075
  tags:
12061
12076
  - checkout
12062
- - book_ok
12063
- - co
12064
- - roundtrip
12077
+ - low_cost
12065
12078
  expand: true
12066
12079
  no-source: true
12067
12080
  reports:
@@ -12070,14 +12083,13 @@ tasks:
12070
12083
  recipients:
12071
12084
  - estebanldh@gmail.com
12072
12085
  - nsimean@despegar.com
12073
- - name: checkout.book_ok.co.oneway
12086
+ - name: checkout.low_cost.br
12074
12087
  class_name: Henry::Task::CucumberTask
12075
12088
  options:
12076
12089
  tags:
12077
12090
  - checkout
12078
- - book_ok
12079
- - co
12080
- - oneway
12091
+ - low_cost
12092
+ - br
12081
12093
  expand: true
12082
12094
  no-source: true
12083
12095
  reports:
@@ -12086,14 +12098,12 @@ tasks:
12086
12098
  recipients:
12087
12099
  - estebanldh@gmail.com
12088
12100
  - nsimean@despegar.com
12089
- - name: checkout.book_ok.co.multipledestinations
12101
+ - name: checkout.error_messages
12090
12102
  class_name: Henry::Task::CucumberTask
12091
12103
  options:
12092
12104
  tags:
12093
12105
  - checkout
12094
- - book_ok
12095
- - co
12096
- - multipledestinations
12106
+ - error_messages
12097
12107
  expand: true
12098
12108
  no-source: true
12099
12109
  reports:
@@ -12102,13 +12112,13 @@ tasks:
12102
12112
  recipients:
12103
12113
  - estebanldh@gmail.com
12104
12114
  - nsimean@despegar.com
12105
- - name: checkout.book_ok.cl
12115
+ - name: checkout.error_messages.ar
12106
12116
  class_name: Henry::Task::CucumberTask
12107
12117
  options:
12108
12118
  tags:
12109
12119
  - checkout
12110
- - book_ok
12111
- - cl
12120
+ - error_messages
12121
+ - ar
12112
12122
  expand: true
12113
12123
  no-source: true
12114
12124
  reports:
@@ -12117,13 +12127,13 @@ tasks:
12117
12127
  recipients:
12118
12128
  - estebanldh@gmail.com
12119
12129
  - nsimean@despegar.com
12120
- - name: checkout.book_ok.cl.roundtrip
12130
+ - name: checkout.error_messages.ar.roundtrip
12121
12131
  class_name: Henry::Task::CucumberTask
12122
12132
  options:
12123
12133
  tags:
12124
12134
  - checkout
12125
- - book_ok
12126
- - cl
12135
+ - error_messages
12136
+ - ar
12127
12137
  - roundtrip
12128
12138
  expand: true
12129
12139
  no-source: true
@@ -12133,13 +12143,13 @@ tasks:
12133
12143
  recipients:
12134
12144
  - estebanldh@gmail.com
12135
12145
  - nsimean@despegar.com
12136
- - name: checkout.book_ok.cl.oneway
12146
+ - name: checkout.error_messages.ar.oneway
12137
12147
  class_name: Henry::Task::CucumberTask
12138
12148
  options:
12139
12149
  tags:
12140
12150
  - checkout
12141
- - book_ok
12142
- - cl
12151
+ - error_messages
12152
+ - ar
12143
12153
  - oneway
12144
12154
  expand: true
12145
12155
  no-source: true
@@ -12149,13 +12159,13 @@ tasks:
12149
12159
  recipients:
12150
12160
  - estebanldh@gmail.com
12151
12161
  - nsimean@despegar.com
12152
- - name: checkout.book_ok.cl.multipledestinations
12162
+ - name: checkout.error_messages.ar.multipledestinations
12153
12163
  class_name: Henry::Task::CucumberTask
12154
12164
  options:
12155
12165
  tags:
12156
12166
  - checkout
12157
- - book_ok
12158
- - cl
12167
+ - error_messages
12168
+ - ar
12159
12169
  - multipledestinations
12160
12170
  expand: true
12161
12171
  no-source: true
@@ -12165,13 +12175,13 @@ tasks:
12165
12175
  recipients:
12166
12176
  - estebanldh@gmail.com
12167
12177
  - nsimean@despegar.com
12168
- - name: checkout.book_ok.cr
12178
+ - name: checkout.error_messages.us
12169
12179
  class_name: Henry::Task::CucumberTask
12170
12180
  options:
12171
12181
  tags:
12172
12182
  - checkout
12173
- - book_ok
12174
- - cr
12183
+ - error_messages
12184
+ - us
12175
12185
  expand: true
12176
12186
  no-source: true
12177
12187
  reports:
@@ -12180,13 +12190,13 @@ tasks:
12180
12190
  recipients:
12181
12191
  - estebanldh@gmail.com
12182
12192
  - nsimean@despegar.com
12183
- - name: checkout.book_ok.cr.roundtrip
12193
+ - name: checkout.error_messages.us.roundtrip
12184
12194
  class_name: Henry::Task::CucumberTask
12185
12195
  options:
12186
12196
  tags:
12187
12197
  - checkout
12188
- - book_ok
12189
- - cr
12198
+ - error_messages
12199
+ - us
12190
12200
  - roundtrip
12191
12201
  expand: true
12192
12202
  no-source: true
@@ -12196,13 +12206,13 @@ tasks:
12196
12206
  recipients:
12197
12207
  - estebanldh@gmail.com
12198
12208
  - nsimean@despegar.com
12199
- - name: checkout.book_ok.cr.oneway
12209
+ - name: checkout.error_messages.us.oneway
12200
12210
  class_name: Henry::Task::CucumberTask
12201
12211
  options:
12202
12212
  tags:
12203
12213
  - checkout
12204
- - book_ok
12205
- - cr
12214
+ - error_messages
12215
+ - us
12206
12216
  - oneway
12207
12217
  expand: true
12208
12218
  no-source: true
@@ -12212,13 +12222,13 @@ tasks:
12212
12222
  recipients:
12213
12223
  - estebanldh@gmail.com
12214
12224
  - nsimean@despegar.com
12215
- - name: checkout.book_ok.cr.multipledestinations
12225
+ - name: checkout.error_messages.us.multipledestinations
12216
12226
  class_name: Henry::Task::CucumberTask
12217
12227
  options:
12218
12228
  tags:
12219
12229
  - checkout
12220
- - book_ok
12221
- - cr
12230
+ - error_messages
12231
+ - us
12222
12232
  - multipledestinations
12223
12233
  expand: true
12224
12234
  no-source: true
@@ -12228,13 +12238,13 @@ tasks:
12228
12238
  recipients:
12229
12239
  - estebanldh@gmail.com
12230
12240
  - nsimean@despegar.com
12231
- - name: checkout.book_ok.ec
12241
+ - name: checkout.error_messages.ve
12232
12242
  class_name: Henry::Task::CucumberTask
12233
12243
  options:
12234
12244
  tags:
12235
12245
  - checkout
12236
- - book_ok
12237
- - ec
12246
+ - error_messages
12247
+ - ve
12238
12248
  expand: true
12239
12249
  no-source: true
12240
12250
  reports:
@@ -12243,13 +12253,13 @@ tasks:
12243
12253
  recipients:
12244
12254
  - estebanldh@gmail.com
12245
12255
  - nsimean@despegar.com
12246
- - name: checkout.book_ok.ec.roundtrip
12256
+ - name: checkout.error_messages.ve.roundtrip
12247
12257
  class_name: Henry::Task::CucumberTask
12248
12258
  options:
12249
12259
  tags:
12250
12260
  - checkout
12251
- - book_ok
12252
- - ec
12261
+ - error_messages
12262
+ - ve
12253
12263
  - roundtrip
12254
12264
  expand: true
12255
12265
  no-source: true
@@ -12259,13 +12269,13 @@ tasks:
12259
12269
  recipients:
12260
12270
  - estebanldh@gmail.com
12261
12271
  - nsimean@despegar.com
12262
- - name: checkout.book_ok.ec.oneway
12272
+ - name: checkout.error_messages.ve.oneway
12263
12273
  class_name: Henry::Task::CucumberTask
12264
12274
  options:
12265
12275
  tags:
12266
12276
  - checkout
12267
- - book_ok
12268
- - ec
12277
+ - error_messages
12278
+ - ve
12269
12279
  - oneway
12270
12280
  expand: true
12271
12281
  no-source: true
@@ -12275,14 +12285,13 @@ tasks:
12275
12285
  recipients:
12276
12286
  - estebanldh@gmail.com
12277
12287
  - nsimean@despegar.com
12278
- - name: checkout.book_ok.ec.multipledestinations
12288
+ - name: checkout.error_messages.br
12279
12289
  class_name: Henry::Task::CucumberTask
12280
12290
  options:
12281
12291
  tags:
12282
12292
  - checkout
12283
- - book_ok
12284
- - ec
12285
- - multipledestinations
12293
+ - error_messages
12294
+ - br
12286
12295
  expand: true
12287
12296
  no-source: true
12288
12297
  reports:
@@ -12291,13 +12300,14 @@ tasks:
12291
12300
  recipients:
12292
12301
  - estebanldh@gmail.com
12293
12302
  - nsimean@despegar.com
12294
- - name: checkout.book_ok.mx
12303
+ - name: checkout.error_messages.br.roundtrip
12295
12304
  class_name: Henry::Task::CucumberTask
12296
12305
  options:
12297
12306
  tags:
12298
12307
  - checkout
12299
- - book_ok
12300
- - mx
12308
+ - error_messages
12309
+ - br
12310
+ - roundtrip
12301
12311
  expand: true
12302
12312
  no-source: true
12303
12313
  reports:
@@ -12306,14 +12316,14 @@ tasks:
12306
12316
  recipients:
12307
12317
  - estebanldh@gmail.com
12308
12318
  - nsimean@despegar.com
12309
- - name: checkout.book_ok.mx.roundtrip
12319
+ - name: checkout.error_messages.br.oneway
12310
12320
  class_name: Henry::Task::CucumberTask
12311
12321
  options:
12312
12322
  tags:
12313
12323
  - checkout
12314
- - book_ok
12315
- - mx
12316
- - roundtrip
12324
+ - error_messages
12325
+ - br
12326
+ - oneway
12317
12327
  expand: true
12318
12328
  no-source: true
12319
12329
  reports:
@@ -12322,14 +12332,12 @@ tasks:
12322
12332
  recipients:
12323
12333
  - estebanldh@gmail.com
12324
12334
  - nsimean@despegar.com
12325
- - name: checkout.book_ok.mx.oneway
12335
+ - name: checkout.fast_checkout
12326
12336
  class_name: Henry::Task::CucumberTask
12327
12337
  options:
12328
12338
  tags:
12329
12339
  - checkout
12330
- - book_ok
12331
- - mx
12332
- - oneway
12340
+ - fast_checkout
12333
12341
  expand: true
12334
12342
  no-source: true
12335
12343
  reports:
@@ -12338,14 +12346,13 @@ tasks:
12338
12346
  recipients:
12339
12347
  - estebanldh@gmail.com
12340
12348
  - nsimean@despegar.com
12341
- - name: checkout.book_ok.mx.multipledestinations
12349
+ - name: checkout.fast_checkout.ar
12342
12350
  class_name: Henry::Task::CucumberTask
12343
12351
  options:
12344
12352
  tags:
12345
12353
  - checkout
12346
- - book_ok
12347
- - mx
12348
- - multipledestinations
12354
+ - fast_checkout
12355
+ - ar
12349
12356
  expand: true
12350
12357
  no-source: true
12351
12358
  reports:
@@ -12354,13 +12361,14 @@ tasks:
12354
12361
  recipients:
12355
12362
  - estebanldh@gmail.com
12356
12363
  - nsimean@despegar.com
12357
- - name: checkout.book_ok.pa
12364
+ - name: checkout.fast_checkout.ar.roundtrip
12358
12365
  class_name: Henry::Task::CucumberTask
12359
12366
  options:
12360
12367
  tags:
12361
12368
  - checkout
12362
- - book_ok
12363
- - pa
12369
+ - fast_checkout
12370
+ - ar
12371
+ - roundtrip
12364
12372
  expand: true
12365
12373
  no-source: true
12366
12374
  reports:
@@ -12369,14 +12377,13 @@ tasks:
12369
12377
  recipients:
12370
12378
  - estebanldh@gmail.com
12371
12379
  - nsimean@despegar.com
12372
- - name: checkout.book_ok.pa.roundtrip
12380
+ - name: checkout.fast_checkout.us
12373
12381
  class_name: Henry::Task::CucumberTask
12374
12382
  options:
12375
12383
  tags:
12376
12384
  - checkout
12377
- - book_ok
12378
- - pa
12379
- - roundtrip
12385
+ - fast_checkout
12386
+ - us
12380
12387
  expand: true
12381
12388
  no-source: true
12382
12389
  reports:
@@ -12385,13 +12392,13 @@ tasks:
12385
12392
  recipients:
12386
12393
  - estebanldh@gmail.com
12387
12394
  - nsimean@despegar.com
12388
- - name: checkout.book_ok.pa.oneway
12395
+ - name: checkout.fast_checkout.us.oneway
12389
12396
  class_name: Henry::Task::CucumberTask
12390
12397
  options:
12391
12398
  tags:
12392
12399
  - checkout
12393
- - book_ok
12394
- - pa
12400
+ - fast_checkout
12401
+ - us
12395
12402
  - oneway
12396
12403
  expand: true
12397
12404
  no-source: true
@@ -12401,14 +12408,13 @@ tasks:
12401
12408
  recipients:
12402
12409
  - estebanldh@gmail.com
12403
12410
  - nsimean@despegar.com
12404
- - name: checkout.book_ok.pa.multipledestinations
12411
+ - name: checkout.fast_checkout.br
12405
12412
  class_name: Henry::Task::CucumberTask
12406
12413
  options:
12407
12414
  tags:
12408
12415
  - checkout
12409
- - book_ok
12410
- - pa
12411
- - multipledestinations
12416
+ - fast_checkout
12417
+ - br
12412
12418
  expand: true
12413
12419
  no-source: true
12414
12420
  reports:
@@ -12417,13 +12423,14 @@ tasks:
12417
12423
  recipients:
12418
12424
  - estebanldh@gmail.com
12419
12425
  - nsimean@despegar.com
12420
- - name: checkout.book_ok.pe
12426
+ - name: checkout.fast_checkout.br.roundtrip
12421
12427
  class_name: Henry::Task::CucumberTask
12422
12428
  options:
12423
12429
  tags:
12424
12430
  - checkout
12425
- - book_ok
12426
- - pe
12431
+ - fast_checkout
12432
+ - br
12433
+ - roundtrip
12427
12434
  expand: true
12428
12435
  no-source: true
12429
12436
  reports:
@@ -12432,14 +12439,12 @@ tasks:
12432
12439
  recipients:
12433
12440
  - estebanldh@gmail.com
12434
12441
  - nsimean@despegar.com
12435
- - name: checkout.book_ok.pe.roundtrip
12442
+ - name: checkout.price_jump
12436
12443
  class_name: Henry::Task::CucumberTask
12437
12444
  options:
12438
12445
  tags:
12439
12446
  - checkout
12440
- - book_ok
12441
- - pe
12442
- - roundtrip
12447
+ - price_jump
12443
12448
  expand: true
12444
12449
  no-source: true
12445
12450
  reports:
@@ -12448,14 +12453,13 @@ tasks:
12448
12453
  recipients:
12449
12454
  - estebanldh@gmail.com
12450
12455
  - nsimean@despegar.com
12451
- - name: checkout.book_ok.pe.oneway
12456
+ - name: checkout.price_jump.ar
12452
12457
  class_name: Henry::Task::CucumberTask
12453
12458
  options:
12454
12459
  tags:
12455
12460
  - checkout
12456
- - book_ok
12457
- - pe
12458
- - oneway
12461
+ - price_jump
12462
+ - ar
12459
12463
  expand: true
12460
12464
  no-source: true
12461
12465
  reports:
@@ -12464,14 +12468,14 @@ tasks:
12464
12468
  recipients:
12465
12469
  - estebanldh@gmail.com
12466
12470
  - nsimean@despegar.com
12467
- - name: checkout.book_ok.pe.multipledestinations
12471
+ - name: checkout.price_jump.ar.roundtrip
12468
12472
  class_name: Henry::Task::CucumberTask
12469
12473
  options:
12470
12474
  tags:
12471
12475
  - checkout
12472
- - book_ok
12473
- - pe
12474
- - multipledestinations
12476
+ - price_jump
12477
+ - ar
12478
+ - roundtrip
12475
12479
  expand: true
12476
12480
  no-source: true
12477
12481
  reports:
@@ -12480,12 +12484,12 @@ tasks:
12480
12484
  recipients:
12481
12485
  - estebanldh@gmail.com
12482
12486
  - nsimean@despegar.com
12483
- - name: checkout.book_ok.us
12487
+ - name: checkout.price_jump.us
12484
12488
  class_name: Henry::Task::CucumberTask
12485
12489
  options:
12486
12490
  tags:
12487
12491
  - checkout
12488
- - book_ok
12492
+ - price_jump
12489
12493
  - us
12490
12494
  expand: true
12491
12495
  no-source: true
@@ -12495,14 +12499,14 @@ tasks:
12495
12499
  recipients:
12496
12500
  - estebanldh@gmail.com
12497
12501
  - nsimean@despegar.com
12498
- - name: checkout.book_ok.us.roundtrip
12502
+ - name: checkout.price_jump.us.multipledestinations
12499
12503
  class_name: Henry::Task::CucumberTask
12500
12504
  options:
12501
12505
  tags:
12502
12506
  - checkout
12503
- - book_ok
12507
+ - price_jump
12504
12508
  - us
12505
- - roundtrip
12509
+ - multipledestinations
12506
12510
  expand: true
12507
12511
  no-source: true
12508
12512
  reports:
@@ -12511,14 +12515,13 @@ tasks:
12511
12515
  recipients:
12512
12516
  - estebanldh@gmail.com
12513
12517
  - nsimean@despegar.com
12514
- - name: checkout.book_ok.us.oneway
12518
+ - name: checkout.price_jump.br
12515
12519
  class_name: Henry::Task::CucumberTask
12516
12520
  options:
12517
12521
  tags:
12518
12522
  - checkout
12519
- - book_ok
12520
- - us
12521
- - oneway
12523
+ - price_jump
12524
+ - br
12522
12525
  expand: true
12523
12526
  no-source: true
12524
12527
  reports:
@@ -12527,14 +12530,14 @@ tasks:
12527
12530
  recipients:
12528
12531
  - estebanldh@gmail.com
12529
12532
  - nsimean@despegar.com
12530
- - name: checkout.book_ok.us.multipledestinations
12533
+ - name: checkout.price_jump.br.oneway
12531
12534
  class_name: Henry::Task::CucumberTask
12532
12535
  options:
12533
12536
  tags:
12534
12537
  - checkout
12535
- - book_ok
12536
- - us
12537
- - multipledestinations
12538
+ - price_jump
12539
+ - br
12540
+ - oneway
12538
12541
  expand: true
12539
12542
  no-source: true
12540
12543
  reports:
@@ -12543,13 +12546,13 @@ tasks:
12543
12546
  recipients:
12544
12547
  - estebanldh@gmail.com
12545
12548
  - nsimean@despegar.com
12546
- - name: checkout.book_ok.uy
12549
+ - name: checkout.price_jump.co
12547
12550
  class_name: Henry::Task::CucumberTask
12548
12551
  options:
12549
12552
  tags:
12550
12553
  - checkout
12551
- - book_ok
12552
- - uy
12554
+ - price_jump
12555
+ - co
12553
12556
  expand: true
12554
12557
  no-source: true
12555
12558
  reports:
@@ -12558,14 +12561,14 @@ tasks:
12558
12561
  recipients:
12559
12562
  - estebanldh@gmail.com
12560
12563
  - nsimean@despegar.com
12561
- - name: checkout.book_ok.uy.roundtrip
12564
+ - name: checkout.price_jump.co.oneway
12562
12565
  class_name: Henry::Task::CucumberTask
12563
12566
  options:
12564
12567
  tags:
12565
12568
  - checkout
12566
- - book_ok
12567
- - uy
12568
- - roundtrip
12569
+ - price_jump
12570
+ - co
12571
+ - oneway
12569
12572
  expand: true
12570
12573
  no-source: true
12571
12574
  reports:
@@ -12574,14 +12577,12 @@ tasks:
12574
12577
  recipients:
12575
12578
  - estebanldh@gmail.com
12576
12579
  - nsimean@despegar.com
12577
- - name: checkout.book_ok.uy.oneway
12580
+ - name: checkout.multipleoneway
12578
12581
  class_name: Henry::Task::CucumberTask
12579
12582
  options:
12580
12583
  tags:
12581
12584
  - checkout
12582
- - book_ok
12583
- - uy
12584
- - oneway
12585
+ - multipleoneway
12585
12586
  expand: true
12586
12587
  no-source: true
12587
12588
  reports:
@@ -12590,14 +12591,13 @@ tasks:
12590
12591
  recipients:
12591
12592
  - estebanldh@gmail.com
12592
12593
  - nsimean@despegar.com
12593
- - name: checkout.book_ok.uy.multipledestinations
12594
+ - name: checkout.multipleoneway.br
12594
12595
  class_name: Henry::Task::CucumberTask
12595
12596
  options:
12596
12597
  tags:
12597
12598
  - checkout
12598
- - book_ok
12599
- - uy
12600
- - multipledestinations
12599
+ - multipleoneway
12600
+ - br
12601
12601
  expand: true
12602
12602
  no-source: true
12603
12603
  reports:
@@ -12606,13 +12606,12 @@ tasks:
12606
12606
  recipients:
12607
12607
  - estebanldh@gmail.com
12608
12608
  - nsimean@despegar.com
12609
- - name: checkout.book_ok.ve
12609
+ - name: checkout.braspag
12610
12610
  class_name: Henry::Task::CucumberTask
12611
12611
  options:
12612
12612
  tags:
12613
12613
  - checkout
12614
- - book_ok
12615
- - ve
12614
+ - braspag
12616
12615
  expand: true
12617
12616
  no-source: true
12618
12617
  reports:
@@ -12621,14 +12620,13 @@ tasks:
12621
12620
  recipients:
12622
12621
  - estebanldh@gmail.com
12623
12622
  - nsimean@despegar.com
12624
- - name: checkout.book_ok.ve.roundtrip
12623
+ - name: checkout.braspag.br
12625
12624
  class_name: Henry::Task::CucumberTask
12626
12625
  options:
12627
12626
  tags:
12628
12627
  - checkout
12629
- - book_ok
12630
- - ve
12631
- - roundtrip
12628
+ - braspag
12629
+ - br
12632
12630
  expand: true
12633
12631
  no-source: true
12634
12632
  reports:
@@ -12637,14 +12635,12 @@ tasks:
12637
12635
  recipients:
12638
12636
  - estebanldh@gmail.com
12639
12637
  - nsimean@despegar.com
12640
- - name: checkout.book_ok.ve.oneway
12638
+ - name: checkout.debito
12641
12639
  class_name: Henry::Task::CucumberTask
12642
12640
  options:
12643
12641
  tags:
12644
12642
  - checkout
12645
- - book_ok
12646
- - ve
12647
- - oneway
12643
+ - debito
12648
12644
  expand: true
12649
12645
  no-source: true
12650
12646
  reports:
@@ -12653,13 +12649,13 @@ tasks:
12653
12649
  recipients:
12654
12650
  - estebanldh@gmail.com
12655
12651
  - nsimean@despegar.com
12656
- - name: checkout.book_ok.br
12652
+ - name: checkout.debito.mx
12657
12653
  class_name: Henry::Task::CucumberTask
12658
12654
  options:
12659
12655
  tags:
12660
12656
  - checkout
12661
- - book_ok
12662
- - br
12657
+ - debito
12658
+ - mx
12663
12659
  expand: true
12664
12660
  no-source: true
12665
12661
  reports:
@@ -12668,13 +12664,13 @@ tasks:
12668
12664
  recipients:
12669
12665
  - estebanldh@gmail.com
12670
12666
  - nsimean@despegar.com
12671
- - name: checkout.book_ok.br.roundtrip
12667
+ - name: checkout.debito.mx.roundtrip
12672
12668
  class_name: Henry::Task::CucumberTask
12673
12669
  options:
12674
12670
  tags:
12675
12671
  - checkout
12676
- - book_ok
12677
- - br
12672
+ - debito
12673
+ - mx
12678
12674
  - roundtrip
12679
12675
  expand: true
12680
12676
  no-source: true
@@ -12684,13 +12680,13 @@ tasks:
12684
12680
  recipients:
12685
12681
  - estebanldh@gmail.com
12686
12682
  - nsimean@despegar.com
12687
- - name: checkout.book_ok.br.oneway
12683
+ - name: checkout.debito.mx.oneway
12688
12684
  class_name: Henry::Task::CucumberTask
12689
12685
  options:
12690
12686
  tags:
12691
12687
  - checkout
12692
- - book_ok
12693
- - br
12688
+ - debito
12689
+ - mx
12694
12690
  - oneway
12695
12691
  expand: true
12696
12692
  no-source: true
@@ -12700,13 +12696,13 @@ tasks:
12700
12696
  recipients:
12701
12697
  - estebanldh@gmail.com
12702
12698
  - nsimean@despegar.com
12703
- - name: checkout.book_ok.br.multipledestinations
12699
+ - name: checkout.debito.mx.multipledestinations
12704
12700
  class_name: Henry::Task::CucumberTask
12705
12701
  options:
12706
12702
  tags:
12707
12703
  - checkout
12708
- - book_ok
12709
- - br
12704
+ - debito
12705
+ - mx
12710
12706
  - multipledestinations
12711
12707
  expand: true
12712
12708
  no-source: true
@@ -12716,12 +12712,13 @@ tasks:
12716
12712
  recipients:
12717
12713
  - estebanldh@gmail.com
12718
12714
  - nsimean@despegar.com
12719
- - name: checkout.low_cost
12715
+ - name: checkout.debito.pe
12720
12716
  class_name: Henry::Task::CucumberTask
12721
12717
  options:
12722
12718
  tags:
12723
12719
  - checkout
12724
- - low_cost
12720
+ - debito
12721
+ - pe
12725
12722
  expand: true
12726
12723
  no-source: true
12727
12724
  reports:
@@ -12730,13 +12727,14 @@ tasks:
12730
12727
  recipients:
12731
12728
  - estebanldh@gmail.com
12732
12729
  - nsimean@despegar.com
12733
- - name: checkout.low_cost.br
12730
+ - name: checkout.debito.pe.roundtrip
12734
12731
  class_name: Henry::Task::CucumberTask
12735
12732
  options:
12736
12733
  tags:
12737
12734
  - checkout
12738
- - low_cost
12739
- - br
12735
+ - debito
12736
+ - pe
12737
+ - roundtrip
12740
12738
  expand: true
12741
12739
  no-source: true
12742
12740
  reports:
@@ -12745,12 +12743,14 @@ tasks:
12745
12743
  recipients:
12746
12744
  - estebanldh@gmail.com
12747
12745
  - nsimean@despegar.com
12748
- - name: checkout.error_messages
12746
+ - name: checkout.debito.pe.oneway
12749
12747
  class_name: Henry::Task::CucumberTask
12750
12748
  options:
12751
12749
  tags:
12752
12750
  - checkout
12753
- - error_messages
12751
+ - debito
12752
+ - pe
12753
+ - oneway
12754
12754
  expand: true
12755
12755
  no-source: true
12756
12756
  reports:
@@ -12759,13 +12759,14 @@ tasks:
12759
12759
  recipients:
12760
12760
  - estebanldh@gmail.com
12761
12761
  - nsimean@despegar.com
12762
- - name: checkout.error_messages.ar
12762
+ - name: checkout.debito.pe.multipledestinations
12763
12763
  class_name: Henry::Task::CucumberTask
12764
12764
  options:
12765
12765
  tags:
12766
12766
  - checkout
12767
- - error_messages
12768
- - ar
12767
+ - debito
12768
+ - pe
12769
+ - multipledestinations
12769
12770
  expand: true
12770
12771
  no-source: true
12771
12772
  reports:
@@ -12774,13 +12775,42 @@ tasks:
12774
12775
  recipients:
12775
12776
  - estebanldh@gmail.com
12776
12777
  - nsimean@despegar.com
12777
- - name: checkout.error_messages.ar.roundtrip
12778
+ - name: checkout.book_ok
12778
12779
  class_name: Henry::Task::CucumberTask
12779
12780
  options:
12780
12781
  tags:
12781
12782
  - checkout
12782
- - error_messages
12783
- - ar
12783
+ - book_ok
12784
+ expand: true
12785
+ no-source: true
12786
+ reports:
12787
+ - format: html
12788
+ name: ${DATE}_${TASK_NAME}.html
12789
+ recipients:
12790
+ - estebanldh@gmail.com
12791
+ - nsimean@despegar.com
12792
+ - name: checkout.book_ok.pt
12793
+ class_name: Henry::Task::CucumberTask
12794
+ options:
12795
+ tags:
12796
+ - checkout
12797
+ - book_ok
12798
+ - pt
12799
+ expand: true
12800
+ no-source: true
12801
+ reports:
12802
+ - format: html
12803
+ name: ${DATE}_${TASK_NAME}.html
12804
+ recipients:
12805
+ - estebanldh@gmail.com
12806
+ - nsimean@despegar.com
12807
+ - name: checkout.book_ok.pt.roundtrip
12808
+ class_name: Henry::Task::CucumberTask
12809
+ options:
12810
+ tags:
12811
+ - checkout
12812
+ - book_ok
12813
+ - pt
12784
12814
  - roundtrip
12785
12815
  expand: true
12786
12816
  no-source: true
@@ -12790,13 +12820,13 @@ tasks:
12790
12820
  recipients:
12791
12821
  - estebanldh@gmail.com
12792
12822
  - nsimean@despegar.com
12793
- - name: checkout.error_messages.ar.oneway
12823
+ - name: checkout.book_ok.pt.oneway
12794
12824
  class_name: Henry::Task::CucumberTask
12795
12825
  options:
12796
12826
  tags:
12797
12827
  - checkout
12798
- - error_messages
12799
- - ar
12828
+ - book_ok
12829
+ - pt
12800
12830
  - oneway
12801
12831
  expand: true
12802
12832
  no-source: true
@@ -12806,13 +12836,13 @@ tasks:
12806
12836
  recipients:
12807
12837
  - estebanldh@gmail.com
12808
12838
  - nsimean@despegar.com
12809
- - name: checkout.error_messages.ar.multipledestinations
12839
+ - name: checkout.book_ok.pt.multipledestinations
12810
12840
  class_name: Henry::Task::CucumberTask
12811
12841
  options:
12812
12842
  tags:
12813
12843
  - checkout
12814
- - error_messages
12815
- - ar
12844
+ - book_ok
12845
+ - pt
12816
12846
  - multipledestinations
12817
12847
  expand: true
12818
12848
  no-source: true
@@ -12822,13 +12852,13 @@ tasks:
12822
12852
  recipients:
12823
12853
  - estebanldh@gmail.com
12824
12854
  - nsimean@despegar.com
12825
- - name: checkout.error_messages.us
12855
+ - name: checkout.book_ok.in
12826
12856
  class_name: Henry::Task::CucumberTask
12827
12857
  options:
12828
12858
  tags:
12829
12859
  - checkout
12830
- - error_messages
12831
- - us
12860
+ - book_ok
12861
+ - in
12832
12862
  expand: true
12833
12863
  no-source: true
12834
12864
  reports:
@@ -12837,13 +12867,13 @@ tasks:
12837
12867
  recipients:
12838
12868
  - estebanldh@gmail.com
12839
12869
  - nsimean@despegar.com
12840
- - name: checkout.error_messages.us.roundtrip
12870
+ - name: checkout.book_ok.in.roundtrip
12841
12871
  class_name: Henry::Task::CucumberTask
12842
12872
  options:
12843
12873
  tags:
12844
12874
  - checkout
12845
- - error_messages
12846
- - us
12875
+ - book_ok
12876
+ - in
12847
12877
  - roundtrip
12848
12878
  expand: true
12849
12879
  no-source: true
@@ -12853,13 +12883,13 @@ tasks:
12853
12883
  recipients:
12854
12884
  - estebanldh@gmail.com
12855
12885
  - nsimean@despegar.com
12856
- - name: checkout.error_messages.us.oneway
12886
+ - name: checkout.book_ok.in.oneway
12857
12887
  class_name: Henry::Task::CucumberTask
12858
12888
  options:
12859
12889
  tags:
12860
12890
  - checkout
12861
- - error_messages
12862
- - us
12891
+ - book_ok
12892
+ - in
12863
12893
  - oneway
12864
12894
  expand: true
12865
12895
  no-source: true
@@ -12869,13 +12899,13 @@ tasks:
12869
12899
  recipients:
12870
12900
  - estebanldh@gmail.com
12871
12901
  - nsimean@despegar.com
12872
- - name: checkout.error_messages.us.multipledestinations
12902
+ - name: checkout.book_ok.in.multipledestinations
12873
12903
  class_name: Henry::Task::CucumberTask
12874
12904
  options:
12875
12905
  tags:
12876
12906
  - checkout
12877
- - error_messages
12878
- - us
12907
+ - book_ok
12908
+ - in
12879
12909
  - multipledestinations
12880
12910
  expand: true
12881
12911
  no-source: true
@@ -12885,13 +12915,13 @@ tasks:
12885
12915
  recipients:
12886
12916
  - estebanldh@gmail.com
12887
12917
  - nsimean@despegar.com
12888
- - name: checkout.error_messages.ve
12918
+ - name: checkout.book_ok.cn
12889
12919
  class_name: Henry::Task::CucumberTask
12890
12920
  options:
12891
12921
  tags:
12892
12922
  - checkout
12893
- - error_messages
12894
- - ve
12923
+ - book_ok
12924
+ - cn
12895
12925
  expand: true
12896
12926
  no-source: true
12897
12927
  reports:
@@ -12900,13 +12930,13 @@ tasks:
12900
12930
  recipients:
12901
12931
  - estebanldh@gmail.com
12902
12932
  - nsimean@despegar.com
12903
- - name: checkout.error_messages.ve.roundtrip
12933
+ - name: checkout.book_ok.cn.roundtrip
12904
12934
  class_name: Henry::Task::CucumberTask
12905
12935
  options:
12906
12936
  tags:
12907
12937
  - checkout
12908
- - error_messages
12909
- - ve
12938
+ - book_ok
12939
+ - cn
12910
12940
  - roundtrip
12911
12941
  expand: true
12912
12942
  no-source: true
@@ -12916,13 +12946,13 @@ tasks:
12916
12946
  recipients:
12917
12947
  - estebanldh@gmail.com
12918
12948
  - nsimean@despegar.com
12919
- - name: checkout.error_messages.ve.oneway
12949
+ - name: checkout.book_ok.cn.oneway
12920
12950
  class_name: Henry::Task::CucumberTask
12921
12951
  options:
12922
12952
  tags:
12923
12953
  - checkout
12924
- - error_messages
12925
- - ve
12954
+ - book_ok
12955
+ - cn
12926
12956
  - oneway
12927
12957
  expand: true
12928
12958
  no-source: true
@@ -12932,13 +12962,14 @@ tasks:
12932
12962
  recipients:
12933
12963
  - estebanldh@gmail.com
12934
12964
  - nsimean@despegar.com
12935
- - name: checkout.error_messages.br
12965
+ - name: checkout.book_ok.cn.multipledestinations
12936
12966
  class_name: Henry::Task::CucumberTask
12937
12967
  options:
12938
12968
  tags:
12939
12969
  - checkout
12940
- - error_messages
12941
- - br
12970
+ - book_ok
12971
+ - cn
12972
+ - multipledestinations
12942
12973
  expand: true
12943
12974
  no-source: true
12944
12975
  reports:
@@ -12947,13 +12978,28 @@ tasks:
12947
12978
  recipients:
12948
12979
  - estebanldh@gmail.com
12949
12980
  - nsimean@despegar.com
12950
- - name: checkout.error_messages.br.roundtrip
12981
+ - name: checkout.book_ok.ar
12951
12982
  class_name: Henry::Task::CucumberTask
12952
12983
  options:
12953
12984
  tags:
12954
12985
  - checkout
12955
- - error_messages
12956
- - br
12986
+ - book_ok
12987
+ - ar
12988
+ expand: true
12989
+ no-source: true
12990
+ reports:
12991
+ - format: html
12992
+ name: ${DATE}_${TASK_NAME}.html
12993
+ recipients:
12994
+ - estebanldh@gmail.com
12995
+ - nsimean@despegar.com
12996
+ - name: checkout.book_ok.ar.roundtrip
12997
+ class_name: Henry::Task::CucumberTask
12998
+ options:
12999
+ tags:
13000
+ - checkout
13001
+ - book_ok
13002
+ - ar
12957
13003
  - roundtrip
12958
13004
  expand: true
12959
13005
  no-source: true
@@ -12963,13 +13009,13 @@ tasks:
12963
13009
  recipients:
12964
13010
  - estebanldh@gmail.com
12965
13011
  - nsimean@despegar.com
12966
- - name: checkout.error_messages.br.oneway
13012
+ - name: checkout.book_ok.ar.oneway
12967
13013
  class_name: Henry::Task::CucumberTask
12968
13014
  options:
12969
13015
  tags:
12970
13016
  - checkout
12971
- - error_messages
12972
- - br
13017
+ - book_ok
13018
+ - ar
12973
13019
  - oneway
12974
13020
  expand: true
12975
13021
  no-source: true
@@ -12979,12 +13025,14 @@ tasks:
12979
13025
  recipients:
12980
13026
  - estebanldh@gmail.com
12981
13027
  - nsimean@despegar.com
12982
- - name: checkout.fast_checkout
13028
+ - name: checkout.book_ok.ar.multipledestinations
12983
13029
  class_name: Henry::Task::CucumberTask
12984
13030
  options:
12985
13031
  tags:
12986
13032
  - checkout
12987
- - fast_checkout
13033
+ - book_ok
13034
+ - ar
13035
+ - multipledestinations
12988
13036
  expand: true
12989
13037
  no-source: true
12990
13038
  reports:
@@ -12993,13 +13041,13 @@ tasks:
12993
13041
  recipients:
12994
13042
  - estebanldh@gmail.com
12995
13043
  - nsimean@despegar.com
12996
- - name: checkout.fast_checkout.ar
13044
+ - name: checkout.book_ok.co
12997
13045
  class_name: Henry::Task::CucumberTask
12998
13046
  options:
12999
13047
  tags:
13000
13048
  - checkout
13001
- - fast_checkout
13002
- - ar
13049
+ - book_ok
13050
+ - co
13003
13051
  expand: true
13004
13052
  no-source: true
13005
13053
  reports:
@@ -13008,13 +13056,13 @@ tasks:
13008
13056
  recipients:
13009
13057
  - estebanldh@gmail.com
13010
13058
  - nsimean@despegar.com
13011
- - name: checkout.fast_checkout.ar.roundtrip
13059
+ - name: checkout.book_ok.co.roundtrip
13012
13060
  class_name: Henry::Task::CucumberTask
13013
13061
  options:
13014
13062
  tags:
13015
13063
  - checkout
13016
- - fast_checkout
13017
- - ar
13064
+ - book_ok
13065
+ - co
13018
13066
  - roundtrip
13019
13067
  expand: true
13020
13068
  no-source: true
@@ -13024,13 +13072,14 @@ tasks:
13024
13072
  recipients:
13025
13073
  - estebanldh@gmail.com
13026
13074
  - nsimean@despegar.com
13027
- - name: checkout.fast_checkout.us
13075
+ - name: checkout.book_ok.co.oneway
13028
13076
  class_name: Henry::Task::CucumberTask
13029
13077
  options:
13030
13078
  tags:
13031
13079
  - checkout
13032
- - fast_checkout
13033
- - us
13080
+ - book_ok
13081
+ - co
13082
+ - oneway
13034
13083
  expand: true
13035
13084
  no-source: true
13036
13085
  reports:
@@ -13039,14 +13088,14 @@ tasks:
13039
13088
  recipients:
13040
13089
  - estebanldh@gmail.com
13041
13090
  - nsimean@despegar.com
13042
- - name: checkout.fast_checkout.us.oneway
13091
+ - name: checkout.book_ok.co.multipledestinations
13043
13092
  class_name: Henry::Task::CucumberTask
13044
13093
  options:
13045
13094
  tags:
13046
13095
  - checkout
13047
- - fast_checkout
13048
- - us
13049
- - oneway
13096
+ - book_ok
13097
+ - co
13098
+ - multipledestinations
13050
13099
  expand: true
13051
13100
  no-source: true
13052
13101
  reports:
@@ -13055,13 +13104,13 @@ tasks:
13055
13104
  recipients:
13056
13105
  - estebanldh@gmail.com
13057
13106
  - nsimean@despegar.com
13058
- - name: checkout.fast_checkout.br
13107
+ - name: checkout.book_ok.cl
13059
13108
  class_name: Henry::Task::CucumberTask
13060
13109
  options:
13061
13110
  tags:
13062
13111
  - checkout
13063
- - fast_checkout
13064
- - br
13112
+ - book_ok
13113
+ - cl
13065
13114
  expand: true
13066
13115
  no-source: true
13067
13116
  reports:
@@ -13070,13 +13119,13 @@ tasks:
13070
13119
  recipients:
13071
13120
  - estebanldh@gmail.com
13072
13121
  - nsimean@despegar.com
13073
- - name: checkout.fast_checkout.br.roundtrip
13122
+ - name: checkout.book_ok.cl.roundtrip
13074
13123
  class_name: Henry::Task::CucumberTask
13075
13124
  options:
13076
13125
  tags:
13077
13126
  - checkout
13078
- - fast_checkout
13079
- - br
13127
+ - book_ok
13128
+ - cl
13080
13129
  - roundtrip
13081
13130
  expand: true
13082
13131
  no-source: true
@@ -13086,12 +13135,14 @@ tasks:
13086
13135
  recipients:
13087
13136
  - estebanldh@gmail.com
13088
13137
  - nsimean@despegar.com
13089
- - name: checkout.price_jump
13138
+ - name: checkout.book_ok.cl.oneway
13090
13139
  class_name: Henry::Task::CucumberTask
13091
13140
  options:
13092
13141
  tags:
13093
13142
  - checkout
13094
- - price_jump
13143
+ - book_ok
13144
+ - cl
13145
+ - oneway
13095
13146
  expand: true
13096
13147
  no-source: true
13097
13148
  reports:
@@ -13100,13 +13151,14 @@ tasks:
13100
13151
  recipients:
13101
13152
  - estebanldh@gmail.com
13102
13153
  - nsimean@despegar.com
13103
- - name: checkout.price_jump.ar
13154
+ - name: checkout.book_ok.cl.multipledestinations
13104
13155
  class_name: Henry::Task::CucumberTask
13105
13156
  options:
13106
13157
  tags:
13107
13158
  - checkout
13108
- - price_jump
13109
- - ar
13159
+ - book_ok
13160
+ - cl
13161
+ - multipledestinations
13110
13162
  expand: true
13111
13163
  no-source: true
13112
13164
  reports:
@@ -13115,14 +13167,13 @@ tasks:
13115
13167
  recipients:
13116
13168
  - estebanldh@gmail.com
13117
13169
  - nsimean@despegar.com
13118
- - name: checkout.price_jump.ar.roundtrip
13170
+ - name: checkout.book_ok.cr
13119
13171
  class_name: Henry::Task::CucumberTask
13120
13172
  options:
13121
13173
  tags:
13122
13174
  - checkout
13123
- - price_jump
13124
- - ar
13125
- - roundtrip
13175
+ - book_ok
13176
+ - cr
13126
13177
  expand: true
13127
13178
  no-source: true
13128
13179
  reports:
@@ -13131,13 +13182,14 @@ tasks:
13131
13182
  recipients:
13132
13183
  - estebanldh@gmail.com
13133
13184
  - nsimean@despegar.com
13134
- - name: checkout.price_jump.us
13185
+ - name: checkout.book_ok.cr.roundtrip
13135
13186
  class_name: Henry::Task::CucumberTask
13136
13187
  options:
13137
13188
  tags:
13138
13189
  - checkout
13139
- - price_jump
13140
- - us
13190
+ - book_ok
13191
+ - cr
13192
+ - roundtrip
13141
13193
  expand: true
13142
13194
  no-source: true
13143
13195
  reports:
@@ -13146,14 +13198,14 @@ tasks:
13146
13198
  recipients:
13147
13199
  - estebanldh@gmail.com
13148
13200
  - nsimean@despegar.com
13149
- - name: checkout.price_jump.us.multipledestinations
13201
+ - name: checkout.book_ok.cr.oneway
13150
13202
  class_name: Henry::Task::CucumberTask
13151
13203
  options:
13152
13204
  tags:
13153
13205
  - checkout
13154
- - price_jump
13155
- - us
13156
- - multipledestinations
13206
+ - book_ok
13207
+ - cr
13208
+ - oneway
13157
13209
  expand: true
13158
13210
  no-source: true
13159
13211
  reports:
@@ -13162,13 +13214,14 @@ tasks:
13162
13214
  recipients:
13163
13215
  - estebanldh@gmail.com
13164
13216
  - nsimean@despegar.com
13165
- - name: checkout.price_jump.br
13217
+ - name: checkout.book_ok.cr.multipledestinations
13166
13218
  class_name: Henry::Task::CucumberTask
13167
13219
  options:
13168
13220
  tags:
13169
13221
  - checkout
13170
- - price_jump
13171
- - br
13222
+ - book_ok
13223
+ - cr
13224
+ - multipledestinations
13172
13225
  expand: true
13173
13226
  no-source: true
13174
13227
  reports:
@@ -13177,14 +13230,13 @@ tasks:
13177
13230
  recipients:
13178
13231
  - estebanldh@gmail.com
13179
13232
  - nsimean@despegar.com
13180
- - name: checkout.price_jump.br.oneway
13233
+ - name: checkout.book_ok.ec
13181
13234
  class_name: Henry::Task::CucumberTask
13182
13235
  options:
13183
13236
  tags:
13184
13237
  - checkout
13185
- - price_jump
13186
- - br
13187
- - oneway
13238
+ - book_ok
13239
+ - ec
13188
13240
  expand: true
13189
13241
  no-source: true
13190
13242
  reports:
@@ -13193,13 +13245,14 @@ tasks:
13193
13245
  recipients:
13194
13246
  - estebanldh@gmail.com
13195
13247
  - nsimean@despegar.com
13196
- - name: checkout.price_jump.co
13248
+ - name: checkout.book_ok.ec.roundtrip
13197
13249
  class_name: Henry::Task::CucumberTask
13198
13250
  options:
13199
13251
  tags:
13200
13252
  - checkout
13201
- - price_jump
13202
- - co
13253
+ - book_ok
13254
+ - ec
13255
+ - roundtrip
13203
13256
  expand: true
13204
13257
  no-source: true
13205
13258
  reports:
@@ -13208,13 +13261,13 @@ tasks:
13208
13261
  recipients:
13209
13262
  - estebanldh@gmail.com
13210
13263
  - nsimean@despegar.com
13211
- - name: checkout.price_jump.co.oneway
13264
+ - name: checkout.book_ok.ec.oneway
13212
13265
  class_name: Henry::Task::CucumberTask
13213
13266
  options:
13214
13267
  tags:
13215
13268
  - checkout
13216
- - price_jump
13217
- - co
13269
+ - book_ok
13270
+ - ec
13218
13271
  - oneway
13219
13272
  expand: true
13220
13273
  no-source: true
@@ -13224,12 +13277,14 @@ tasks:
13224
13277
  recipients:
13225
13278
  - estebanldh@gmail.com
13226
13279
  - nsimean@despegar.com
13227
- - name: checkout.multipleoneway
13280
+ - name: checkout.book_ok.ec.multipledestinations
13228
13281
  class_name: Henry::Task::CucumberTask
13229
13282
  options:
13230
13283
  tags:
13231
13284
  - checkout
13232
- - multipleoneway
13285
+ - book_ok
13286
+ - ec
13287
+ - multipledestinations
13233
13288
  expand: true
13234
13289
  no-source: true
13235
13290
  reports:
@@ -13238,13 +13293,13 @@ tasks:
13238
13293
  recipients:
13239
13294
  - estebanldh@gmail.com
13240
13295
  - nsimean@despegar.com
13241
- - name: checkout.multipleoneway.br
13296
+ - name: checkout.book_ok.mx
13242
13297
  class_name: Henry::Task::CucumberTask
13243
13298
  options:
13244
13299
  tags:
13245
13300
  - checkout
13246
- - multipleoneway
13247
- - br
13301
+ - book_ok
13302
+ - mx
13248
13303
  expand: true
13249
13304
  no-source: true
13250
13305
  reports:
@@ -13253,12 +13308,14 @@ tasks:
13253
13308
  recipients:
13254
13309
  - estebanldh@gmail.com
13255
13310
  - nsimean@despegar.com
13256
- - name: checkout.braspag
13311
+ - name: checkout.book_ok.mx.roundtrip
13257
13312
  class_name: Henry::Task::CucumberTask
13258
13313
  options:
13259
13314
  tags:
13260
13315
  - checkout
13261
- - braspag
13316
+ - book_ok
13317
+ - mx
13318
+ - roundtrip
13262
13319
  expand: true
13263
13320
  no-source: true
13264
13321
  reports:
@@ -13267,13 +13324,14 @@ tasks:
13267
13324
  recipients:
13268
13325
  - estebanldh@gmail.com
13269
13326
  - nsimean@despegar.com
13270
- - name: checkout.braspag.br
13327
+ - name: checkout.book_ok.mx.oneway
13271
13328
  class_name: Henry::Task::CucumberTask
13272
13329
  options:
13273
13330
  tags:
13274
13331
  - checkout
13275
- - braspag
13276
- - br
13332
+ - book_ok
13333
+ - mx
13334
+ - oneway
13277
13335
  expand: true
13278
13336
  no-source: true
13279
13337
  reports:
@@ -13282,12 +13340,14 @@ tasks:
13282
13340
  recipients:
13283
13341
  - estebanldh@gmail.com
13284
13342
  - nsimean@despegar.com
13285
- - name: checkout.debito
13343
+ - name: checkout.book_ok.mx.multipledestinations
13286
13344
  class_name: Henry::Task::CucumberTask
13287
13345
  options:
13288
13346
  tags:
13289
13347
  - checkout
13290
- - debito
13348
+ - book_ok
13349
+ - mx
13350
+ - multipledestinations
13291
13351
  expand: true
13292
13352
  no-source: true
13293
13353
  reports:
@@ -13296,13 +13356,13 @@ tasks:
13296
13356
  recipients:
13297
13357
  - estebanldh@gmail.com
13298
13358
  - nsimean@despegar.com
13299
- - name: checkout.debito.mx
13359
+ - name: checkout.book_ok.pa
13300
13360
  class_name: Henry::Task::CucumberTask
13301
13361
  options:
13302
13362
  tags:
13303
13363
  - checkout
13304
- - debito
13305
- - mx
13364
+ - book_ok
13365
+ - pa
13306
13366
  expand: true
13307
13367
  no-source: true
13308
13368
  reports:
@@ -13311,13 +13371,13 @@ tasks:
13311
13371
  recipients:
13312
13372
  - estebanldh@gmail.com
13313
13373
  - nsimean@despegar.com
13314
- - name: checkout.debito.mx.roundtrip
13374
+ - name: checkout.book_ok.pa.roundtrip
13315
13375
  class_name: Henry::Task::CucumberTask
13316
13376
  options:
13317
13377
  tags:
13318
13378
  - checkout
13319
- - debito
13320
- - mx
13379
+ - book_ok
13380
+ - pa
13321
13381
  - roundtrip
13322
13382
  expand: true
13323
13383
  no-source: true
@@ -13327,13 +13387,13 @@ tasks:
13327
13387
  recipients:
13328
13388
  - estebanldh@gmail.com
13329
13389
  - nsimean@despegar.com
13330
- - name: checkout.debito.mx.oneway
13390
+ - name: checkout.book_ok.pa.oneway
13331
13391
  class_name: Henry::Task::CucumberTask
13332
13392
  options:
13333
13393
  tags:
13334
13394
  - checkout
13335
- - debito
13336
- - mx
13395
+ - book_ok
13396
+ - pa
13337
13397
  - oneway
13338
13398
  expand: true
13339
13399
  no-source: true
@@ -13343,13 +13403,13 @@ tasks:
13343
13403
  recipients:
13344
13404
  - estebanldh@gmail.com
13345
13405
  - nsimean@despegar.com
13346
- - name: checkout.debito.mx.multipledestinations
13406
+ - name: checkout.book_ok.pa.multipledestinations
13347
13407
  class_name: Henry::Task::CucumberTask
13348
13408
  options:
13349
13409
  tags:
13350
13410
  - checkout
13351
- - debito
13352
- - mx
13411
+ - book_ok
13412
+ - pa
13353
13413
  - multipledestinations
13354
13414
  expand: true
13355
13415
  no-source: true
@@ -13359,12 +13419,12 @@ tasks:
13359
13419
  recipients:
13360
13420
  - estebanldh@gmail.com
13361
13421
  - nsimean@despegar.com
13362
- - name: checkout.debito.pe
13422
+ - name: checkout.book_ok.pe
13363
13423
  class_name: Henry::Task::CucumberTask
13364
13424
  options:
13365
13425
  tags:
13366
13426
  - checkout
13367
- - debito
13427
+ - book_ok
13368
13428
  - pe
13369
13429
  expand: true
13370
13430
  no-source: true
@@ -13374,12 +13434,12 @@ tasks:
13374
13434
  recipients:
13375
13435
  - estebanldh@gmail.com
13376
13436
  - nsimean@despegar.com
13377
- - name: checkout.debito.pe.roundtrip
13437
+ - name: checkout.book_ok.pe.roundtrip
13378
13438
  class_name: Henry::Task::CucumberTask
13379
13439
  options:
13380
13440
  tags:
13381
13441
  - checkout
13382
- - debito
13442
+ - book_ok
13383
13443
  - pe
13384
13444
  - roundtrip
13385
13445
  expand: true
@@ -13390,12 +13450,12 @@ tasks:
13390
13450
  recipients:
13391
13451
  - estebanldh@gmail.com
13392
13452
  - nsimean@despegar.com
13393
- - name: checkout.debito.pe.oneway
13453
+ - name: checkout.book_ok.pe.oneway
13394
13454
  class_name: Henry::Task::CucumberTask
13395
13455
  options:
13396
13456
  tags:
13397
13457
  - checkout
13398
- - debito
13458
+ - book_ok
13399
13459
  - pe
13400
13460
  - oneway
13401
13461
  expand: true
@@ -13406,12 +13466,12 @@ tasks:
13406
13466
  recipients:
13407
13467
  - estebanldh@gmail.com
13408
13468
  - nsimean@despegar.com
13409
- - name: checkout.debito.pe.multipledestinations
13469
+ - name: checkout.book_ok.pe.multipledestinations
13410
13470
  class_name: Henry::Task::CucumberTask
13411
13471
  options:
13412
13472
  tags:
13413
13473
  - checkout
13414
- - debito
13474
+ - book_ok
13415
13475
  - pe
13416
13476
  - multipledestinations
13417
13477
  expand: true
@@ -13422,27 +13482,13 @@ tasks:
13422
13482
  recipients:
13423
13483
  - estebanldh@gmail.com
13424
13484
  - nsimean@despegar.com
13425
- - name: checkout.book_ok_ticketed
13426
- class_name: Henry::Task::CucumberTask
13427
- options:
13428
- tags:
13429
- - checkout
13430
- - book_ok_ticketed
13431
- expand: true
13432
- no-source: true
13433
- reports:
13434
- - format: html
13435
- name: ${DATE}_${TASK_NAME}.html
13436
- recipients:
13437
- - estebanldh@gmail.com
13438
- - nsimean@despegar.com
13439
- - name: checkout.book_ok_ticketed.ar
13485
+ - name: checkout.book_ok.us
13440
13486
  class_name: Henry::Task::CucumberTask
13441
13487
  options:
13442
13488
  tags:
13443
13489
  - checkout
13444
- - book_ok_ticketed
13445
- - ar
13490
+ - book_ok
13491
+ - us
13446
13492
  expand: true
13447
13493
  no-source: true
13448
13494
  reports:
@@ -13451,13 +13497,13 @@ tasks:
13451
13497
  recipients:
13452
13498
  - estebanldh@gmail.com
13453
13499
  - nsimean@despegar.com
13454
- - name: checkout.book_ok_ticketed.ar.roundtrip
13500
+ - name: checkout.book_ok.us.roundtrip
13455
13501
  class_name: Henry::Task::CucumberTask
13456
13502
  options:
13457
13503
  tags:
13458
13504
  - checkout
13459
- - book_ok_ticketed
13460
- - ar
13505
+ - book_ok
13506
+ - us
13461
13507
  - roundtrip
13462
13508
  expand: true
13463
13509
  no-source: true
@@ -13467,13 +13513,13 @@ tasks:
13467
13513
  recipients:
13468
13514
  - estebanldh@gmail.com
13469
13515
  - nsimean@despegar.com
13470
- - name: checkout.book_ok_ticketed.ar.oneway
13516
+ - name: checkout.book_ok.us.oneway
13471
13517
  class_name: Henry::Task::CucumberTask
13472
13518
  options:
13473
13519
  tags:
13474
13520
  - checkout
13475
- - book_ok_ticketed
13476
- - ar
13521
+ - book_ok
13522
+ - us
13477
13523
  - oneway
13478
13524
  expand: true
13479
13525
  no-source: true
@@ -13483,13 +13529,13 @@ tasks:
13483
13529
  recipients:
13484
13530
  - estebanldh@gmail.com
13485
13531
  - nsimean@despegar.com
13486
- - name: checkout.book_ok_ticketed.ar.multipledestinations
13532
+ - name: checkout.book_ok.us.multipledestinations
13487
13533
  class_name: Henry::Task::CucumberTask
13488
13534
  options:
13489
13535
  tags:
13490
13536
  - checkout
13491
- - book_ok_ticketed
13492
- - ar
13537
+ - book_ok
13538
+ - us
13493
13539
  - multipledestinations
13494
13540
  expand: true
13495
13541
  no-source: true
@@ -13499,13 +13545,13 @@ tasks:
13499
13545
  recipients:
13500
13546
  - estebanldh@gmail.com
13501
13547
  - nsimean@despegar.com
13502
- - name: checkout.book_ok_ticketed.mx
13548
+ - name: checkout.book_ok.uy
13503
13549
  class_name: Henry::Task::CucumberTask
13504
13550
  options:
13505
13551
  tags:
13506
13552
  - checkout
13507
- - book_ok_ticketed
13508
- - mx
13553
+ - book_ok
13554
+ - uy
13509
13555
  expand: true
13510
13556
  no-source: true
13511
13557
  reports:
@@ -13514,13 +13560,13 @@ tasks:
13514
13560
  recipients:
13515
13561
  - estebanldh@gmail.com
13516
13562
  - nsimean@despegar.com
13517
- - name: checkout.book_ok_ticketed.mx.roundtrip
13563
+ - name: checkout.book_ok.uy.roundtrip
13518
13564
  class_name: Henry::Task::CucumberTask
13519
13565
  options:
13520
13566
  tags:
13521
13567
  - checkout
13522
- - book_ok_ticketed
13523
- - mx
13568
+ - book_ok
13569
+ - uy
13524
13570
  - roundtrip
13525
13571
  expand: true
13526
13572
  no-source: true
@@ -13530,13 +13576,13 @@ tasks:
13530
13576
  recipients:
13531
13577
  - estebanldh@gmail.com
13532
13578
  - nsimean@despegar.com
13533
- - name: checkout.book_ok_ticketed.mx.oneway
13579
+ - name: checkout.book_ok.uy.oneway
13534
13580
  class_name: Henry::Task::CucumberTask
13535
13581
  options:
13536
13582
  tags:
13537
13583
  - checkout
13538
- - book_ok_ticketed
13539
- - mx
13584
+ - book_ok
13585
+ - uy
13540
13586
  - oneway
13541
13587
  expand: true
13542
13588
  no-source: true
@@ -13546,13 +13592,13 @@ tasks:
13546
13592
  recipients:
13547
13593
  - estebanldh@gmail.com
13548
13594
  - nsimean@despegar.com
13549
- - name: checkout.book_ok_ticketed.mx.multipledestinations
13595
+ - name: checkout.book_ok.uy.multipledestinations
13550
13596
  class_name: Henry::Task::CucumberTask
13551
13597
  options:
13552
13598
  tags:
13553
13599
  - checkout
13554
- - book_ok_ticketed
13555
- - mx
13600
+ - book_ok
13601
+ - uy
13556
13602
  - multipledestinations
13557
13603
  expand: true
13558
13604
  no-source: true
@@ -13562,13 +13608,13 @@ tasks:
13562
13608
  recipients:
13563
13609
  - estebanldh@gmail.com
13564
13610
  - nsimean@despegar.com
13565
- - name: checkout.book_ok_ticketed.us
13611
+ - name: checkout.book_ok.ve
13566
13612
  class_name: Henry::Task::CucumberTask
13567
13613
  options:
13568
13614
  tags:
13569
13615
  - checkout
13570
- - book_ok_ticketed
13571
- - us
13616
+ - book_ok
13617
+ - ve
13572
13618
  expand: true
13573
13619
  no-source: true
13574
13620
  reports:
@@ -13577,13 +13623,13 @@ tasks:
13577
13623
  recipients:
13578
13624
  - estebanldh@gmail.com
13579
13625
  - nsimean@despegar.com
13580
- - name: checkout.book_ok_ticketed.us.roundtrip
13626
+ - name: checkout.book_ok.ve.roundtrip
13581
13627
  class_name: Henry::Task::CucumberTask
13582
13628
  options:
13583
13629
  tags:
13584
13630
  - checkout
13585
- - book_ok_ticketed
13586
- - us
13631
+ - book_ok
13632
+ - ve
13587
13633
  - roundtrip
13588
13634
  expand: true
13589
13635
  no-source: true
@@ -13593,13 +13639,13 @@ tasks:
13593
13639
  recipients:
13594
13640
  - estebanldh@gmail.com
13595
13641
  - nsimean@despegar.com
13596
- - name: checkout.book_ok_ticketed.us.oneway
13642
+ - name: checkout.book_ok.ve.oneway
13597
13643
  class_name: Henry::Task::CucumberTask
13598
13644
  options:
13599
13645
  tags:
13600
13646
  - checkout
13601
- - book_ok_ticketed
13602
- - us
13647
+ - book_ok
13648
+ - ve
13603
13649
  - oneway
13604
13650
  expand: true
13605
13651
  no-source: true
@@ -13609,28 +13655,12 @@ tasks:
13609
13655
  recipients:
13610
13656
  - estebanldh@gmail.com
13611
13657
  - nsimean@despegar.com
13612
- - name: checkout.book_ok_ticketed.us.multipledestinations
13613
- class_name: Henry::Task::CucumberTask
13614
- options:
13615
- tags:
13616
- - checkout
13617
- - book_ok_ticketed
13618
- - us
13619
- - multipledestinations
13620
- expand: true
13621
- no-source: true
13622
- reports:
13623
- - format: html
13624
- name: ${DATE}_${TASK_NAME}.html
13625
- recipients:
13626
- - estebanldh@gmail.com
13627
- - nsimean@despegar.com
13628
- - name: checkout.book_ok_ticketed.br
13658
+ - name: checkout.book_ok.br
13629
13659
  class_name: Henry::Task::CucumberTask
13630
13660
  options:
13631
13661
  tags:
13632
13662
  - checkout
13633
- - book_ok_ticketed
13663
+ - book_ok
13634
13664
  - br
13635
13665
  expand: true
13636
13666
  no-source: true
@@ -13640,12 +13670,12 @@ tasks:
13640
13670
  recipients:
13641
13671
  - estebanldh@gmail.com
13642
13672
  - nsimean@despegar.com
13643
- - name: checkout.book_ok_ticketed.br.roundtrip
13673
+ - name: checkout.book_ok.br.roundtrip
13644
13674
  class_name: Henry::Task::CucumberTask
13645
13675
  options:
13646
13676
  tags:
13647
13677
  - checkout
13648
- - book_ok_ticketed
13678
+ - book_ok
13649
13679
  - br
13650
13680
  - roundtrip
13651
13681
  expand: true
@@ -13656,12 +13686,12 @@ tasks:
13656
13686
  recipients:
13657
13687
  - estebanldh@gmail.com
13658
13688
  - nsimean@despegar.com
13659
- - name: checkout.book_ok_ticketed.br.oneway
13689
+ - name: checkout.book_ok.br.oneway
13660
13690
  class_name: Henry::Task::CucumberTask
13661
13691
  options:
13662
13692
  tags:
13663
13693
  - checkout
13664
- - book_ok_ticketed
13694
+ - book_ok
13665
13695
  - br
13666
13696
  - oneway
13667
13697
  expand: true
@@ -13672,12 +13702,12 @@ tasks:
13672
13702
  recipients:
13673
13703
  - estebanldh@gmail.com
13674
13704
  - nsimean@despegar.com
13675
- - name: checkout.book_ok_ticketed.br.multipledestinations
13705
+ - name: checkout.book_ok.br.multipledestinations
13676
13706
  class_name: Henry::Task::CucumberTask
13677
13707
  options:
13678
13708
  tags:
13679
13709
  - checkout
13680
- - book_ok_ticketed
13710
+ - book_ok
13681
13711
  - br
13682
13712
  - multipledestinations
13683
13713
  expand: true