flights_gui_tests 1.6.3 → 1.6.4

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: 6e9aae4ed0fe96cf6ee2ce89ebc4f9bc13c73e13
4
- data.tar.gz: 75a3de8a932550dce1e92f9984bc8273a9d5ce7d
3
+ metadata.gz: d27afdd5deafed9c9c35d80b3c7958e5bc31debf
4
+ data.tar.gz: c44f734b7b14f34cdac08bda1b47f369fba9b181
5
5
  SHA512:
6
- metadata.gz: 3af9f859850ab648fab6382fc7e331e487699d8e41b58b0a62a607b77112589ff4f8c8117282245d6b3db45614bbcb35109ab8c158a0142d25db4041930e7724
7
- data.tar.gz: e14b5351e64452810df03de32c656fdb2dd11d703b61445e1d76780b6771f3c84d822f0d3544c29448db5a7d9cb8ec16a281f9ed12b96bea205beef34a763317
6
+ metadata.gz: 38193fffa1d18d1339241934d7fc22ae27b8448abad7312445bdf3f23800f135a1247fa3955234443e979ab6cf2a56bf30524758c9d2ff26e30784202814f367
7
+ data.tar.gz: 39e0ca251af7ff9c0e960f24cb109c2b4903ac06ac84401580480b9789fae4cfc73cb392e7c9a1af8a34bdd3a3862d7dc3ef1433b98e514e586652bc19f1420b
@@ -1,3 +1,9 @@
1
+ PT:
2
+ produccion: http://www.despegar.com
3
+ beta: http://www.despegar.com
4
+ rc: http://rc.despegar.it
5
+ ic: http://ic.despegar.it
6
+ desa: http://desa.despegar.com:8080
1
7
  IN:
2
8
  produccion: http://www.despegar.com
3
9
  beta: http://www.despegar.com
@@ -43,6 +43,8 @@ CN:
43
43
  - {code: "SHA", airports: ["SHA","PVG"], name: "Shanghai", name_lang: {es: "Shanghai",en: "Shanghai", pt: "Xangai"}}
44
44
  IN:
45
45
  - {code: "DEL", airports: ["DEL"], name: "Delhi", name_lang: {es: "Nueva Delhi",en: "new delhi", pt: "Nueva Delhi"}}
46
+ PT:
47
+ - {code: "LIS", airports: ["LIS"], name: "Lisboa", name_lang: {es: "Lisboa",en: "Lisboa", pt: "Lisboa"}}
46
48
  US:
47
49
  - {code: "MIA", airports: ["MIA","FLL"], name: "Miami", name_lang: {es: "Miami",en: "Miami", pt: "Miami"}}
48
50
  - {code: "LAX", airports: ["LAX"], name: "Los Angeles", name_lang: {es: "Los Angeles",en: "Los Angeles", pt: "Los Angeles"}}
@@ -61,21 +61,15 @@ module NewCheckout
61
61
  li(:medio_de_pago_seleccionado,:css=>"#paymentDefinition .selected")
62
62
  li(:medio_de_subpago_seleccionado,:css=>".list .sub-selected")
63
63
 
64
+ divs(:opciones_pago,:class=>'installment-info')
65
+
64
66
  def cargar_datos_tarjeta
65
67
  data = self.manage_data.get_results_search_service
66
68
  provider = data["result"]["data"]["items"][0]["provider"]
67
69
  if AllPages.site=="AR"
68
70
  select_un_pago_argentina
69
71
  elsif AllPages.site=="PE"
70
- begin
71
- select_un_pago unless debito.no_accents.downcase.match(/debito/)
72
- rescue Watir::Exception::UnknownObjectException
73
- select_un_pago_debito
74
- rescue Watir::Exception::UnknownObjectException
75
- select_un_pago_peru_2
76
- rescue Watir::Exception::UnknownObjectException
77
- select_un_pago_peru_3
78
- end
72
+ opciones_pago_elements.select{|opcion| opcion.text.no_accents.downcase.match(/credito/)}.first.radios[0].set()
79
73
  else
80
74
  if debito.no_accents.downcase.match(/debito/)
81
75
  select_un_pago_debito
@@ -43,6 +43,7 @@ module Helpers
43
43
  when "US" then cargar_usa
44
44
  when "IN" then cargar_usa
45
45
  when "CN" then cargar_usa
46
+ when "PT" then cargar_brasil
46
47
  else cargar_latino
47
48
  end
48
49
  end
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.6.3"
2
+ VERSION = "1.6.4"
3
3
  end
@@ -43,6 +43,21 @@ Característica: checkout.book_ok
43
43
  Y verifico el pixel de Efrontier
44
44
  Y verifico los datos de la reserva enviados a fenix
45
45
 
46
+ @pt
47
+ @roundtrip
48
+ Ejemplos:
49
+ |pais|tipo|cabotage|
50
+ |PT |roundtrip|nil|
51
+ @pt
52
+ @oneway
53
+ Ejemplos:
54
+ |pais|tipo|cabotage|
55
+ |PT |oneway|true|
56
+ @pt
57
+ @multipledestinations
58
+ Ejemplos:
59
+ |pais|tipo|cabotage|
60
+ |PT |multipledestinations|nil|
46
61
  @in
47
62
  @roundtrip
48
63
  Ejemplos:
@@ -34,6 +34,36 @@ Característica: landing.matrix
34
34
  Cuando espero que termine de cargar la pagina de landing
35
35
  Entonces verifico que la pagina no rompa
36
36
 
37
+ @pt
38
+ @roundtrip
39
+ Ejemplos:
40
+ |pais|tipo|
41
+ |PT |roundtrip|
42
+ @pt
43
+ @oneway
44
+ Ejemplos:
45
+ |pais|tipo|
46
+ |PT |oneway|
47
+ @in
48
+ @roundtrip
49
+ Ejemplos:
50
+ |pais|tipo|
51
+ |IN |roundtrip|
52
+ @in
53
+ @oneway
54
+ Ejemplos:
55
+ |pais|tipo|
56
+ |IN |oneway|
57
+ @cn
58
+ @roundtrip
59
+ Ejemplos:
60
+ |pais|tipo|
61
+ |CN |roundtrip|
62
+ @cn
63
+ @oneway
64
+ Ejemplos:
65
+ |pais|tipo|
66
+ |CN |oneway|
37
67
  @ar
