flights_gui_tests 0.0.24 → 0.0.25

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: 0775c129ee7f08671e0bfbc1a9ea4e1508f174e9
4
- data.tar.gz: 6a9f5754a3bd9e789d8c3999f026f6f3fc60b453
3
+ metadata.gz: 919b5f22c11d24e5b7a80adab59ee1d8a781992c
4
+ data.tar.gz: b0278db5208ae1542d3505deeb703e8a7ad62b6b
5
5
  SHA512:
6
- metadata.gz: 4f907356ea43f9d1979b542c3c6f23ac7ef579b3824dadbda99a6a4c0b7e8bd4311231b1de96643cc7798df2d3f85ac494ad10500cf19307eb9b2ba54d080f4d
7
- data.tar.gz: 22011a630ecc75eeb16ce695b136fb17142c1e9e6ff5a1acf033b1618fa8b6f04310cea3cdb451ce18eb1abf1857f641cf327fe4ab4d91c96f0e262f97c9de99
6
+ metadata.gz: aa4df4b2618b4d079ba34c2ca75eb3cabf5537a949e31095d14c943c42f98dd6a7da5ae74b02b067829d86fda603f8c322dd3a6a841d541d7d8eb65b557f8cc3
7
+ data.tar.gz: 2e2c84f7117914c94e0e78a5318ccff0dffcf921caec248456d137f99db29f24276ea106881996893fdea9e5a97d738a666f4a9788eb78c401410330248ecb58
@@ -12,7 +12,7 @@ Cuando(/^hago click en el icono de enviar recomendacion$/) do
12
12
  end
13
13
 
14
14
  Entonces(/^verifico que cargue el contenido del popup$/) do
15
- @page.popup_vuelos_element.when_visible()
15
+ @page.popup_mail_element.when_visible(timeout = 15)
16
16
  end
17
17
 
18
18
  Entonces(/^verifico que el asunto sea correcto "(.*?)"$/) do |arg1|
@@ -38,21 +38,18 @@ Característica: checkout.providers
38
38
  Y verifico los valores del desglose en gracias contra los del checkout
39
39
  Y verifico el tag de datalayer
40
40
 
41
- @us
41
+ @vol
42
42
  Ejemplos:
43
43
  |pais|tipo|cabotage|prov|from|to|date_from|date_to|
44
44
  |US|roundtrip|true|VOL|MEX|CUN|2014-06-28|2014-06-17|
45
45
  |US|oneway|true|VOL|LAX|CUN|2014-06-28|2014-07-17|
46
46
  |US|roundtrip|true|VOL|MEX|LAX|2014-06-01|2014-06-15|
47
47
  |US|oneway|true|VOL|MEX|GDL|2014-06-19|2014-06-27|
48
- @mx
49
- Ejemplos:
50
- |pais|tipo|cabotage|prov|from|to|date_from|date_to|
51
48
  |MX|roundtrip|true|VOL|MEX|MTY|2014-02-28|2014-03-17|
52
49
  |MX|oneway|true|VOL|MEX|GDL|2014-03-28|2014-04-17|
53
50
  |MX|roundtrip|true|VOL|MEX|CUN|2014-03-01|2014-03-15|
54
51
  |MX|oneway|true|VOL|MEX|CUN|2014-02-19|2014-02-27|
55
- @mx
52
+ @aij
56
53
  Ejemplos:
57
54
  |pais|tipo|cabotage|prov|from|to|date_from|date_to|
58
55
  |MX|roundtrip|true|AIJ|MEX|MTY|2014-02-28|2014-03-17|
@@ -15,7 +15,7 @@
15
15
 
16
16
  gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
17
17
 
18
- gem.version = '0.0.24' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
18
+ gem.version = '0.0.25' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
19
19
 
20
20
  gem.add_dependency('henry-container', '>= 0.1.39')
21
21
  gem.add_dependency('page-object')
data/henry-context.yml CHANGED
@@ -7582,909 +7582,12 @@ tasks:
7582
7582
  recipients:
7583
7583
  - estebanldh@gmail.com
7584
7584
  - nsimean@despegar.com