38
68
  @roundtrip
39
69
  Ejemplos:
@@ -32,6 +32,36 @@ Característica: landing.negative
32
32
  Y verifico que la url de landing para el destino "lrl" no rompa
33
33
  Y verifico que redirija a la home de vuelos si no hay oficinas en la ciudad de origen
34
34
 
35
+ @pt
36
+ @roundtrip
37
+ Ejemplos:
38
+ |pais|tipo|
39
+ |PT |roundtrip|
40
+ @pt
41
+ @oneway
42
+ Ejemplos:
43
+ |pais|tipo|
44
+ |PT |oneway|
45
+ @in
46
+ @roundtrip
47
+ Ejemplos:
48
+ |pais|tipo|
49
+ |IN |roundtrip|
50
+ @in
51
+ @oneway
52
+ Ejemplos:
53
+ |pais|tipo|
54
+ |IN |oneway|
55
+ @cn
56
+ @roundtrip
57
+ Ejemplos:
58
+ |pais|tipo|
59
+ |CN |roundtrip|
60
+ @cn
61
+ @oneway
62
+ Ejemplos:
63
+ |pais|tipo|
64
+ |CN |oneway|
35
65
  @ar
36
66
  @roundtrip
37
67
  Ejemplos:
@@ -32,6 +32,16 @@ Característica: landing.search
32
32
  Y si ingreso checkout, espero que termine de cargar la pagina de checkout
33
33
  Y si ingreso checkout, verifico que ingrese al checkout
34
34
 
35
+ @pt
36
+ @roundtrip
37
+ Ejemplos:
38
+ |pais|tipo|
39
+ |PT |roundtrip|
40
+ @pt
41
+ @oneway
42
+ Ejemplos:
43
+ |pais|tipo|
44
+ |PT |oneway|
35
45
  @in
36
46
  @roundtrip
37
47
  Ejemplos:
@@ -19,6 +19,12 @@ Característica: results.basefare
19
19
  Entonces verifico la base tarifaria
20
20
  Y verifico el breakdown
21
21
 
22
+ @pt
23
+ Ejemplos:
24
+ |pais|tipo|cabotage|
25
+ |PT |roundtrip|true|
26
+ |PT |multipledestinations|true|
27
+ |PT |oneway|nil|
22
28
  @cn
23
29
  Ejemplos:
24
30
  |pais|tipo|cabotage|
@@ -18,6 +18,21 @@ Característica: results.errors
18
18
  Cuando si el site no es "MX|BR", ingreso una fecha del dia de hoy
19
19
  Entonces si el site no es "MX|BR", verifico mensaje de error "es una fecha demasiado cercana para comprar en nuestro sitio web| e uma data muito proxima ao embarque para voce comprar sua passagem em nosso website|is too soon to book on our website"
20
20
 
21
+ @pt
22
+ @roundtrip
23
+ Ejemplos:
24
+ |pais|tipo|cabotage|
25
+ |PT |roundtrip|nil|
26
+ @pt
27
+ @oneway
28
+ Ejemplos:
29
+ |pais|tipo|cabotage|
30
+ |PT |oneway|true|
31
+ @pt
32
+ @multipledestinations
33
+ Ejemplos:
34
+ |pais|tipo|cabotage|
35
+ |PT |multipledestinations|nil|
21
36
  @in
22
37
  @roundtrip
23
38
  Ejemplos:
@@ -17,6 +17,12 @@ Característica: results.itineraries
17
17
  Y cierro popups
18
18
  Entonces recorro y verifico cada itinerario
19
19
 
20
+ @pt
21
+ Ejemplos:
22
+ |pais|tipo|cabotage|
23
+ |PT |roundtrip|true|
24
+ |PT |multipledestinations|true|
25
+ |PT |oneway|nil|
20
26
  @cn
21
27
  Ejemplos:
22
28
  |pais|tipo|cabotage|
@@ -20,6 +20,12 @@ Característica: results.pagination
20
20
  Cuando espero que termine de cargar la pagina de resultados
21
21
  Entonces verifico que el paginado no traiga mas de "<x>" paginas en resultados
22
22
 
23
+ @pt
24
+ Ejemplos:
25
+ |pais|tipo|cabotage|x|
26
+ |PT |roundtrip|true|10|
27
+ |PT |multipledestinations|true|10|
28
+ |PT |oneway|nil|10|
23
29
  @cn
24
30
  Ejemplos:
25
31
  |pais|tipo|cabotage|x|
@@ -13,6 +13,12 @@ Característica: results.reviews_airlines
13
13
  Entonces verifico que traiga resultados
14
14
  Entonces verifico las reviews de aerolineas
15
15
 
16
+ @pt
17
+ Ejemplos:
18
+ |pais|tipo|cabotage|
19
+ |PT |roundtrip|true|
20
+ |PT |multipledestinations|true|
21
+ |PT |oneway|nil|
16
22
  @cn
17
23
  Ejemplos:
18
24
  |pais|tipo|cabotage|
@@ -31,6 +31,21 @@ Característica: results.search
31
31
  Entonces verifico que ingrese al checkout
32
32
  Y verifico que la pagina no rompa
33
33
 
34
+ @pt
35
+ @roundtrip
36
+ Ejemplos:
37
+ |pais|tipo|cabotage|
38
+ |PT |roundtrip|nil|
39
+ @pt
40
+ @oneway
41
+ Ejemplos:
42
+ |pais|tipo|cabotage|
43
+ |PT |oneway|true|
44
+ @pt
45
+ @multipledestinations
46
+ Ejemplos:
47
+ |pais|tipo|cabotage|
48
+ |PT |multipledestinations|nil|
34
49
  @in
35
50
  @roundtrip
36
51
  Ejemplos:
@@ -13,6 +13,69 @@ tasks:
13
13
  recipients:
14
14
  - estebanldh@gmail.com
15
15
  - nsimean@despegar.com
16
+ - name: results.search.pt
17
+ class_name: Henry::Task::CucumberTask
18
+ options:
19
+ tags:
20
+ - results
21
+ - search
22
+ - pt
23
+ expand: true
24
+ no-source: true
25
+ reports:
26
+ - format: html
27
+ name: ${DATE}_${TASK_NAME}.html
28
+ recipients:
29
+ - estebanldh@gmail.com
30
+ - nsimean@despegar.com
31
+ - name: results.search.pt.roundtrip
32
+ class_name: Henry::Task::CucumberTask
33
+ options:
34
+ tags:
35
+ - results
36
+ - search
37
+ - pt
38
+ - roundtrip
39
+ expand: true
40
+ no-source: true
41
+ reports:
42
+ - format: html
43
+ name: ${DATE}_${TASK_NAME}.html
44
+ recipients:
45
+ - estebanldh@gmail.com
46
+ - nsimean@despegar.com
47
+ - name: results.search.pt.oneway
48
+ class_name: Henry::Task::CucumberTask
49
+ options:
50
+ tags:
51
+ - results
52
+ - search
53
+ - pt
54
+ - oneway
55
+ expand: true
56
+ no-source: true
57
+ reports:
58
+ - format: html
59
+ name: ${DATE}_${TASK_NAME}.html
60
+ recipients:
61
+ - estebanldh@gmail.com
62
+ - nsimean@despegar.com
63
+ - name: results.search.pt.multipledestinations
64
+ class_name: Henry::Task::CucumberTask
65
+ options:
66
+ tags:
67
+ - results
68
+ - search
69
+ - pt
70
+ - multipledestinations
71
+ expand: true
72
+ no-source: true
73
+ reports:
74
+ - format: html
75
+ name: ${DATE}_${TASK_NAME}.html
76
+ recipients:
77
+ - estebanldh@gmail.com
78
+ - nsimean@despegar.com
16
79
  - name: results.search.in
17
80
  class_name: Henry::Task::CucumberTask
18
81
  options:
@@ -1297,6 +1360,21 @@ tasks:
1297
1360
  recipients:
1298
1361
  - estebanldh@gmail.com
1299
1362
  - nsimean@despegar.com
1363
+ - name: results.basefare.pt
1364
+ class_name: Henry::Task::CucumberTask
1365
+ options:
1366
+ tags:
1367
+ - results
1368
+ - basefare
1369
+ - pt
1370
+ expand: true
1371
+ no-source: true
1372
+ reports:
1373
+ - format: html
1374
+ name: ${DATE}_${TASK_NAME}.html
1375
+ recipients:
1376
+ - estebanldh@gmail.com
1377
+ - nsimean@despegar.com
1300
1378
  - name: results.basefare.cn
1301
1379
  class_name: Henry::Task::CucumberTask
1302
1380
  options:
@@ -1550,6 +1628,69 @@ tasks:
1550
1628
  recipients:
1551
1629
  - estebanldh@gmail.com
1552
1630
  - nsimean@despegar.com
1631
+ - name: results.errors.pt
1632
+ class_name: Henry::Task::CucumberTask
1633
+ options:
1634
+ tags:
1635
+ - results
1636
+ - errors
1637
+ - pt
1638
+ expand: true
1639
+ no-source: true
1640
+ reports:
1641
+ - format: html
1642
+ name: ${DATE}_${TASK_NAME}.html
1643
+ recipients:
1644
+ - estebanldh@gmail.com
1645
+ - nsimean@despegar.com
1646
+ - name: results.errors.pt.roundtrip
1647
+ class_name: Henry::Task::CucumberTask
1648
+ options:
1649
+ tags:
1650
+ - results
1651
+ - errors
1652
+ - pt
1653
+ - roundtrip
1654
+ expand: true
1655
+ no-source: true
1656
+ reports:
1657
+ - format: html
1658
+ name: ${DATE}_${TASK_NAME}.html
1659
+ recipients:
1660
+ - estebanldh@gmail.com
1661
+ - nsimean@despegar.com
1662
+ - name: results.errors.pt.oneway
1663
+ class_name: Henry::Task::CucumberTask
1664
+ options:
1665
+ tags:
1666
+ - results
1667
+ - errors
1668
+ - pt
1669
+ - oneway
1670
+ expand: true
1671
+ no-source: true
1672
+ reports:
1673
+ - format: html
1674
+ name: ${DATE}_${TASK_NAME}.html
1675
+ recipients:
1676
+ - estebanldh@gmail.com
1677
+ - nsimean@despegar.com
1678
+ - name: results.errors.pt.multipledestinations
1679
+ class_name: Henry::Task::CucumberTask
1680
+ options:
1681
+ tags:
1682
+ - results
1683
+ - errors
1684
+ - pt
1685
+ - multipledestinations
1686
+ expand: true
1687
+ no-source: true
1688
+ reports:
1689
+ - format: html
1690
+ name: ${DATE}_${TASK_NAME}.html
1691
+ recipients:
1692
+ - estebanldh@gmail.com
1693
+ - nsimean@despegar.com
1553
1694
  - name: results.errors.in
1554
1695
  class_name: Henry::Task::CucumberTask
1555
1696
  options:
@@ -2446,6 +2587,21 @@ tasks:
2446
2587
  recipients:
2447
2588
  - estebanldh@gmail.com
2448
2589
  - nsimean@despegar.com
2590
+ - name: results.itineraries.pt
2591
+ class_name: Henry::Task::CucumberTask
2592
+ options:
2593
+ tags:
2594
+ - results
2595
+ - itineraries
2596
+ - pt
2597
+ expand: true
2598
+ no-source: true
2599
+ reports:
2600
+ - format: html
2601
+ name: ${DATE}_${TASK_NAME}.html
2602
+ recipients:
2603
+ - estebanldh@gmail.com
2604
+ - nsimean@despegar.com
2449
2605
  - name: results.itineraries.cn
2450
2606
  class_name: Henry::Task::CucumberTask
2451
2607
  options:
@@ -3356,6 +3512,21 @@ tasks:
3356
3512
  recipients:
3357
3513
  - estebanldh@gmail.com
3358
3514
  - nsimean@despegar.com