7585
- - name: landing.passenger
7586
- class_name: Henry::Task::CucumberTask
7587
- options:
7588
- tags:
7589
- - landing
7590
- - passenger
7591
- expand: true
7592
- no-source: true
7593
- reports:
7594
- - format: html
7595
- name: ${DATE}_${TASK_NAME}.html
7596
- recipients:
7597
- - estebanldh@gmail.com
7598
- - nsimean@despegar.com
7599
- - name: landing.passenger.ar
7600
- class_name: Henry::Task::CucumberTask
7601
- options:
7602
- tags:
7603
- - landing
7604
- - passenger
7605
- - ar
7606
- expand: true
7607
- no-source: true
7608
- reports:
7609
- - format: html
7610
- name: ${DATE}_${TASK_NAME}.html
7611
- recipients:
7612
- - estebanldh@gmail.com
7613
- - nsimean@despegar.com
7614
- - name: landing.passenger.ar.roundtrip
7615
- class_name: Henry::Task::CucumberTask
7616
- options:
7617
- tags:
7618
- - landing
7619
- - passenger
7620
- - ar
7621
- - roundtrip
7622
- expand: true
7623
- no-source: true
7624
- reports:
7625
- - format: html
7626
- name: ${DATE}_${TASK_NAME}.html
7627
- recipients:
7628
- - estebanldh@gmail.com
7629
- - nsimean@despegar.com
7630
- - name: landing.passenger.ar.oneway
7631
- class_name: Henry::Task::CucumberTask
7632
- options:
7633
- tags:
7634
- - landing
7635
- - passenger
7636
- - ar
7637
- - oneway
7638
- expand: true
7639
- no-source: true
7640
- reports:
7641
- - format: html
7642
- name: ${DATE}_${TASK_NAME}.html
7643
- recipients:
7644
- - estebanldh@gmail.com
7645
- - nsimean@despegar.com
7646
- - name: landing.passenger.br
7647
- class_name: Henry::Task::CucumberTask
7648
- options:
7649
- tags:
7650
- - landing
7651
- - passenger
7652
- - br
7653
- expand: true
7654
- no-source: true
7655
- reports:
7656
- - format: html
7657
- name: ${DATE}_${TASK_NAME}.html
7658
- recipients:
7659
- - estebanldh@gmail.com
7660
- - nsimean@despegar.com
7661
- - name: landing.passenger.br.roundtrip
7662
- class_name: Henry::Task::CucumberTask
7663
- options:
7664
- tags:
7665
- - landing
7666
- - passenger
7667
- - br
7668
- - roundtrip
7669
- expand: true
7670
- no-source: true
7671
- reports:
7672
- - format: html
7673
- name: ${DATE}_${TASK_NAME}.html
7674
- recipients:
7675
- - estebanldh@gmail.com
7676
- - nsimean@despegar.com
7677
- - name: landing.passenger.br.oneway
7678
- class_name: Henry::Task::CucumberTask
7679
- options:
7680
- tags:
7681
- - landing
7682
- - passenger
7683
- - br
7684
- - oneway
7685
- expand: true
7686
- no-source: true
7687
- reports:
7688
- - format: html
7689
- name: ${DATE}_${TASK_NAME}.html
7690
- recipients:
7691
- - estebanldh@gmail.com
7692
- - nsimean@despegar.com
7693
- - name: landing.passenger.co
7694
- class_name: Henry::Task::CucumberTask
7695
- options:
7696
- tags:
7697
- - landing
7698
- - passenger
7699
- - co
7700
- expand: true
7701
- no-source: true
7702
- reports:
7703
- - format: html
7704
- name: ${DATE}_${TASK_NAME}.html
7705
- recipients:
7706
- - estebanldh@gmail.com
7707
- - nsimean@despegar.com
7708
- - name: landing.passenger.co.roundtrip
7709
- class_name: Henry::Task::CucumberTask
7710
- options:
7711
- tags:
7712
- - landing
7713
- - passenger
7714
- - co
7715
- - roundtrip
7716
- expand: true
7717
- no-source: true
7718
- reports:
7719
- - format: html
7720
- name: ${DATE}_${TASK_NAME}.html
7721
- recipients:
7722
- - estebanldh@gmail.com
7723
- - nsimean@despegar.com
7724
- - name: landing.passenger.co.oneway
7725
- class_name: Henry::Task::CucumberTask
7726
- options:
7727
- tags:
7728
- - landing
7729
- - passenger
7730
- - co
7731
- - oneway
7732
- expand: true
7733
- no-source: true
7734
- reports:
7735
- - format: html
7736
- name: ${DATE}_${TASK_NAME}.html
7737
- recipients:
7738
- - estebanldh@gmail.com
7739
- - nsimean@despegar.com
7740
- - name: landing.passenger.cl
7741
- class_name: Henry::Task::CucumberTask
7742
- options:
7743
- tags:
7744
- - landing
7745
- - passenger
7746
- - cl
7747
- expand: true
7748
- no-source: true
7749
- reports:
7750
- - format: html
7751
- name: ${DATE}_${TASK_NAME}.html
7752
- recipients:
7753
- - estebanldh@gmail.com
7754
- - nsimean@despegar.com
7755
- - name: landing.passenger.cl.roundtrip
7756
- class_name: Henry::Task::CucumberTask
7757
- options:
7758
- tags:
7759
- - landing
7760
- - passenger
7761
- - cl
7762
- - roundtrip
7763
- expand: true
7764
- no-source: true
7765
- reports:
7766
- - format: html
7767
- name: ${DATE}_${TASK_NAME}.html
7768
- recipients:
7769
- - estebanldh@gmail.com
7770
- - nsimean@despegar.com
7771
- - name: landing.passenger.cl.oneway
7772
- class_name: Henry::Task::CucumberTask
7773
- options:
7774
- tags:
7775
- - landing
7776
- - passenger
7777
- - cl
7778
- - oneway
7779
- expand: true
7780
- no-source: true
7781
- reports:
7782
- - format: html
7783
- name: ${DATE}_${TASK_NAME}.html
7784
- recipients:
7785
- - estebanldh@gmail.com
7786
- - nsimean@despegar.com
7787
- - name: landing.passenger.cr
7788
- class_name: Henry::Task::CucumberTask
7789
- options:
7790
- tags:
7791
- - landing
7792
- - passenger
7793
- - cr
7794
- expand: true
7795
- no-source: true
7796
- reports:
7797
- - format: html
7798
- name: ${DATE}_${TASK_NAME}.html
7799
- recipients:
7800
- - estebanldh@gmail.com
7801
- - nsimean@despegar.com
7802
- - name: landing.passenger.cr.roundtrip
7803
- class_name: Henry::Task::CucumberTask
7804
- options:
7805
- tags:
7806
- - landing
7807
- - passenger
7808
- - cr
7809
- - roundtrip
7810
- expand: true
7811
- no-source: true
7812
- reports:
7813
- - format: html
7814
- name: ${DATE}_${TASK_NAME}.html
7815
- recipients:
7816
- - estebanldh@gmail.com
7817
- - nsimean@despegar.com
7818
- - name: landing.passenger.cr.oneway
7819
- class_name: Henry::Task::CucumberTask
7820
- options:
7821
- tags:
7822
- - landing
7823
- - passenger
7824
- - cr
7825
- - oneway
7826
- expand: true
7827
- no-source: true
7828
- reports:
7829
- - format: html
7830
- name: ${DATE}_${TASK_NAME}.html
7831
- recipients:
7832
- - estebanldh@gmail.com
7833
- - nsimean@despegar.com
7834
- - name: landing.passenger.ec
7835
- class_name: Henry::Task::CucumberTask
7836
- options:
7837
- tags:
7838
- - landing
7839
- - passenger
7840
- - ec
7841
- expand: true
7842
- no-source: true
7843
- reports:
7844
- - format: html
7845
- name: ${DATE}_${TASK_NAME}.html
7846
- recipients:
7847
- - estebanldh@gmail.com
7848
- - nsimean@despegar.com
7849
- - name: landing.passenger.ec.roundtrip
7850
- class_name: Henry::Task::CucumberTask
7851
- options:
7852
- tags:
7853
- - landing
7854
- - passenger
7855
- - ec
7856
- - roundtrip
7857
- expand: true
7858
- no-source: true
7859
- reports:
7860
- - format: html
7861
- name: ${DATE}_${TASK_NAME}.html
7862
- recipients:
7863
- - estebanldh@gmail.com
7864
- - nsimean@despegar.com
7865
- - name: landing.passenger.ec.oneway
7866
- class_name: Henry::Task::CucumberTask
7867
- options:
7868
- tags:
7869
- - landing
7870
- - passenger
7871
- - ec
7872
- - oneway
7873
- expand: true
7874
- no-source: true
7875
- reports:
7876
- - format: html
7877
- name: ${DATE}_${TASK_NAME}.html
7878
- recipients:
7879
- - estebanldh@gmail.com
7880
- - nsimean@despegar.com
7881
- - name: landing.passenger.mx
7882
- class_name: Henry::Task::CucumberTask
7883
- options:
7884
- tags:
7885
- - landing
7886
- - passenger
7887
- - mx
7888
- expand: true
7889
- no-source: true
7890
- reports:
7891
- - format: html
7892
- name: ${DATE}_${TASK_NAME}.html
7893
- recipients:
7894
- - estebanldh@gmail.com
7895
- - nsimean@despegar.com
7896
- - name: landing.passenger.mx.roundtrip
7897
- class_name: Henry::Task::CucumberTask
7898
- options:
7899
- tags:
7900
- - landing
7901
- - passenger
7902
- - mx
7903
- - roundtrip
7904
- expand: true
7905
- no-source: true
7906
- reports:
7907
- - format: html
7908
- name: ${DATE}_${TASK_NAME}.html
7909
- recipients:
7910
- - estebanldh@gmail.com
7911
- - nsimean@despegar.com
7912
- - name: landing.passenger.mx.oneway
7913
- class_name: Henry::Task::CucumberTask
7914
- options:
7915
- tags:
7916
- - landing
7917
- - passenger
7918
- - mx
7919
- - oneway
7920
- expand: true
7921
- no-source: true
7922
- reports:
7923
- - format: html
7924
- name: ${DATE}_${TASK_NAME}.html
7925
- recipients:
7926
- - estebanldh@gmail.com
7927
- - nsimean@despegar.com
7928
- - name: landing.passenger.pa
7929
- class_name: Henry::Task::CucumberTask
7930
- options:
7931
- tags:
7932
- - landing
7933
- - passenger
7934
- - pa
7935
- expand: true
7936
- no-source: true
7937
- reports:
7938
- - format: html
7939
- name: ${DATE}_${TASK_NAME}.html
7940
- recipients:
7941
- - estebanldh@gmail.com
7942
- - nsimean@despegar.com
7943
- - name: landing.passenger.pa.roundtrip
7944
- class_name: Henry::Task::CucumberTask
7945
- options:
7946
- tags:
7947
- - landing
7948
- - passenger
7949
- - pa
7950
- - roundtrip
7951
- expand: true
7952
- no-source: true
7953
- reports:
7954
- - format: html
7955
- name: ${DATE}_${TASK_NAME}.html
7956
- recipients:
7957
- - estebanldh@gmail.com
7958
- - nsimean@despegar.com
7959
- - name: landing.passenger.pa.oneway
7960
- class_name: Henry::Task::CucumberTask
7961
- options:
7962
- tags:
7963
- - landing
7964
- - passenger
7965
- - pa
7966
- - oneway
7967
- expand: true
7968
- no-source: true
7969
- reports:
7970
- - format: html
7971
- name: ${DATE}_${TASK_NAME}.html
7972
- recipients:
7973
- - estebanldh@gmail.com
7974
- - nsimean@despegar.com
7975
- - name: landing.passenger.pe
7976
- class_name: Henry::Task::CucumberTask
7977
- options:
7978
- tags:
7979
- - landing
7980
- - passenger
7981
- - pe
7982
- expand: true
7983
- no-source: true
7984
- reports:
7985
- - format: html
7986
- name: ${DATE}_${TASK_NAME}.html
7987
- recipients:
7988
- - estebanldh@gmail.com
7989
- - nsimean@despegar.com
7990
- - name: landing.passenger.pe.roundtrip
7991
- class_name: Henry::Task::CucumberTask
7992
- options:
7993
- tags:
7994
- - landing
7995
- - passenger
7996
- - pe
7997
- - roundtrip
7998
- expand: true
7999
- no-source: true
8000
- reports:
8001
- - format: html
8002
- name: ${DATE}_${TASK_NAME}.html
8003
- recipients:
8004
- - estebanldh@gmail.com
8005
- - nsimean@despegar.com
8006
- - name: landing.passenger.pe.oneway
8007
- class_name: Henry::Task::CucumberTask
8008
- options:
8009
- tags:
8010
- - landing
8011
- - passenger
8012
- - pe
8013
- - oneway
8014
- expand: true
8015
- no-source: true
8016
- reports:
8017
- - format: html
8018
- name: ${DATE}_${TASK_NAME}.html
8019
- recipients:
8020
- - estebanldh@gmail.com
8021
- - nsimean@despegar.com
8022
- - name: landing.passenger.us
8023
- class_name: Henry::Task::CucumberTask
8024
- options:
8025
- tags:
8026
- - landing
8027
- - passenger
8028
- - us
8029
- expand: true
8030
- no-source: true
8031
- reports:
8032
- - format: html
8033
- name: ${DATE}_${TASK_NAME}.html
8034
- recipients:
8035
- - estebanldh@gmail.com
8036
- - nsimean@despegar.com
8037
- - name: landing.passenger.us.roundtrip
8038
- class_name: Henry::Task::CucumberTask
8039
- options:
8040
- tags:
8041
- - landing
8042
- - passenger
8043
- - us
8044
- - roundtrip
8045
- expand: true
8046
- no-source: true
8047
- reports:
8048
- - format: html
8049
- name: ${DATE}_${TASK_NAME}.html
8050
- recipients:
8051
- - estebanldh@gmail.com
8052
- - nsimean@despegar.com
8053
- - name: landing.passenger.us.oneway
8054
- class_name: Henry::Task::CucumberTask
8055
- options:
8056
- tags:
8057
- - landing
8058
- - passenger
8059
- - us
8060
- - oneway
8061
- expand: true
8062
- no-source: true
8063
- reports:
8064
- - format: html
8065
- name: ${DATE}_${TASK_NAME}.html
8066
- recipients:
8067
- - estebanldh@gmail.com
8068
- - nsimean@despegar.com
8069
- - name: landing.passenger.uy
8070
- class_name: Henry::Task::CucumberTask
8071
- options:
8072
- tags:
8073
- - landing
8074
- - passenger
8075
- - uy
8076
- expand: true
8077
- no-source: true
8078
- reports:
8079
- - format: html
8080
- name: ${DATE}_${TASK_NAME}.html
8081
- recipients:
8082
- - estebanldh@gmail.com
8083
- - nsimean@despegar.com
8084
- - name: landing.passenger.uy.roundtrip
8085
- class_name: Henry::Task::CucumberTask
8086
- options:
8087
- tags:
8088
- - landing
8089
- - passenger
8090
- - uy
8091
- - roundtrip
8092
- expand: true
8093
- no-source: true
8094
- reports:
8095
- - format: html
8096
- name: ${DATE}_${TASK_NAME}.html
8097
- recipients:
8098
- - estebanldh@gmail.com
8099
- - nsimean@despegar.com
8100
- - name: landing.passenger.uy.oneway
8101
- class_name: Henry::Task::CucumberTask
8102
- options:
8103
- tags:
8104
- - landing
8105
- - passenger
8106
- - uy
8107
- - oneway
8108
- expand: true
8109
- no-source: true
8110
- reports:
8111
- - format: html
8112
- name: ${DATE}_${TASK_NAME}.html
8113
- recipients:
8114
- - estebanldh@gmail.com
8115
- - nsimean@despegar.com
8116
- - name: landing.passenger.ve
8117
- class_name: Henry::Task::CucumberTask
8118
- options:
8119
- tags:
8120
- - landing
8121
- - passenger
8122
- - ve
8123
- expand: true
8124
- no-source: true
8125
- reports:
8126
- - format: html
8127
- name: ${DATE}_${TASK_NAME}.html
8128
- recipients:
8129
- - estebanldh@gmail.com
8130
- - nsimean@despegar.com
8131
- - name: landing.passenger.ve.roundtrip
8132
- class_name: Henry::Task::CucumberTask
8133
- options:
8134
- tags:
8135
- - landing
8136
- - passenger
8137
- - ve
8138
- - roundtrip
8139
- expand: true
8140
- no-source: true
8141
- reports:
8142
- - format: html
8143
- name: ${DATE}_${TASK_NAME}.html
8144
- recipients:
8145
- - estebanldh@gmail.com
8146
- - nsimean@despegar.com
8147
- - name: landing.passenger.ve.oneway
8148
- class_name: Henry::Task::CucumberTask
8149
- options:
8150
- tags:
8151
- - landing
8152
- - passenger
8153
- - ve
8154
- - oneway
8155
- expand: true
8156
- no-source: true
8157
- reports:
8158
- - format: html
8159
- name: ${DATE}_${TASK_NAME}.html
8160
- recipients:
8161
- - estebanldh@gmail.com
8162
- - nsimean@despegar.com
8163
- - name: landing.orders
8164
- class_name: Henry::Task::CucumberTask
8165
- options:
8166
- tags:
8167
- - landing
8168
- - orders
8169
- expand: true
8170
- no-source: true
8171
- reports:
8172
- - format: html
8173
- name: ${DATE}_${TASK_NAME}.html
8174
- recipients:
8175
- - estebanldh@gmail.com
8176
- - nsimean@despegar.com
8177
- - name: landing.orders.ar
8178
- class_name: Henry::Task::CucumberTask
8179
- options:
8180
- tags:
8181
- - landing
8182
- - orders
8183
- - ar
8184
- expand: true
8185
- no-source: true
8186
- reports:
8187
- - format: html
8188
- name: ${DATE}_${TASK_NAME}.html
8189
- recipients:
8190
- - estebanldh@gmail.com
8191
- - nsimean@despegar.com
8192
- - name: landing.orders.br
8193
- class_name: Henry::Task::CucumberTask
8194
- options:
8195
- tags:
8196
- - landing
8197
- - orders
8198
- - br
8199
- expand: true
8200
- no-source: true
8201
- reports:
8202
- - format: html
8203
- name: ${DATE}_${TASK_NAME}.html
8204
- recipients:
8205
- - estebanldh@gmail.com
8206
- - nsimean@despegar.com
8207
- - name: landing.orders.cl
8208
- class_name: Henry::Task::CucumberTask
8209
- options:
8210
- tags:
8211
- - landing
8212
- - orders
8213
- - cl
8214
- expand: true
8215
- no-source: true
8216
- reports:
8217
- - format: html
8218
- name: ${DATE}_${TASK_NAME}.html
8219
- recipients:
8220
- - estebanldh@gmail.com
8221
- - nsimean@despegar.com
8222
- - name: landing.orders.co
8223
- class_name: Henry::Task::CucumberTask
8224
- options:
8225
- tags:
8226
- - landing
8227
- - orders
8228
- - co
8229
- expand: true
8230
- no-source: true
8231
- reports:
8232
- - format: html
8233
- name: ${DATE}_${TASK_NAME}.html
8234
- recipients:
8235
- - estebanldh@gmail.com
8236
- - nsimean@despegar.com
8237
- - name: landing.orders.cr
8238
- class_name: Henry::Task::CucumberTask
8239
- options:
8240
- tags:
8241
- - landing
8242
- - orders
8243
- - cr
8244
- expand: true
8245
- no-source: true
8246
- reports:
8247
- - format: html
8248
- name: ${DATE}_${TASK_NAME}.html
8249
- recipients:
8250
- - estebanldh@gmail.com
8251
- - nsimean@despegar.com
8252
- - name: landing.orders.pa
8253
- class_name: Henry::Task::CucumberTask
8254
- options:
8255
- tags:
8256
- - landing
8257
- - orders
8258
- - pa
8259
- expand: true
8260
- no-source: true
8261
- reports:
8262
- - format: html
8263
- name: ${DATE}_${TASK_NAME}.html
8264
- recipients:
8265
- - estebanldh@gmail.com
8266
- - nsimean@despegar.com
8267
- - name: landing.orders.ec
8268
- class_name: Henry::Task::CucumberTask
8269
- options:
8270
- tags:
8271
- - landing
8272
- - orders
8273
- - ec
8274
- expand: true
8275
- no-source: true
8276
- reports:
8277
- - format: html
8278
- name: ${DATE}_${TASK_NAME}.html
8279
- recipients:
8280
- - estebanldh@gmail.com
8281
- - nsimean@despegar.com
8282
- - name: landing.orders.mx
8283
- class_name: Henry::Task::CucumberTask
8284
- options:
8285
- tags:
8286
- - landing
8287
- - orders
8288
- - mx
8289
- expand: true
8290
- no-source: true
8291
- reports:
8292
- - format: html
8293
- name: ${DATE}_${TASK_NAME}.html
8294
- recipients:
8295
- - estebanldh@gmail.com
8296
- - nsimean@despegar.com
8297
- - name: landing.orders.pe
8298
- class_name: Henry::Task::CucumberTask
8299
- options:
8300
- tags:
8301
- - landing
8302
- - orders
8303
- - pe
8304
- expand: true
8305
- no-source: true
8306
- reports:
8307
- - format: html
8308
- name: ${DATE}_${TASK_NAME}.html
8309
- recipients:
8310
- - estebanldh@gmail.com
8311
- - nsimean@despegar.com
8312
- - name: landing.orders.uy
8313
- class_name: Henry::Task::CucumberTask
8314
- options:
8315
- tags:
8316
- - landing
8317
- - orders
8318
- - uy
8319
- expand: true
8320
- no-source: true
8321
- reports:
8322
- - format: html
8323
- name: ${DATE}_${TASK_NAME}.html
8324
- recipients:
8325
- - estebanldh@gmail.com
8326
- - nsimean@despegar.com
8327
- - name: landing.orders.us
8328
- class_name: Henry::Task::CucumberTask
8329
- options:
8330
- tags:
8331
- - landing
8332
- - orders
8333
- - us
8334
- expand: true
8335
- no-source: true
8336
- reports:
8337
- - format: html
8338
- name: ${DATE}_${TASK_NAME}.html
8339
- recipients:
8340
- - estebanldh@gmail.com
8341
- - nsimean@despegar.com
8342
- - name: landing.orders.ve
8343
- class_name: Henry::Task::CucumberTask
8344
- options:
8345
- tags:
8346
- - landing
8347
- - orders
8348
- - ve
8349
- expand: true
8350
- no-source: true
8351
- reports:
8352
- - format: html
8353
- name: ${DATE}_${TASK_NAME}.html
8354
- recipients:
8355
- - estebanldh@gmail.com
8356
- - nsimean@despegar.com
8357
- - name: landing.tags
8358
- class_name: Henry::Task::CucumberTask
8359
- options:
8360
- tags:
8361
- - landing
8362
- - tags
8363
- expand: true
8364
- no-source: true
8365
- reports:
8366
- - format: html
8367
- name: ${DATE}_${TASK_NAME}.html
8368
- recipients:
8369
- - estebanldh@gmail.com
8370
- - nsimean@despegar.com
8371
- - name: landing.tags.ar
8372
- class_name: Henry::Task::CucumberTask
8373
- options:
8374
- tags:
8375
- - landing
8376
- - tags
8377
- - ar
8378
- expand: true
8379
- no-source: true
8380
- reports:
8381
- - format: html
8382
- name: ${DATE}_${TASK_NAME}.html
8383
- recipients:
8384
- - estebanldh@gmail.com
8385
- - nsimean@despegar.com
8386
- - name: landing.tags.ar.roundtrip
8387
- class_name: Henry::Task::CucumberTask
8388
- options:
8389
- tags:
8390
- - landing
8391
- - tags
8392
- - ar
8393
- - roundtrip
8394
- expand: true
8395
- no-source: true
8396
- reports:
8397
- - format: html
8398
- name: ${DATE}_${TASK_NAME}.html
8399
- recipients:
8400
- - estebanldh@gmail.com
8401
- - nsimean@despegar.com
8402
- - name: landing.tags.ar.oneway
8403
- class_name: Henry::Task::CucumberTask
8404
- options:
8405
- tags:
8406
- - landing
8407
- - tags
8408
- - ar
8409
- - oneway
8410
- expand: true
8411
- no-source: true
8412
- reports:
8413
- - format: html
8414
- name: ${DATE}_${TASK_NAME}.html
8415
- recipients:
8416
- - estebanldh@gmail.com
8417
- - nsimean@despegar.com
8418
- - name: landing.tags.br
8419
- class_name: Henry::Task::CucumberTask
8420
- options:
8421
- tags:
8422
- - landing
8423
- - tags
8424
- - br
8425
- expand: true
8426
- no-source: true
8427
- reports:
8428
- - format: html
8429
- name: ${DATE}_${TASK_NAME}.html
8430
- recipients:
8431
- - estebanldh@gmail.com
8432
- - nsimean@despegar.com
8433
- - name: landing.tags.br.roundtrip
8434
- class_name: Henry::Task::CucumberTask
8435
- options:
8436
- tags:
8437
- - landing
8438
- - tags
8439
- - br
8440
- - roundtrip
8441
- expand: true
8442
- no-source: true
8443
- reports:
8444
- - format: html
8445
- name: ${DATE}_${TASK_NAME}.html
8446
- recipients:
8447
- - estebanldh@gmail.com
8448
- - nsimean@despegar.com
8449
- - name: landing.tags.br.oneway
8450
- class_name: Henry::Task::CucumberTask
8451
- options:
8452
- tags:
8453
- - landing
8454
- - tags
8455
- - br
8456
- - oneway
8457
- expand: true
8458
- no-source: true
8459
- reports:
8460
- - format: html
8461
- name: ${DATE}_${TASK_NAME}.html
8462
- recipients:
8463
- - estebanldh@gmail.com
8464
- - nsimean@despegar.com
8465
- - name: landing.tags.co
8466
- class_name: Henry::Task::CucumberTask
8467
- options:
8468
- tags:
8469
- - landing
8470
- - tags
8471
- - co
8472
- expand: true
8473
- no-source: true
8474
- reports:
8475
- - format: html
8476
- name: ${DATE}_${TASK_NAME}.html
8477
- recipients:
8478
- - estebanldh@gmail.com
8479
- - nsimean@despegar.com
8480
- - name: landing.tags.co.roundtrip
7585
+ - name: landing.orders
8481
7586
  class_name: Henry::Task::CucumberTask