3515
+ - name: results.pagination.pt
3516
+ class_name: Henry::Task::CucumberTask
3517
+ options:
3518
+ tags:
3519
+ - results
3520
+ - pagination
3521
+ - pt
3522
+ expand: true
3523
+ no-source: true
3524
+ reports:
3525
+ - format: html
3526
+ name: ${DATE}_${TASK_NAME}.html
3527
+ recipients:
3528
+ - estebanldh@gmail.com
3529
+ - nsimean@despegar.com
3359
3530
  - name: results.pagination.cn
3360
3531
  class_name: Henry::Task::CucumberTask
3361
3532
  options:
@@ -3580,6 +3751,21 @@ tasks:
3580
3751
  recipients:
3581
3752
  - estebanldh@gmail.com
3582
3753
  - nsimean@despegar.com
3754
+ - name: results.reviews_airlines.pt
3755
+ class_name: Henry::Task::CucumberTask
3756
+ options:
3757
+ tags:
3758
+ - results
3759
+ - reviews_airlines
3760
+ - pt
3761
+ expand: true
3762
+ no-source: true
3763
+ reports:
3764
+ - format: html
3765
+ name: ${DATE}_${TASK_NAME}.html
3766
+ recipients:
3767
+ - estebanldh@gmail.com
3768
+ - nsimean@despegar.com
3583
3769
  - name: results.reviews_airlines.cn
3584
3770
  class_name: Henry::Task::CucumberTask
3585
3771
  options:
@@ -5154,6 +5340,53 @@ tasks:
5154
5340
  recipients:
5155
5341
  - estebanldh@gmail.com
5156
5342
  - nsimean@despegar.com
5343
+ - name: landing.search.pt
5344
+ class_name: Henry::Task::CucumberTask
5345
+ options:
5346
+ tags:
5347
+ - landing
5348
+ - search
5349
+ - pt
5350
+ expand: true
5351
+ no-source: true
5352
+ reports:
5353
+ - format: html
5354
+ name: ${DATE}_${TASK_NAME}.html
5355
+ recipients:
5356
+ - estebanldh@gmail.com
5357
+ - nsimean@despegar.com
5358
+ - name: landing.search.pt.roundtrip
5359
+ class_name: Henry::Task::CucumberTask
5360
+ options:
5361
+ tags:
5362
+ - landing
5363
+ - search
5364
+ - pt
5365
+ - roundtrip
5366
+ expand: true
5367
+ no-source: true
5368
+ reports:
5369
+ - format: html
5370
+ name: ${DATE}_${TASK_NAME}.html
5371
+ recipients:
5372
+ - estebanldh@gmail.com
5373
+ - nsimean@despegar.com
5374
+ - name: landing.search.pt.oneway
5375
+ class_name: Henry::Task::CucumberTask
5376
+ options:
5377
+ tags:
5378
+ - landing
5379
+ - search
5380
+ - pt
5381
+ - oneway
5382
+ expand: true
5383
+ no-source: true
5384
+ reports:
5385
+ - format: html
5386
+ name: ${DATE}_${TASK_NAME}.html
5387
+ recipients:
5388
+ - estebanldh@gmail.com
5389
+ - nsimean@despegar.com
5157
5390
  - name: landing.search.in
5158
5391
  class_name: Henry::Task::CucumberTask
5159
5392
  options:
@@ -5826,13 +6059,13 @@ tasks:
5826
6059
  recipients:
5827
6060
  - estebanldh@gmail.com
5828
6061
  - nsimean@despegar.com
5829
- - name: landing.negative.ar
6062
+ - name: landing.negative.pt
5830
6063
  class_name: Henry::Task::CucumberTask
5831
6064
  options:
5832
6065
  tags:
5833
6066
  - landing
5834
6067
  - negative
5835
- - ar
6068
+ - pt
5836
6069
  expand: true
5837
6070
  no-source: true
5838
6071
  reports:
@@ -5841,13 +6074,13 @@ tasks:
5841
6074
  recipients:
5842
6075
  - estebanldh@gmail.com
5843
6076
  - nsimean@despegar.com
5844
- - name: landing.negative.ar.roundtrip
6077
+ - name: landing.negative.pt.roundtrip
5845
6078
  class_name: Henry::Task::CucumberTask
5846
6079
  options:
5847
6080
  tags:
5848
6081
  - landing
5849
6082
  - negative
5850
- - ar
6083
+ - pt
5851
6084
  - roundtrip
5852
6085
  expand: true
5853
6086
  no-source: true
@@ -5857,13 +6090,13 @@ tasks:
5857
6090
  recipients:
5858
6091
  - estebanldh@gmail.com
5859
6092
  - nsimean@despegar.com
5860
- - name: landing.negative.ar.oneway
6093
+ - name: landing.negative.pt.oneway
5861
6094
  class_name: Henry::Task::CucumberTask
5862
6095
  options:
5863
6096
  tags:
5864
6097
  - landing
5865
6098
  - negative
5866
- - ar
6099
+ - pt
5867
6100
  - oneway
5868
6101
  expand: true
5869
6102
  no-source: true
@@ -5873,13 +6106,13 @@ tasks:
5873
6106
  recipients:
5874
6107
  - estebanldh@gmail.com
5875
6108
  - nsimean@despegar.com
5876
- - name: landing.negative.br
6109
+ - name: landing.negative.in
5877
6110
  class_name: Henry::Task::CucumberTask
5878
6111
  options:
5879
6112
  tags:
5880
6113
  - landing
5881
6114
  - negative
5882
- - br
6115
+ - in
5883
6116
  expand: true
5884
6117
  no-source: true
5885
6118
  reports:
@@ -5888,13 +6121,13 @@ tasks:
5888
6121
  recipients:
5889
6122
  - estebanldh@gmail.com
5890
6123
  - nsimean@despegar.com
5891
- - name: landing.negative.br.roundtrip
6124
+ - name: landing.negative.in.roundtrip
5892
6125
  class_name: Henry::Task::CucumberTask
5893
6126
  options:
5894
6127
  tags:
5895
6128
  - landing
5896
6129
  - negative
5897
- - br
6130
+ - in
5898
6131
  - roundtrip
5899
6132
  expand: true
5900
6133
  no-source: true
@@ -5904,13 +6137,13 @@ tasks:
5904
6137
  recipients:
5905
6138
  - estebanldh@gmail.com
5906
6139
  - nsimean@despegar.com