8482
7587
  options:
8483
7588
  tags:
8484
7589
  - landing
8485
- - tags
8486
- - co
8487
- - roundtrip
7590
+ - orders
8488
7591
  expand: true
8489
7592
  no-source: true
8490
7593
  reports:
@@ -8493,14 +7596,13 @@ tasks:
8493
7596
  recipients:
8494
7597
  - estebanldh@gmail.com
8495
7598
  - nsimean@despegar.com
8496
- - name: landing.tags.co.oneway
7599
+ - name: landing.orders.ar
8497
7600
  class_name: Henry::Task::CucumberTask
8498
7601
  options:
8499
7602
  tags:
8500
7603
  - landing
8501
- - tags
8502
- - co
8503
- - oneway
7604
+ - orders
7605
+ - ar
8504
7606
  expand: true
8505
7607
  no-source: true
8506
7608
  reports:
@@ -8509,13 +7611,13 @@ tasks:
8509
7611
  recipients:
8510
7612
  - estebanldh@gmail.com
8511
7613
  - nsimean@despegar.com
8512
- - name: landing.tags.cl
7614
+ - name: landing.orders.br
8513
7615
  class_name: Henry::Task::CucumberTask
8514
7616
  options:
8515
7617
  tags:
8516
7618
  - landing
8517
- - tags
8518
- - cl
7619
+ - orders
7620
+ - br
8519
7621
  expand: true