5907
- - name: landing.negative.br.oneway
6140
+ - name: landing.negative.in.oneway
5908
6141
  class_name: Henry::Task::CucumberTask
5909
6142
  options:
5910
6143
  tags:
5911
6144
  - landing
5912
6145
  - negative
5913
- - br
6146
+ - in
5914
6147
  - oneway
5915
6148
  expand: true
5916
6149
  no-source: true
@@ -5920,13 +6153,13 @@ tasks:
5920
6153
  recipients:
5921
6154
  - estebanldh@gmail.com
5922
6155
  - nsimean@despegar.com
5923
- - name: landing.negative.co
6156
+ - name: landing.negative.cn
5924
6157
  class_name: Henry::Task::CucumberTask
5925
6158
  options:
5926
6159
  tags:
5927
6160
  - landing
5928
6161
  - negative
5929
- - co
6162
+ - cn
5930
6163
  expand: true
5931
6164
  no-source: true
5932
6165
  reports:
@@ -5935,13 +6168,13 @@ tasks:
5935
6168
  recipients:
5936
6169
  - estebanldh@gmail.com
5937
6170
  - nsimean@despegar.com
5938
- - name: landing.negative.co.roundtrip
6171
+ - name: landing.negative.cn.roundtrip
5939
6172
  class_name: Henry::Task::CucumberTask
5940
6173
  options:
5941
6174
  tags:
5942
6175
  - landing
5943
6176
  - negative
5944
- - co
6177
+ - cn
5945
6178
  - roundtrip
5946
6179
  expand: true
5947
6180
  no-source: true
@@ -5951,13 +6184,13 @@ tasks:
5951
6184
  recipients:
5952
6185
  - estebanldh@gmail.com
5953
6186
  - nsimean@despegar.com
5954
- - name: landing.negative.co.oneway
6187
+ - name: landing.negative.cn.oneway
5955
6188
  class_name: Henry::Task::CucumberTask
5956
6189
  options:
5957
6190
  tags:
5958
6191
  - landing
5959
6192
  - negative
5960
- - co
6193
+ - cn
5961
6194
  - oneway
5962
6195
  expand: true
5963
6196
  no-source: true
@@ -5967,13 +6200,13 @@ tasks:
5967
6200
  recipients:
5968
6201
  - estebanldh@gmail.com
5969
6202
  - nsimean@despegar.com
5970
- - name: landing.negative.cl
6203
+ - name: landing.negative.ar
5971
6204
  class_name: Henry::Task::CucumberTask
5972
6205
  options:
5973
6206
  tags:
5974
6207
  - landing
5975
6208
  - negative
5976
- - cl
6209
+ - ar
5977
6210
  expand: true
5978
6211
  no-source: true
5979
6212
  reports:
@@ -5982,13 +6215,13 @@ tasks:
5982
6215
  recipients:
5983
6216
  - estebanldh@gmail.com
5984
6217
  - nsimean@despegar.com
5985
- - name: landing.negative.cl.roundtrip
6218
+ - name: landing.negative.ar.roundtrip
5986
6219
  class_name: Henry::Task::CucumberTask
5987
6220
  options:
5988
6221
  tags:
5989
6222
  - landing
5990
6223
  - negative
5991
- - cl
6224
+ - ar
5992
6225
  - roundtrip
5993
6226
  expand: true
5994
6227
  no-source: true
@@ -5998,13 +6231,13 @@ tasks:
5998
6231
  recipients:
5999
6232
  - estebanldh@gmail.com
6000
6233
  - nsimean@despegar.com
6001
- - name: landing.negative.cl.oneway
6234
+ - name: landing.negative.ar.oneway
6002
6235
  class_name: Henry::Task::CucumberTask
6003
6236
  options:
6004
6237
  tags:
6005
6238
  - landing
6006
6239
  - negative
6007
- - cl
6240
+ - ar
6008
6241
  - oneway
6009
6242
  expand: true
6010
6243
  no-source: true
@@ -6014,13 +6247,13 @@ tasks:
6014
6247
  recipients:
6015
6248
  - estebanldh@gmail.com
6016
6249
  - nsimean@despegar.com
6017
- - name: landing.negative.cr
6250
+ - name: landing.negative.br
6018
6251
  class_name: Henry::Task::CucumberTask
6019
6252
  options:
6020
6253
  tags:
6021
6254
  - landing
6022
6255
  - negative
6023
- - cr
6256
+ - br
6024
6257
  expand: true
6025
6258
  no-source: true
6026
6259
  reports:
@@ -6029,13 +6262,13 @@ tasks:
6029
6262
  recipients:
6030
6263
  - estebanldh@gmail.com
6031
6264
  - nsimean@despegar.com
6032
- - name: landing.negative.cr.roundtrip
6265
+ - name: landing.negative.br.roundtrip
6033
6266
  class_name: Henry::Task::CucumberTask
6034
6267
  options:
6035
6268
  tags:
6036
6269
  - landing
6037
6270
  - negative
6038
- - cr
6271
+ - br
6039
6272
  - roundtrip
6040
6273
  expand: true
6041
6274
  no-source: true
@@ -6045,13 +6278,13 @@ tasks:
6045
6278
  recipients:
6046
6279
  - estebanldh@gmail.com
6047
6280
  - nsimean@despegar.com
6048
- - name: landing.negative.cr.oneway
6281
+ - name: landing.negative.br.oneway
6049
6282
  class_name: Henry::Task::CucumberTask
6050
6283
  options:
6051
6284
  tags:
6052
6285
  - landing
6053
6286
  - negative
6054
- - cr
6287
+ - br
6055
6288
  - oneway
6056
6289
  expand: true
6057
6290
  no-source: true
@@ -6061,13 +6294,13 @@ tasks:
6061
6294
  recipients:
6062
6295
  - estebanldh@gmail.com
6063
6296
  - nsimean@despegar.com
6064
- - name: landing.negative.ec
6297
+ - name: landing.negative.co
6065
6298
  class_name: Henry::Task::CucumberTask
6066
6299
  options:
6067
6300
  tags:
6068
6301
  - landing
6069
6302
  - negative
6070
- - ec
6303
+ - co
6071
6304
  expand: true
6072
6305
  no-source: true
6073
6306
  reports:
@@ -6076,7 +6309,148 @@ tasks:
6076
6309
  recipients:
6077
6310
  - estebanldh@gmail.com
6078
6311
  - nsimean@despegar.com
6079
- - name: landing.negative.ec.roundtrip
6312
+ - name: landing.negative.co.roundtrip
6313
+ class_name: Henry::Task::CucumberTask
6314
+ options:
6315
+ tags:
6316
+ - landing
6317
+ - negative
6318
+ - co
6319
+ - roundtrip
6320
+ expand: true
6321
+ no-source: true
6322
+ reports:
6323
+ - format: html
6324
+ name: ${DATE}_${TASK_NAME}.html
6325
+ recipients:
6326
+ - estebanldh@gmail.com
6327
+ - nsimean@despegar.com
6328
+ - name: landing.negative.co.oneway
6329
+ class_name: Henry::Task::CucumberTask
6330
+ options:
6331
+ tags:
6332
+ - landing
6333
+ - negative
6334
+ - co
6335
+ - oneway
6336
+ expand: true
6337
+ no-source: true
6338
+ reports:
6339
+ - format: html
6340
+ name: ${DATE}_${TASK_NAME}.html
6341
+ recipients:
6342
+ - estebanldh@gmail.com
6343
+ - nsimean@despegar.com
6344
+ - name: landing.negative.cl
6345
+ class_name: Henry::Task::CucumberTask
6346
+ options:
6347
+ tags:
6348
+ - landing
6349
+ - negative
6350
+ - cl
6351
+ expand: true
6352
+ no-source: true
6353
+ reports:
6354
+ - format: html
6355
+ name: ${DATE}_${TASK_NAME}.html
6356
+ recipients:
6357
+ - estebanldh@gmail.com
6358
+ - nsimean@despegar.com
6359
+ - name: landing.negative.cl.roundtrip
6360
+ class_name: Henry::Task::CucumberTask
6361
+ options:
6362
+ tags:
6363
+ - landing
6364
+ - negative
6365
+ - cl
6366
+ - roundtrip
6367
+ expand: true
6368
+ no-source: true
6369
+ reports:
6370
+ - format: html
6371
+ name: ${DATE}_${TASK_NAME}.html
6372
+ recipients:
6373
+ - estebanldh@gmail.com
6374
+ - nsimean@despegar.com
6375
+ - name: landing.negative.cl.oneway
6376
+ class_name: Henry::Task::CucumberTask
6377
+ options:
6378
+ tags:
6379
+ - landing
6380
+ - negative
6381
+ - cl
6382
+ - oneway
6383
+ expand: true
6384
+ no-source: true
6385
+ reports:
6386
+ - format: html
6387
+ name: ${DATE}_${TASK_NAME}.html
6388
+ recipients:
6389
+ - estebanldh@gmail.com
6390
+ - nsimean@despegar.com
6391
+ - name: landing.negative.cr
6392
+ class_name: Henry::Task::CucumberTask
6393
+ options:
6394
+ tags:
6395
+ - landing
6396
+ - negative
6397
+ - cr
6398
+ expand: true
6399
+ no-source: true
6400
+ reports:
6401
+ - format: html
6402
+ name: ${DATE}_${TASK_NAME}.html
6403
+ recipients:
6404
+ - estebanldh@gmail.com
6405
+ - nsimean@despegar.com
6406
+ - name: landing.negative.cr.roundtrip
6407
+ class_name: Henry::Task::CucumberTask
6408
+ options:
6409
+ tags:
6410
+ - landing
6411
+ - negative
6412
+ - cr
6413
+ - roundtrip
6414
+ expand: true
6415
+ no-source: true
6416
+ reports:
6417
+ - format: html
6418
+ name: ${DATE}_${TASK_NAME}.html
6419
+ recipients:
6420
+ - estebanldh@gmail.com
6421
+ - nsimean@despegar.com
6422
+ - name: landing.negative.cr.oneway
6423
+ class_name: Henry::Task::CucumberTask
6424
+ options:
6425
+ tags:
6426
+ - landing
6427
+ - negative
6428
+ - cr
6429
+ - oneway
6430
+ expand: true
6431
+ no-source: true
6432
+ reports:
6433
+ - format: html
6434
+ name: ${DATE}_${TASK_NAME}.html
6435
+ recipients:
6436
+ - estebanldh@gmail.com
6437
+ - nsimean@despegar.com
6438
+ - name: landing.negative.ec
6439
+ class_name: Henry::Task::CucumberTask
6440
+ options:
6441
+ tags:
6442
+ - landing
6443
+ - negative
6444
+ - ec
6445
+ expand: true
6446
+ no-source: true
6447
+ reports:
6448
+ - format: html
6449
+ name: ${DATE}_${TASK_NAME}.html
6450
+ recipients:
6451
+ - estebanldh@gmail.com
6452
+ - nsimean@despegar.com
6453
+ - name: landing.negative.ec.roundtrip
6080
6454
  class_name: Henry::Task::CucumberTask
6081
6455
  options:
6082
6456
  tags:
@@ -6404,6 +6778,147 @@ tasks:
6404
6778
  recipients:
6405
6779
  - estebanldh@gmail.com
6406
6780
  - nsimean@despegar.com
6781
+ - name: landing.matrix.pt
6782
+ class_name: Henry::Task::CucumberTask
6783
+ options:
6784
+ tags:
6785
+ - landing
6786
+ - matrix
6787
+ - pt
6788
+ expand: true
6789
+ no-source: true
6790
+ reports:
6791
+ - format: html
6792
+ name: ${DATE}_${TASK_NAME}.html
6793
+ recipients:
6794
+ - estebanldh@gmail.com
6795
+ - nsimean@despegar.com
6796
+ - name: landing.matrix.pt.roundtrip
6797
+ class_name: Henry::Task::CucumberTask
6798
+ options:
6799
+ tags:
6800
+ - landing
6801
+ - matrix
6802
+ - pt
6803
+ - roundtrip
6804
+ expand: true
6805
+ no-source: true
6806
+ reports:
6807
+ - format: html
6808
+ name: ${DATE}_${TASK_NAME}.html
6809
+ recipients:
6810
+ - estebanldh@gmail.com
6811
+ - nsimean@despegar.com
6812
+ - name: landing.matrix.pt.oneway
6813
+ class_name: Henry::Task::CucumberTask
6814
+ options:
6815
+ tags:
6816
+ - landing
6817
+ - matrix
6818
+ - pt
6819
+ - oneway
6820
+ expand: true
6821
+ no-source: true
6822
+ reports:
6823
+ - format: html
6824
+ name: ${DATE}_${TASK_NAME}.html
6825
+ recipients:
6826
+ - estebanldh@gmail.com
6827
+ - nsimean@despegar.com
6828
+ - name: landing.matrix.in
6829
+ class_name: Henry::Task::CucumberTask
6830
+ options:
6831
+ tags:
6832
+ - landing
6833
+ - matrix
6834
+ - in
6835
+ expand: true
6836
+ no-source: true
6837
+ reports:
6838
+ - format: html
6839
+ name: ${DATE}_${TASK_NAME}.html
6840
+ recipients:
6841
+ - estebanldh@gmail.com
6842
+ - nsimean@despegar.com
6843
+ - name: landing.matrix.in.roundtrip
6844
+ class_name: Henry::Task::CucumberTask
6845
+ options:
6846
+ tags:
6847
+ - landing
6848
+ - matrix
6849
+ - in
6850
+ - roundtrip
6851
+ expand: true
6852
+ no-source: true
6853
+ reports:
6854
+ - format: html
6855
+ name: ${DATE}_${TASK_NAME}.html
6856
+ recipients:
6857
+ - estebanldh@gmail.com
6858
+ - nsimean@despegar.com
6859
+ - name: landing.matrix.in.oneway
6860
+ class_name: Henry::Task::CucumberTask
6861
+ options:
6862
+ tags:
6863
+ - landing
6864
+ - matrix
6865
+ - in
6866
+ - oneway
6867
+ expand: true
6868
+ no-source: true
6869
+ reports:
6870
+ - format: html
6871
+ name: ${DATE}_${TASK_NAME}.html
6872
+ recipients:
6873
+ - estebanldh@gmail.com
6874
+ - nsimean@despegar.com
6875
+ - name: landing.matrix.cn
6876
+ class_name: Henry::Task::CucumberTask
6877
+ options:
6878
+ tags:
6879
+ - landing
6880
+ - matrix
6881
+ - cn
6882
+ expand: true
6883
+ no-source: true
6884
+ reports:
6885
+ - format: html
6886
+ name: ${DATE}_${TASK_NAME}.html
6887
+ recipients:
6888
+ - estebanldh@gmail.com
6889
+ - nsimean@despegar.com
6890
+ - name: landing.matrix.cn.roundtrip
6891
+ class_name: Henry::Task::CucumberTask
6892
+ options:
6893
+ tags:
6894
+ - landing
6895
+ - matrix
6896
+ - cn
6897
+ - roundtrip
6898
+ expand: true
6899
+ no-source: true
6900
+ reports:
6901
+ - format: html
6902
+ name: ${DATE}_${TASK_NAME}.html
6903
+ recipients:
6904
+ - estebanldh@gmail.com
6905
+ - nsimean@despegar.com
6906
+ - name: landing.matrix.cn.oneway
6907
+ class_name: Henry::Task::CucumberTask
6908
+ options:
6909
+ tags:
6910
+ - landing
6911
+ - matrix
6912
+ - cn
6913
+ - oneway
6914
+ expand: true
6915
+ no-source: true
6916
+ reports:
6917
+ - format: html
6918
+ name: ${DATE}_${TASK_NAME}.html
6919
+ recipients:
6920
+ - estebanldh@gmail.com
6921
+ - nsimean@despegar.com
6407
6922
  - name: landing.matrix.ar
6408
6923
  class_name: Henry::Task::CucumberTask
6409
6924
  options:
@@ -8318,114 +8833,6 @@ tasks:
8318
8833
  recipients:
8319
8834
  - estebanldh@gmail.com
8320
8835
  - nsimean@despegar.com
8321
- - name: landing.new_search
8322
- class_name: Henry::Task::CucumberTask
8323
- options:
8324
- tags:
8325
- - landing
8326
- - new_search
8327
- expand: true
8328
- no-source: true
8329
- reports:
8330
- - format: html
8331
- name: ${DATE}_${TASK_NAME}.html
8332
- recipients:
8333
- - estebanldh@gmail.com
8334
- - nsimean@despegar.com
8335
- - name: landing.new_search.co
8336
- class_name: Henry::Task::CucumberTask
8337
- options:
8338
- tags:
8339
- - landing
8340
- - new_search
8341
- - co
8342
- expand: true
8343
- no-source: true
8344
- reports:
8345
- - format: html
8346
- name: ${DATE}_${TASK_NAME}.html
8347
- recipients:
8348
- - estebanldh@gmail.com
8349
- - nsimean@despegar.com
8350
- - name: landing.new_search.co.roundtrip
8351
- class_name: Henry::Task::CucumberTask
8352
- options:
8353
- tags:
8354
- - landing
8355
- - new_search
8356
- - co
8357
- - roundtrip
8358
- expand: true
8359
- no-source: true
8360
- reports:
8361
- - format: html
8362
- name: ${DATE}_${TASK_NAME}.html
8363
- recipients:
8364
- - estebanldh@gmail.com
8365
- - nsimean@despegar.com
8366
- - name: landing.new_search.co.oneway
8367
- class_name: Henry::Task::CucumberTask
8368
- options:
8369
- tags:
8370
- - landing
8371
- - new_search
8372
- - co
8373
- - oneway
8374
- expand: true
8375
- no-source: true
8376
- reports:
8377
- - format: html
8378
- name: ${DATE}_${TASK_NAME}.html
8379
- recipients:
8380
- - estebanldh@gmail.com
8381
- - nsimean@despegar.com
8382
- - name: landing.new_search.ve
8383
- class_name: Henry::Task::CucumberTask
8384
- options:
8385
- tags:
8386
- - landing
8387
- - new_search
8388
- - ve
8389
- expand: true
8390
- no-source: true
8391
- reports:
8392
- - format: html
8393
- name: ${DATE}_${TASK_NAME}.html
8394
- recipients:
8395
- - estebanldh@gmail.com
8396
- - nsimean@despegar.com
8397
- - name: landing.new_search.ve.roundtrip
8398
- class_name: Henry::Task::CucumberTask
8399
- options:
8400
- tags:
8401
- - landing
8402
- - new_search
8403
- - ve
8404
- - roundtrip
8405
- expand: true
8406
- no-source: true
8407
- reports:
8408
- - format: html
8409
- name: ${DATE}_${TASK_NAME}.html
8410
- recipients:
8411
- - estebanldh@gmail.com
8412
- - nsimean@despegar.com
8413
- - name: landing.new_search.ve.oneway
8414
- class_name: Henry::Task::CucumberTask
8415
- options:
8416
- tags:
8417
- - landing
8418
- - new_search
8419
- - ve
8420
- - oneway
8421
- expand: true
8422
- no-source: true
8423
- reports:
8424
- - format: html
8425
- name: ${DATE}_${TASK_NAME}.html
8426
- recipients:
8427
- - estebanldh@gmail.com
8428
- - nsimean@despegar.com
8429
8836
  - name: landing.tags