8520
7622
  no-source: true
8521
7623
  reports:
@@ -8524,14 +7626,13 @@ tasks:
8524
7626
  recipients:
8525
7627
  - estebanldh@gmail.com
8526
7628
  - nsimean@despegar.com
8527
- - name: landing.tags.cl.roundtrip
7629
+ - name: landing.orders.cl
8528
7630
  class_name: Henry::Task::CucumberTask
8529
7631
  options:
8530
7632
  tags:
8531
7633
  - landing
8532
- - tags
7634
+ - orders
8533
7635
  - cl
8534
- - roundtrip
8535
7636
  expand: true
8536
7637
  no-source: true
8537
7638
  reports:
@@ -8540,14 +7641,13 @@ tasks:
8540
7641
  recipients:
8541
7642
  - estebanldh@gmail.com
8542
7643
  - nsimean@despegar.com
8543
- - name: landing.tags.cl.oneway
7644
+ - name: landing.orders.co
8544
7645
  class_name: Henry::Task::CucumberTask
8545
7646
  options:
8546
7647
  tags:
8547
7648
  - landing
8548
- - tags
8549
- - cl
8550
- - oneway
7649
+ - orders
7650
+ - co
8551
7651
  expand: true
8552
7652
  no-source: true
8553
7653
  reports:
@@ -8556,12 +7656,12 @@ tasks:
8556
7656
  recipients:
8557
7657
  - estebanldh@gmail.com
8558
7658
  - nsimean@despegar.com
8559
- - name: landing.tags.cr
7659
+ - name: landing.orders.cr
8560
7660
  class_name: Henry::Task::CucumberTask
8561
7661
  options:
8562
7662
  tags:
8563
7663
  - landing
8564
- - tags
7664
+ - orders
8565
7665
  - cr
8566
7666
  expand: true
8567
7667
  no-source: true
@@ -8571,14 +7671,13 @@ tasks:
8571
7671
  recipients:
8572
7672
  - estebanldh@gmail.com
8573
7673
  - nsimean@despegar.com
8574
- - name: landing.tags.cr.roundtrip
7674
+ - name: landing.orders.pa
8575
7675
  class_name: Henry::Task::CucumberTask
8576
7676
  options:
8577
7677
  tags:
8578
7678
  - landing
8579
- - tags
8580
- - cr
8581
- - roundtrip
7679
+ - orders
7680
+ - pa
8582
7681
  expand: true
8583
7682
  no-source: true
8584
7683
  reports:
@@ -8587,14 +7686,13 @@ tasks:
8587
7686
  recipients:
8588
7687
  - estebanldh@gmail.com
8589
7688
  - nsimean@despegar.com
8590
- - name: landing.tags.cr.oneway
7689
+ - name: landing.orders.ec
8591
7690
  class_name: Henry::Task::CucumberTask
8592
7691
  options:
8593
7692
  tags:
8594
7693
  - landing
8595
- - tags
8596
- - cr
8597
- - oneway
7694
+ - orders
7695
+ - ec
8598
7696
  expand: true
8599
7697
  no-source: true
8600
7698
  reports:
@@ -8603,13 +7701,13 @@ tasks:
8603
7701
  recipients:
8604
7702
  - estebanldh@gmail.com
8605
7703
  - nsimean@despegar.com
8606
- - name: landing.tags.ec
7704
+ - name: landing.orders.mx
8607
7705
  class_name: Henry::Task::CucumberTask
8608
7706
  options:
8609
7707
  tags:
8610
7708
  - landing
8611
- - tags
8612
- - ec
7709
+ - orders
7710
+ - mx
8613
7711
  expand: true
8614
7712
  no-source: true
8615
7713
  reports:
@@ -8618,14 +7716,13 @@ tasks:
8618
7716
  recipients:
8619
7717
  - estebanldh@gmail.com
8620
7718
  - nsimean@despegar.com
8621
- - name: landing.tags.ec.roundtrip
7719
+ - name: landing.orders.pe
8622
7720
  class_name: Henry::Task::CucumberTask
8623
7721
  options:
8624
7722
  tags:
8625
7723
  - landing
8626
- - tags
8627
- - ec
8628
- - roundtrip
7724
+ - orders
7725
+ - pe
8629
7726
  expand: true
8630
7727
  no-source: true
8631
7728
  reports:
@@ -8634,14 +7731,13 @@ tasks:
8634
7731
  recipients:
8635
7732
  - estebanldh@gmail.com
8636
7733
  - nsimean@despegar.com
8637
- - name: landing.tags.ec.oneway
7734
+ - name: landing.orders.uy
8638
7735
  class_name: Henry::Task::CucumberTask
8639
7736
  options:
8640
7737
  tags:
8641
7738
  - landing
8642
- - tags
8643
- - ec
8644
- - oneway
7739
+ - orders
7740
+ - uy
8645
7741
  expand: true
8646
7742
  no-source: true
8647
7743
  reports:
@@ -8650,13 +7746,13 @@ tasks:
8650
7746
  recipients:
8651
7747
  - estebanldh@gmail.com
8652
7748
  - nsimean@despegar.com
8653
- - name: landing.tags.mx
7749
+ - name: landing.orders.us
8654
7750
  class_name: Henry::Task::CucumberTask
8655
7751
  options:
8656
7752
  tags:
8657
7753
  - landing
8658
- - tags
8659
- - mx
7754
+ - orders
7755
+ - us
8660
7756
  expand: true
8661
7757
  no-source: true
8662
7758
  reports:
@@ -8665,14 +7761,13 @@ tasks:
8665
7761
  recipients:
8666
7762
  - estebanldh@gmail.com
8667
7763
  - nsimean@despegar.com
8668
- - name: landing.tags.mx.roundtrip
7764
+ - name: landing.orders.ve
8669
7765
  class_name: Henry::Task::CucumberTask
8670
7766
  options:
8671
7767
  tags:
8672
7768
  - landing
8673
- - tags
8674
- - mx
8675
- - roundtrip
7769
+ - orders
7770
+ - ve
8676
7771
  expand: true
8677
7772
  no-source: true
8678
7773
  reports:
@@ -8681,14 +7776,12 @@ tasks:
8681
7776
  recipients:
8682
7777
  - estebanldh@gmail.com
8683
7778
  - nsimean@despegar.com
8684
- - name: landing.tags.mx.oneway
7779
+ - name: landing.tags
8685
7780
  class_name: Henry::Task::CucumberTask
8686
7781
  options:
8687
7782
  tags:
8688
7783
  - landing
8689
7784
  - tags
8690
- - mx
8691
- - oneway
8692
7785
  expand: true
8693
7786
  no-source: true
8694
7787
  reports:
@@ -8697,13 +7790,13 @@ tasks:
8697
7790
  recipients:
8698
7791
  - estebanldh@gmail.com
8699
7792
  - nsimean@despegar.com
8700
- - name: landing.tags.pa
7793
+ - name: landing.tags.ar
8701
7794
  class_name: Henry::Task::CucumberTask
8702
7795
  options:
8703
7796
  tags:
8704
7797
  - landing
8705
7798
  - tags
8706
- - pa
7799
+ - ar
8707
7800
  expand: true
8708
7801
  no-source: true
8709
7802
  reports:
@@ -8712,13 +7805,13 @@ tasks:
8712
7805
  recipients:
8713
7806
  - estebanldh@gmail.com
8714
7807
  - nsimean@despegar.com
8715
- - name: landing.tags.pa.roundtrip
7808
+ - name: landing.tags.ar.roundtrip
8716
7809
  class_name: Henry::Task::CucumberTask
8717
7810
  options:
8718
7811
  tags:
8719
7812
  - landing
8720
7813
  - tags
8721
- - pa
7814
+ - ar
8722
7815
  - roundtrip
8723
7816
  expand: true
8724
7817
  no-source: true
@@ -8728,13 +7821,13 @@ tasks:
8728
7821
  recipients:
8729
7822
  - estebanldh@gmail.com
8730
7823
  - nsimean@despegar.com
8731
- - name: landing.tags.pa.oneway
7824
+ - name: landing.tags.ar.oneway
8732
7825
  class_name: Henry::Task::CucumberTask
8733
7826
  options:
8734
7827
  tags:
8735
7828
  - landing
8736
7829
  - tags
8737
- - pa
7830
+ - ar
8738
7831
  - oneway
8739
7832
  expand: true
8740
7833
  no-source: true
@@ -8744,13 +7837,13 @@ tasks:
8744
7837
  recipients:
8745
7838
  - estebanldh@gmail.com
8746
7839
  - nsimean@despegar.com
8747
- - name: landing.tags.pe
7840
+ - name: landing.tags.br
8748
7841
  class_name: Henry::Task::CucumberTask
8749
7842
  options:
8750
7843
  tags:
8751
7844
  - landing
8752
7845
  - tags
8753
- - pe
7846
+ - br
8754
7847
  expand: true
8755
7848
  no-source: true
8756
7849
  reports:
@@ -8759,13 +7852,13 @@ tasks:
8759
7852
  recipients:
8760
7853
  - estebanldh@gmail.com
8761
7854
  - nsimean@despegar.com
8762
- - name: landing.tags.pe.roundtrip
7855
+ - name: landing.tags.br.roundtrip
8763
7856
  class_name: Henry::Task::CucumberTask
8764
7857
  options:
8765
7858
  tags:
8766
7859
  - landing
8767
7860
  - tags
8768
- - pe
7861
+ - br
8769
7862
  - roundtrip
8770
7863
  expand: true
8771
7864
  no-source: true
@@ -8775,13 +7868,13 @@ tasks:
8775
7868
  recipients:
8776
7869
  - estebanldh@gmail.com
8777
7870
  - nsimean@despegar.com
8778
- - name: landing.tags.pe.oneway
7871
+ - name: landing.tags.br.oneway
8779
7872
  class_name: Henry::Task::CucumberTask
8780
7873
  options:
8781
7874
  tags:
8782
7875
  - landing
8783
7876
  - tags
8784
- - pe
7877
+ - br
8785
7878
  - oneway
8786
7879
  expand: true
8787
7880
  no-source: true
@@ -8791,13 +7884,13 @@ tasks:
8791
7884
  recipients:
8792
7885
  - estebanldh@gmail.com
8793
7886
  - nsimean@despegar.com
8794
- - name: landing.tags.us
7887
+ - name: landing.tags.co
8795
7888
  class_name: Henry::Task::CucumberTask
8796
7889
  options:
8797
7890
  tags:
8798
7891
  - landing
8799
7892
  - tags
8800
- - us
7893
+ - co
8801
7894
  expand: true
8802
7895
  no-source: true
8803
7896
  reports:
@@ -8806,13 +7899,13 @@ tasks:
8806
7899
  recipients:
8807
7900
  - estebanldh@gmail.com
8808
7901
  - nsimean@despegar.com
8809
- - name: landing.tags.us.roundtrip
7902
+ - name: landing.tags.co.roundtrip
8810
7903
  class_name: Henry::Task::CucumberTask
8811
7904
  options:
8812
7905
  tags:
8813
7906
  - landing
8814
7907
  - tags
8815
- - us
7908
+ - co
8816
7909
  - roundtrip
8817
7910
  expand: true
8818
7911
  no-source: true
@@ -8822,13 +7915,13 @@ tasks:
8822
7915
  recipients:
8823
7916
  - estebanldh@gmail.com
8824
7917
  - nsimean@despegar.com
8825
- - name: landing.tags.us.oneway
7918
+ - name: landing.tags.co.oneway
8826
7919
  class_name: Henry::Task::CucumberTask
8827
7920
  options:
8828
7921
  tags:
8829
7922
  - landing
8830
7923
  - tags
8831
- - us
7924
+ - co
8832
7925
  - oneway
8833
7926
  expand: true
8834
7927
  no-source: true
@@ -8838,13 +7931,13 @@ tasks:
8838
7931
  recipients:
8839
7932
  - estebanldh@gmail.com
8840
7933
  - nsimean@despegar.com
8841
- - name: landing.tags.uy
7934
+ - name: landing.tags.cl
8842
7935
  class_name: Henry::Task::CucumberTask
8843
7936
  options:
8844
7937
  tags:
8845
7938
  - landing
8846
7939
  - tags
8847
- - uy
7940
+ - cl
8848
7941
  expand: true
8849
7942
  no-source: true
8850
7943
  reports:
@@ -8853,13 +7946,13 @@ tasks:
8853
7946
  recipients:
8854
7947
  - estebanldh@gmail.com
8855
7948
  - nsimean@despegar.com
8856
- - name: landing.tags.uy.roundtrip
7949
+ - name: landing.tags.cl.roundtrip
8857
7950
  class_name: Henry::Task::CucumberTask
8858
7951
  options:
8859
7952
  tags:
8860
7953
  - landing
8861
7954
  - tags
8862
- - uy
7955
+ - cl
8863
7956
  - roundtrip
8864
7957
  expand: true
8865
7958
  no-source: true
@@ -8869,13 +7962,13 @@ tasks:
8869
7962
  recipients:
8870
7963
  - estebanldh@gmail.com
8871
7964
  - nsimean@despegar.com
8872
- - name: landing.tags.uy.oneway
7965
+ - name: landing.tags.cl.oneway
8873
7966
  class_name: Henry::Task::CucumberTask
8874
7967
  options:
8875
7968
  tags:
8876
7969
  - landing
8877
7970
  - tags
8878
- - uy
7971
+ - cl
8879
7972
  - oneway
8880
7973
  expand: true
8881
7974
  no-source: true
@@ -8885,13 +7978,13 @@ tasks:
8885
7978
  recipients:
8886
7979
  - estebanldh@gmail.com
8887
7980
  - nsimean@despegar.com
8888
- - name: landing.tags.ve
7981
+ - name: landing.tags.cr
8889
7982
  class_name: Henry::Task::CucumberTask
8890
7983
  options:
8891
7984
  tags:
8892
7985
  - landing
8893
7986
  - tags
8894
- - ve
7987
+ - cr
8895
7988
  expand: true
8896
7989
  no-source: true
8897
7990
  reports:
@@ -8900,13 +7993,13 @@ tasks:
8900
7993
  recipients:
8901
7994
  - estebanldh@gmail.com
8902
7995
  - nsimean@despegar.com
8903
- - name: landing.tags.ve.roundtrip
7996
+ - name: landing.tags.cr.roundtrip
8904
7997
  class_name: Henry::Task::CucumberTask
8905
7998
  options:
8906
7999
  tags:
8907
8000
  - landing
8908
8001
  - tags
8909
- - ve
8002
+ - cr
8910
8003
  - roundtrip
8911
8004
  expand: true
8912
8005
  no-source: true
@@ -8916,13 +8009,13 @@ tasks:
8916
8009
  recipients:
8917
8010
  - estebanldh@gmail.com
8918
8011
  - nsimean@despegar.com
8919
- - name: landing.tags.ve.oneway
8012
+ - name: landing.tags.cr.oneway
8920
8013
  class_name: Henry::Task::CucumberTask
8921
8014
  options:
8922
8015
  tags:
8923
8016
  - landing
8924
8017
  - tags
8925
- - ve
8018
+ - cr
8926
8019
  - oneway
8927
8020
  expand: true
8928
8021
  no-source: true
@@ -8932,27 +8025,13 @@ tasks:
8932
8025
  recipients:
8933
8026
  - estebanldh@gmail.com
8934
8027
  - nsimean@despegar.com