8430
8837
  class_name: Henry::Task::CucumberTask
8431
8838
  options:
@@ -11225,6 +11632,69 @@ tasks:
11225
11632
  recipients:
11226
11633
  - estebanldh@gmail.com
11227
11634
  - nsimean@despegar.com
11635
+ - name: checkout.book_ok.pt
11636
+ class_name: Henry::Task::CucumberTask
11637
+ options:
11638
+ tags:
11639
+ - checkout
11640
+ - book_ok
11641
+ - pt
11642
+ expand: true
11643
+ no-source: true
11644
+ reports:
11645
+ - format: html
11646
+ name: ${DATE}_${TASK_NAME}.html
11647
+ recipients:
11648
+ - estebanldh@gmail.com
11649
+ - nsimean@despegar.com
11650
+ - name: checkout.book_ok.pt.roundtrip
11651
+ class_name: Henry::Task::CucumberTask
11652
+ options:
11653
+ tags:
11654
+ - checkout
11655
+ - book_ok
11656
+ - pt
11657
+ - roundtrip
11658
+ expand: true
11659
+ no-source: true
11660
+ reports:
11661
+ - format: html
11662
+ name: ${DATE}_${TASK_NAME}.html
11663
+ recipients:
11664
+ - estebanldh@gmail.com
11665
+ - nsimean@despegar.com
11666
+ - name: checkout.book_ok.pt.oneway
11667
+ class_name: Henry::Task::CucumberTask
11668
+ options:
11669
+ tags:
11670
+ - checkout
11671
+ - book_ok
11672
+ - pt
11673
+ - oneway
11674
+ expand: true
11675
+ no-source: true
11676
+ reports:
11677
+ - format: html
11678
+ name: ${DATE}_${TASK_NAME}.html
11679
+ recipients:
11680
+ - estebanldh@gmail.com
11681
+ - nsimean@despegar.com
11682
+ - name: checkout.book_ok.pt.multipledestinations
11683
+ class_name: Henry::Task::CucumberTask
11684
+ options:
11685
+ tags:
11686
+ - checkout
11687
+ - book_ok
11688
+ - pt
11689
+ - multipledestinations
11690
+ expand: true
11691
+ no-source: true
11692
+ reports:
11693
+ - format: html
11694
+ name: ${DATE}_${TASK_NAME}.html
11695
+ recipients:
11696
+ - estebanldh@gmail.com
11697
+ - nsimean@despegar.com
11228
11698
  - name: checkout.book_ok.in
11229
11699
  class_name: Henry::Task::CucumberTask
11230
11700
  options:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
4
+ version: 1.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container
@@ -369,7 +369,6 @@ files:
369
369
  - features/tests/landing/long_tail.feature
370
370
  - features/tests/landing/matrix.feature
371
371
  - features/tests/landing/negative.feature
372
- - features/tests/landing/new_search.feature
373
372
  - features/tests/landing/orders.feature
374
373
  - features/tests/landing/pagination.feature
375
374
  - features/tests/landing/reviews.feature
@@ -1,49 +0,0 @@
1
- #language: es
2
- @landing
3
- Característica: landing.new_search
4
- Se verifica la correcta carga y funcionamiento de la pagina de landing, se elige un itinerario y se verifica su pasaje a resultados/checkout
5
-
6
- @new_search
7
- Esquema del escenario: Smoke TEST
8
- Dado como un usuario en landing de '<pais>'
9
- * ingreso una pagina de landing con destino '<destino>' del tipo '<tipo>'
10
- Cuando realizo la busqueda
11
- Entonces verifico que la pagina no rompa
12
- Entonces si el site es "AR|CO|VE", ingreso y espero que cargue la nueva pagina de landing
13
- Cuando elijo el tipo de vuelo "<tipo>"
14
- Entonces verifico que la pagina no rompa
15
- Y verifico que traiga opciones de busquedas
16
- Y verifico que la url sea la correcta
17
- Y valido los precios mostrados
18
- Y valido los textos de las nueva landing
19
- Y valido la opcion de fecha exacta
20
- Cuando si es ida y vuelta, elijo la cantidad de dias de la busqueda
21
- Y si es ida y vuelta, verifico que traiga opciones de busquedas
22
- Y si es ida y vuelta, valido los precios mostrados
23
- Y verifico el grafico de fare chart
24
- Y elijo el mes mas barato de fare chart
25
- Entonces elijo ver ofertas
26
- Cuando espero que termine de cargar la pagina de resultados
27
- Y verifico que traiga resultados
28
- Y verifico que la pagina de resultados sea la correcta
29
-
30
- @co
31
- @roundtrip
32
- Ejemplos:
33
- |pais|tipo|destino|
34
- |CO |roundtrip|SAO|
35
- @co
36
- @oneway
37
- Ejemplos:
38
- |pais|tipo|destino|
39
- |CO |oneway|MIA|
40
- @ve
41
- @roundtrip
42
- Ejemplos:
43
- |pais|tipo|destino|
44
- |VE |roundtrip|MIA|
45
- @ve
46
- @oneway
47
- Ejemplos:
48
- |pais|tipo|destino|
49
- |VE |oneway|BOG|