8935
- - name: landing.filters
8936
- class_name: Henry::Task::CucumberTask
8937
- options:
8938
- tags:
8939
- - landing
8940
- - filters
8941
- expand: true
8942
- no-source: true
8943
- reports:
8944
- - format: html
8945
- name: ${DATE}_${TASK_NAME}.html
8946
- recipients:
8947
- - estebanldh@gmail.com
8948
- - nsimean@despegar.com
8949
- - name: landing.filters.ar
8028
+ - name: landing.tags.ec
8950
8029
  class_name: Henry::Task::CucumberTask
8951
8030
  options:
8952
8031
  tags:
8953
8032
  - landing
8954
- - filters
8955
- - ar
8033
+ - tags
8034
+ - ec
8956
8035
  expand: true
8957
8036
  no-source: true
8958
8037
  reports:
@@ -8961,13 +8040,13 @@ tasks:
8961
8040
  recipients:
8962
8041
  - estebanldh@gmail.com
8963
8042
  - nsimean@despegar.com
8964
- - name: landing.filters.ar.roundtrip
8043
+ - name: landing.tags.ec.roundtrip
8965
8044
  class_name: Henry::Task::CucumberTask
8966
8045
  options:
8967
8046
  tags:
8968
8047
  - landing
8969
- - filters
8970
- - ar
8048
+ - tags
8049
+ - ec
8971
8050
  - roundtrip
8972
8051
  expand: true
8973
8052
  no-source: true
@@ -8977,13 +8056,13 @@ tasks:
8977
8056
  recipients:
8978
8057
  - estebanldh@gmail.com
8979
8058
  - nsimean@despegar.com
8980
- - name: landing.filters.ar.oneway
8059
+ - name: landing.tags.ec.oneway
8981
8060
  class_name: Henry::Task::CucumberTask
8982
8061
  options:
8983
8062
  tags:
8984
8063
  - landing
8985
- - filters
8986
- - ar
8064
+ - tags
8065
+ - ec
8987
8066
  - oneway
8988
8067
  expand: true
8989
8068
  no-source: true
@@ -8993,13 +8072,13 @@ tasks:
8993
8072
  recipients:
8994
8073
  - estebanldh@gmail.com
8995
8074
  - nsimean@despegar.com
8996
- - name: landing.filters.br
8075
+ - name: landing.tags.mx
8997
8076
  class_name: Henry::Task::CucumberTask
8998
8077
  options:
8999
8078
  tags:
9000
8079
  - landing
9001
- - filters
9002
- - br
8080
+ - tags
8081
+ - mx
9003
8082
  expand: true
9004
8083
  no-source: true
9005
8084
  reports:
@@ -9008,13 +8087,13 @@ tasks:
9008
8087
  recipients:
9009
8088
  - estebanldh@gmail.com
9010
8089
  - nsimean@despegar.com
9011
- - name: landing.filters.br.roundtrip
8090
+ - name: landing.tags.mx.roundtrip
9012
8091
  class_name: Henry::Task::CucumberTask
9013
8092
  options:
9014
8093
  tags:
9015
8094
  - landing
9016
- - filters
9017
- - br
8095
+ - tags
8096
+ - mx
9018
8097
  - roundtrip
9019
8098
  expand: true
9020
8099
  no-source: true
@@ -9024,13 +8103,13 @@ tasks:
9024
8103
  recipients:
9025
8104
  - estebanldh@gmail.com
9026
8105
  - nsimean@despegar.com
9027
- - name: landing.filters.br.oneway
8106
+ - name: landing.tags.mx.oneway
9028
8107
  class_name: Henry::Task::CucumberTask
9029
8108
  options:
9030
8109
  tags:
9031
8110
  - landing
9032
- - filters
9033
- - br
8111
+ - tags
8112
+ - mx
9034
8113
  - oneway
9035
8114
  expand: true
9036
8115
  no-source: true
@@ -9040,13 +8119,13 @@ tasks:
9040
8119
  recipients:
9041
8120
  - estebanldh@gmail.com
9042
8121
  - nsimean@despegar.com
9043
- - name: landing.filters.co
8122
+ - name: landing.tags.pa
9044
8123
  class_name: Henry::Task::CucumberTask
9045
8124
  options:
9046
8125
  tags:
9047
8126
  - landing
9048
- - filters
9049
- - co
8127
+ - tags
8128
+ - pa
9050
8129
  expand: true
9051
8130
  no-source: true
9052
8131
  reports:
@@ -9055,13 +8134,13 @@ tasks:
9055
8134
  recipients:
9056
8135
  - estebanldh@gmail.com
9057
8136
  - nsimean@despegar.com
9058
- - name: landing.filters.co.roundtrip
8137
+ - name: landing.tags.pa.roundtrip
9059
8138
  class_name: Henry::Task::CucumberTask
9060
8139
  options:
9061
8140
  tags:
9062
8141
  - landing
9063
- - filters
9064
- - co
8142
+ - tags
8143
+ - pa
9065
8144
  - roundtrip
9066
8145
  expand: true
9067
8146
  no-source: true
@@ -9071,13 +8150,13 @@ tasks:
9071
8150
  recipients:
9072
8151
  - estebanldh@gmail.com
9073
8152
  - nsimean@despegar.com
9074
- - name: landing.filters.co.oneway
8153
+ - name: landing.tags.pa.oneway
9075
8154
  class_name: Henry::Task::CucumberTask
9076
8155
  options:
9077
8156
  tags:
9078
8157
  - landing
9079
- - filters
9080
- - co
8158
+ - tags
8159
+ - pa
9081
8160
  - oneway
9082
8161
  expand: true
9083
8162
  no-source: true
@@ -9087,13 +8166,13 @@ tasks:
9087
8166
  recipients:
9088
8167
  - estebanldh@gmail.com
9089
8168
  - nsimean@despegar.com
9090
- - name: landing.filters.cl
8169
+ - name: landing.tags.pe
9091
8170
  class_name: Henry::Task::CucumberTask
9092
8171
  options:
9093
8172
  tags:
9094
8173
  - landing
9095
- - filters
9096
- - cl
8174
+ - tags
8175
+ - pe
9097
8176
  expand: true
9098
8177
  no-source: true
9099
8178
  reports:
@@ -9102,13 +8181,13 @@ tasks:
9102
8181
  recipients:
9103
8182
  - estebanldh@gmail.com
9104
8183
  - nsimean@despegar.com
9105
- - name: landing.filters.cl.roundtrip
8184
+ - name: landing.tags.pe.roundtrip
9106
8185
  class_name: Henry::Task::CucumberTask
9107
8186
  options:
9108
8187
  tags:
9109
8188
  - landing
9110
- - filters
9111
- - cl
8189
+ - tags
8190
+ - pe
9112
8191
  - roundtrip
9113
8192
  expand: true
9114
8193
  no-source: true
@@ -9118,45 +8197,14 @@ tasks:
9118
8197
  recipients:
9119
8198
  - estebanldh@gmail.com
9120
8199
  - nsimean@despegar.com
9121
- - name: landing.filters.cl.oneway
9122
- class_name: Henry::Task::CucumberTask
9123
- options:
9124
- tags:
9125
- - landing
9126
- - filters
9127
- - cl
9128
- - oneway
9129
- expand: true
9130
- no-source: true
9131
- reports:
9132
- - format: html
9133
- name: ${DATE}_${TASK_NAME}.html
9134
- recipients:
9135
- - estebanldh@gmail.com
9136
- - nsimean@despegar.com
9137
- - name: landing.filters.cr
9138
- class_name: Henry::Task::CucumberTask
9139
- options:
9140
- tags:
9141
- - landing
9142
- - filters
9143
- - cr
9144
- expand: true
9145
- no-source: true
9146
- reports:
9147
- - format: html
9148
- name: ${DATE}_${TASK_NAME}.html
9149
- recipients:
9150
- - estebanldh@gmail.com
9151
- - nsimean@despegar.com
9152
- - name: landing.filters.cr.roundtrip
8200
+ - name: landing.tags.pe.oneway
9153
8201
  class_name: Henry::Task::CucumberTask
9154
8202
  options:
9155
8203
  tags:
9156
8204
  - landing
9157
- - filters
9158
- - cr
9159
- - roundtrip
8205
+ - tags
8206
+ - pe
8207
+ - oneway
9160
8208
  expand: true
9161
8209
  no-source: true
9162
8210
  reports:
@@ -9165,14 +8213,13 @@ tasks:
9165
8213
  recipients:
9166
8214
  - estebanldh@gmail.com
9167
8215
  - nsimean@despegar.com
9168
- - name: landing.filters.cr.oneway
8216
+ - name: landing.tags.us
9169
8217
  class_name: Henry::Task::CucumberTask
9170
8218
  options:
9171
8219
  tags:
9172
8220
  - landing
9173
- - filters
9174
- - cr
9175
- - oneway
8221
+ - tags
8222
+ - us
9176
8223
  expand: true
9177
8224
  no-source: true
9178
8225
  reports:
@@ -9181,13 +8228,14 @@ tasks:
9181
8228
  recipients:
9182
8229
  - estebanldh@gmail.com
9183
8230
  - nsimean@despegar.com
9184
- - name: landing.filters.ec
8231
+ - name: landing.tags.us.roundtrip
9185
8232
  class_name: Henry::Task::CucumberTask
9186
8233
  options:
9187
8234
  tags:
9188
8235
  - landing
9189
- - filters
9190
- - ec
8236
+ - tags
8237
+ - us
8238
+ - roundtrip
9191
8239
  expand: true
9192
8240
  no-source: true
9193
8241
  reports:
@@ -9196,14 +8244,14 @@ tasks:
9196
8244
  recipients:
9197
8245
  - estebanldh@gmail.com
9198
8246
  - nsimean@despegar.com
9199
- - name: landing.filters.ec.roundtrip
8247
+ - name: landing.tags.us.oneway
9200
8248
  class_name: Henry::Task::CucumberTask
9201
8249
  options:
9202
8250
  tags:
9203
8251
  - landing
9204
- - filters
9205
- - ec
9206
- - roundtrip
8252
+ - tags
8253
+ - us
8254
+ - oneway
9207
8255
  expand: true
9208
8256
  no-source: true
9209
8257
  reports:
@@ -9212,14 +8260,13 @@ tasks:
9212
8260
  recipients:
9213
8261
  - estebanldh@gmail.com
9214
8262
  - nsimean@despegar.com
9215
- - name: landing.filters.ec.oneway
8263
+ - name: landing.tags.uy
9216
8264
  class_name: Henry::Task::CucumberTask
9217
8265
  options:
9218
8266
  tags:
9219
8267
  - landing
9220
- - filters
9221
- - ec
9222
- - oneway
8268
+ - tags
8269
+ - uy
9223
8270
  expand: true
9224
8271
  no-source: true
9225
8272
  reports:
@@ -9228,13 +8275,14 @@ tasks:
9228
8275
  recipients:
9229
8276
  - estebanldh@gmail.com
9230
8277
  - nsimean@despegar.com
9231
- - name: landing.filters.mx
8278
+ - name: landing.tags.uy.roundtrip
9232
8279
  class_name: Henry::Task::CucumberTask
9233
8280
  options:
9234
8281
  tags:
9235
8282
  - landing
9236
- - filters
9237
- - mx
8283
+ - tags
8284
+ - uy
8285
+ - roundtrip
9238
8286
  expand: true
9239
8287
  no-source: true
9240
8288
  reports:
@@ -9243,14 +8291,14 @@ tasks:
9243
8291
  recipients:
9244
8292
  - estebanldh@gmail.com
9245
8293
  - nsimean@despegar.com
9246
- - name: landing.filters.mx.roundtrip
8294
+ - name: landing.tags.uy.oneway
9247
8295
  class_name: Henry::Task::CucumberTask
9248
8296
  options:
9249
8297
  tags:
9250
8298
  - landing
9251
- - filters
9252
- - mx
9253
- - roundtrip
8299
+ - tags
8300
+ - uy
8301
+ - oneway
9254
8302
  expand: true
9255
8303
  no-source: true
9256
8304
  reports:
@@ -9259,14 +8307,13 @@ tasks:
9259
8307
  recipients:
9260
8308
  - estebanldh@gmail.com
9261
8309
  - nsimean@despegar.com
9262
- - name: landing.filters.mx.oneway
8310
+ - name: landing.tags.ve
9263
8311
  class_name: Henry::Task::CucumberTask
9264
8312
  options:
9265
8313
  tags:
9266
8314
  - landing
9267
- - filters
9268
- - mx
9269
- - oneway
8315
+ - tags
8316
+ - ve
9270
8317
  expand: true
9271
8318
  no-source: true
9272
8319
  reports:
@@ -9275,13 +8322,14 @@ tasks:
9275
8322
  recipients:
9276
8323
  - estebanldh@gmail.com
9277
8324
  - nsimean@despegar.com
9278
- - name: landing.filters.pa
8325
+ - name: landing.tags.ve.roundtrip
9279
8326
  class_name: Henry::Task::CucumberTask
9280
8327
  options:
9281
8328
  tags:
9282
8329
  - landing
9283
- - filters
9284
- - pa
8330
+ - tags
8331
+ - ve
8332
+ - roundtrip
9285
8333
  expand: true
9286
8334
  no-source: true
9287
8335
  reports:
@@ -9290,14 +8338,14 @@ tasks:
9290
8338
  recipients:
9291
8339
  - estebanldh@gmail.com
9292
8340
  - nsimean@despegar.com
9293
- - name: landing.filters.pa.roundtrip
8341
+ - name: landing.tags.ve.oneway
9294
8342
  class_name: Henry::Task::CucumberTask
9295
8343
  options:
9296
8344
  tags:
9297
8345
  - landing
9298
- - filters
9299
- - pa
9300
- - roundtrip
8346
+ - tags
8347
+ - ve
8348
+ - oneway
9301
8349
  expand: true
9302
8350
  no-source: true
9303
8351
  reports:
@@ -9306,14 +8354,12 @@ tasks:
9306
8354
  recipients:
9307
8355
  - estebanldh@gmail.com
9308
8356
  - nsimean@despegar.com
9309
- - name: landing.filters.pa.oneway
8357
+ - name: landing.filters
9310
8358
  class_name: Henry::Task::CucumberTask
9311
8359
  options:
9312
8360
  tags:
9313
8361
  - landing
9314
8362
  - filters
9315
- - pa
9316
- - oneway
9317
8363
  expand: true
9318
8364
  no-source: true
9319
8365
  reports:
@@ -9322,13 +8368,13 @@ tasks:
9322
8368
  recipients:
9323
8369
  - estebanldh@gmail.com
9324
8370
  - nsimean@despegar.com
9325
- - name: landing.filters.pe
8371
+ - name: landing.filters.ar
9326
8372
  class_name: Henry::Task::CucumberTask
9327
8373
  options:
9328
8374
  tags:
9329
8375
  - landing
9330
8376
  - filters
9331
- - pe
8377
+ - ar
9332
8378
  expand: true
9333
8379
  no-source: true
9334
8380
  reports:
@@ -9337,13 +8383,13 @@ tasks:
9337
8383
  recipients:
9338
8384
  - estebanldh@gmail.com
9339
8385
  - nsimean@despegar.com
9340
- - name: landing.filters.pe.roundtrip
8386
+ - name: landing.filters.ar.roundtrip
9341
8387
  class_name: Henry::Task::CucumberTask
9342
8388
  options:
9343
8389
  tags:
9344
8390
  - landing
9345
8391
  - filters
9346
- - pe
8392
+ - ar
9347
8393
  - roundtrip
9348
8394
  expand: true
9349
8395
  no-source: true
@@ -9353,13 +8399,13 @@ tasks:
9353
8399
  recipients:
9354
8400
  - estebanldh@gmail.com
9355
8401
  - nsimean@despegar.com
9356
- - name: landing.filters.pe.oneway
8402
+ - name: landing.filters.ar.oneway
9357
8403
  class_name: Henry::Task::CucumberTask
9358
8404
  options:
9359
8405
  tags:
9360
8406
  - landing
9361
8407
  - filters
9362
- - pe
8408
+ - ar
9363
8409
  - oneway
9364
8410
  expand: true
9365
8411
  no-source: true
@@ -9369,13 +8415,13 @@ tasks:
9369
8415
  recipients:
9370
8416
  - estebanldh@gmail.com
9371
8417
  - nsimean@despegar.com
9372
- - name: landing.filters.us
8418
+ - name: landing.filters.br
9373
8419
  class_name: Henry::Task::CucumberTask
9374
8420
  options:
9375
8421
  tags:
9376
8422
  - landing
9377
8423
  - filters
9378
- - us
8424
+ - br
9379
8425
  expand: true
9380
8426
  no-source: true
9381
8427
  reports:
@@ -9384,13 +8430,13 @@ tasks:
9384
8430
  recipients:
9385
8431
  - estebanldh@gmail.com
9386
8432
  - nsimean@despegar.com
9387
- - name: landing.filters.us.roundtrip
8433
+ - name: landing.filters.br.roundtrip
9388
8434
  class_name: Henry::Task::CucumberTask
9389
8435
  options:
9390
8436
  tags:
9391
8437
  - landing
9392
8438
  - filters
9393
- - us
8439
+ - br
9394
8440
  - roundtrip
9395
8441
  expand: true
9396
8442
  no-source: true
@@ -9400,13 +8446,13 @@ tasks:
9400
8446
  recipients:
9401
8447
  - estebanldh@gmail.com
9402
8448
  - nsimean@despegar.com
9403
- - name: landing.filters.us.oneway
8449
+ - name: landing.filters.br.oneway
9404
8450
  class_name: Henry::Task::CucumberTask
9405
8451
  options:
9406
8452
  tags:
9407
8453
  - landing
9408
8454
  - filters
9409
- - us
8455
+ - br
9410
8456
  - oneway
9411
8457
  expand: true
9412
8458
  no-source: true
@@ -9416,13 +8462,13 @@ tasks:
9416
8462
  recipients:
9417
8463
  - estebanldh@gmail.com
9418
8464
  - nsimean@despegar.com
9419
- - name: landing.filters.uy
8465
+ - name: landing.filters.mx
9420
8466
  class_name: Henry::Task::CucumberTask
9421
8467
  options:
9422
8468
  tags:
9423
8469
  - landing
9424
8470
  - filters
9425
- - uy
8471
+ - mx
9426
8472
  expand: true
9427
8473
  no-source: true
9428
8474
  reports:
@@ -9431,13 +8477,13 @@ tasks:
9431
8477
  recipients:
9432
8478
  - estebanldh@gmail.com
9433
8479
  - nsimean@despegar.com
9434
- - name: landing.filters.uy.roundtrip
8480
+ - name: landing.filters.mx.roundtrip
9435
8481
  class_name: Henry::Task::CucumberTask
9436
8482
  options:
9437
8483
  tags:
9438
8484
  - landing
9439
8485
  - filters
9440
- - uy
8486
+ - mx
9441
8487
  - roundtrip
9442
8488
  expand: true
9443
8489
  no-source: true
@@ -9447,13 +8493,13 @@ tasks:
9447
8493
  recipients:
9448
8494
  - estebanldh@gmail.com
9449
8495
  - nsimean@despegar.com
9450
- - name: landing.filters.uy.oneway
8496
+ - name: landing.filters.mx.oneway
9451
8497
  class_name: Henry::Task::CucumberTask
9452
8498
  options:
9453
8499
  tags:
9454
8500
  - landing
9455
8501
  - filters
9456
- - uy
8502
+ - mx
9457
8503
  - oneway
9458
8504
  expand: true
9459
8505
  no-source: true
@@ -9463,13 +8509,13 @@ tasks:
9463
8509
  recipients:
9464
8510
  - estebanldh@gmail.com
9465
8511
  - nsimean@despegar.com
9466
- - name: landing.filters.ve
8512
+ - name: landing.filters.us
9467
8513
  class_name: Henry::Task::CucumberTask
9468
8514
  options:
9469
8515
  tags:
9470
8516
  - landing
9471
8517
  - filters
9472
- - ve
8518
+ - us
9473
8519
  expand: true
9474
8520
  no-source: true
9475
8521
  reports:
@@ -9478,13 +8524,13 @@ tasks:
9478
8524
  recipients:
9479
8525
  - estebanldh@gmail.com
9480
8526
  - nsimean@despegar.com
9481
- - name: landing.filters.ve.roundtrip
8527
+ - name: landing.filters.us.roundtrip
9482
8528
  class_name: Henry::Task::CucumberTask
9483
8529
  options:
9484
8530
  tags:
9485
8531
  - landing
9486
8532
  - filters
9487
- - ve
8533
+ - us
9488
8534
  - roundtrip
9489
8535
  expand: true
9490
8536
  no-source: true
@@ -9494,13 +8540,13 @@ tasks:
9494
8540
  recipients:
9495
8541
  - estebanldh@gmail.com
9496
8542
  - nsimean@despegar.com
9497
- - name: landing.filters.ve.oneway
8543
+ - name: landing.filters.us.oneway
9498
8544
  class_name: Henry::Task::CucumberTask
9499
8545
  options:
9500
8546
  tags:
9501
8547
  - landing
9502
8548
  - filters
9503
- - ve
8549
+ - us
9504
8550
  - oneway
9505
8551
  expand: true
9506
8552
  no-source: true
@@ -10809,38 +9855,6 @@ tasks:
10809
9855
  recipients:
10810
9856
  - estebanldh@gmail.com
10811
9857
  - nsimean@despegar.com
10812
- - name: checkout.price_jump.ar.oneway
10813
- class_name: Henry::Task::CucumberTask
10814
- options:
10815
- tags:
10816
- - checkout
10817
- - price_jump
10818
- - ar
10819
- - oneway
10820
- expand: true
10821
- no-source: true
10822
- reports:
10823
- - format: html
10824
- name: ${DATE}_${TASK_NAME}.html
10825
- recipients:
10826
- - estebanldh@gmail.com
10827
- - nsimean@despegar.com
10828
- - name: checkout.price_jump.ar.multipledestinations
10829
- class_name: Henry::Task::CucumberTask
10830
- options:
10831
- tags:
10832
- - checkout
10833
- - price_jump
10834
- - ar
10835
- - multipledestinations
10836
- expand: true
10837
- no-source: true
10838
- reports:
10839
- - format: html
10840
- name: ${DATE}_${TASK_NAME}.html
10841
- recipients:
10842
- - estebanldh@gmail.com
10843
- - nsimean@despegar.com
10844
9858
  - name: checkout.price_jump.br
10845
9859
  class_name: Henry::Task::CucumberTask
10846
9860
  options:
@@ -10856,22 +9870,6 @@ tasks:
10856
9870
  recipients:
10857
9871
  - estebanldh@gmail.com
10858
9872
  - nsimean@despegar.com
10859
- - name: checkout.price_jump.br.roundtrip
10860
- class_name: Henry::Task::CucumberTask
10861
- options:
10862
- tags:
10863
- - checkout
10864
- - price_jump
10865
- - br
10866
- - roundtrip
10867
- expand: true
10868
- no-source: true
10869
- reports:
10870
- - format: html
10871
- name: ${DATE}_${TASK_NAME}.html
10872
- recipients:
10873
- - estebanldh@gmail.com
10874
- - nsimean@despegar.com
10875
9873
  - name: checkout.price_jump.br.oneway
10876
9874
  class_name: Henry::Task::CucumberTask
10877
9875
  options:
@@ -10888,85 +9886,6 @@ tasks:
10888
9886
  recipients:
10889
9887
  - estebanldh@gmail.com
10890
9888
  - nsimean@despegar.com
10891
- - name: checkout.price_jump.br.multipledestinations
10892
- class_name: Henry::Task::CucumberTask
10893
- options:
10894
- tags:
10895
- - checkout
10896
- - price_jump
10897
- - br
10898
- - multipledestinations
10899
- expand: true
10900
- no-source: true
10901
- reports:
10902
- - format: html
10903
- name: ${DATE}_${TASK_NAME}.html
10904
- recipients:
10905
- - estebanldh@gmail.com
10906
- - nsimean@despegar.com
10907
- - name: checkout.price_jump.mx
10908
- class_name: Henry::Task::CucumberTask
10909
- options:
10910
- tags:
10911
- - checkout
10912
- - price_jump
10913
- - mx
10914
- expand: true
10915
- no-source: true
10916
- reports:
10917
- - format: html
10918
- name: ${DATE}_${TASK_NAME}.html
10919
- recipients:
10920
- - estebanldh@gmail.com
10921
- - nsimean@despegar.com
10922
- - name: checkout.price_jump.mx.roundtrip
10923
- class_name: Henry::Task::CucumberTask
10924
- options:
10925
- tags:
10926
- - checkout
10927
- - price_jump
10928
- - mx
10929
- - roundtrip
10930
- expand: true
10931
- no-source: true
10932
- reports:
10933
- - format: html
10934
- name: ${DATE}_${TASK_NAME}.html
10935
- recipients:
10936
- - estebanldh@gmail.com
10937
- - nsimean@despegar.com
10938
- - name: checkout.price_jump.mx.oneway
10939
- class_name: Henry::Task::CucumberTask
10940
- options:
10941
- tags:
10942
- - checkout
10943
- - price_jump
10944
- - mx
10945
- - oneway
10946
- expand: true
10947
- no-source: true
10948
- reports:
10949
- - format: html
10950
- name: ${DATE}_${TASK_NAME}.html
10951
- recipients:
10952
- - estebanldh@gmail.com
10953
- - nsimean@despegar.com
10954
- - name: checkout.price_jump.mx.multipledestinations
10955
- class_name: Henry::Task::CucumberTask
10956
- options:
10957
- tags:
10958
- - checkout
10959
- - price_jump
10960
- - mx
10961
- - multipledestinations
10962
- expand: true
10963
- no-source: true
10964
- reports:
10965
- - format: html
10966
- name: ${DATE}_${TASK_NAME}.html
10967
- recipients:
10968
- - estebanldh@gmail.com
10969
- - nsimean@despegar.com
10970
9889
  - name: checkout.price_jump.us
10971
9890
  class_name: Henry::Task::CucumberTask
10972
9891
  options:
@@ -10982,38 +9901,6 @@ tasks:
10982
9901
  recipients:
10983
9902
  - estebanldh@gmail.com
10984
9903
  - nsimean@despegar.com
10985
- - name: checkout.price_jump.us.roundtrip
10986
- class_name: Henry::Task::CucumberTask
10987
- options:
10988
- tags:
10989
- - checkout
10990
- - price_jump
10991
- - us
10992
- - roundtrip
10993
- expand: true
10994
- no-source: true
10995
- reports:
10996
- - format: html
10997
- name: ${DATE}_${TASK_NAME}.html
10998
- recipients:
10999
- - estebanldh@gmail.com
11000
- - nsimean@despegar.com
11001
- - name: checkout.price_jump.us.oneway
11002
- class_name: Henry::Task::CucumberTask
11003
- options:
11004
- tags:
11005
- - checkout
11006
- - price_jump
11007
- - us
11008
- - oneway
11009
- expand: true
11010
- no-source: true
11011
- reports:
11012
- - format: html
11013
- name: ${DATE}_${TASK_NAME}.html
11014
- recipients:
11015
- - estebanldh@gmail.com
11016
- - nsimean@despegar.com
11017
9904
  - name: checkout.price_jump.us.multipledestinations
11018
9905
  class_name: Henry::Task::CucumberTask
11019
9906
  options:
@@ -12403,13 +11290,13 @@ tasks:
12403
11290
  recipients:
12404
11291
  - estebanldh@gmail.com
12405
11292
  - nsimean@despegar.com
12406
- - name: checkout.providers.us
11293
+ - name: checkout.providers.vol
12407
11294
  class_name: Henry::Task::CucumberTask
12408
11295
  options:
12409
11296
  tags:
12410
11297
  - checkout
12411
11298
  - providers
12412
- - us
11299
+ - vol
12413
11300
  expand: true
12414
11301
  no-source: true
12415
11302
  reports:
@@ -12418,13 +11305,13 @@ tasks:
12418
11305
  recipients:
12419
11306
  - estebanldh@gmail.com
12420
11307
  - nsimean@despegar.com
12421
- - name: checkout.providers.mx
11308
+ - name: checkout.providers.aij
12422
11309
  class_name: Henry::Task::CucumberTask
12423
11310
  options:
12424
11311
  tags:
12425
11312
  - checkout
12426
11313
  - providers
12427
- - mx
11314
+ - aij
12428
11315
  expand: true
12429
11316
  no-source: true
12430
11317
  reports: