flights_gui_tests 2.3.5 → 2.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c7398ad3bc4cdfafd796ba02247129cf92dcc7d
4
- data.tar.gz: c757601b57177893f009675700cdbb7456b52f44
3
+ metadata.gz: 71bcb4ba1481434ef0d2d0c22df71912850402c7
4
+ data.tar.gz: ad8cc7234e0b34712fff06b63c01e14da2dda21a
5
5
  SHA512:
6
- metadata.gz: db110b41244e595f9cd954ac3d6d6f26a4e59fe6437455b818449a327a37ffd330804b4d85514902d2d0f5836de3b260f01d16508933376ab49dd0773dd4e0b3
7
- data.tar.gz: 95b46ce01034627ceda5684a25d2eaf264746612f17c300e65b8b09aa7df3d23afee3ed50f13cd584973f8ecc89b3822f2ccd28f8138e888e7f7242eb467387f
6
+ metadata.gz: 871ee9aceed6f9261ce9798e5b28c73311d0d266699e5d7987a4c68ddf073526239f2c241b1cd334dad5c304f6e2f9c8d32c394cd7d4e1a140aec831282b21df
7
+ data.tar.gz: 7f6d227419574e3ed40dbd6e9422e964c728e610b4bc5c3ebad02e06cf9c02634c3ac335100fc651a553b070d0ec1ae79f316a16338d606b17b50be558bc54f6
@@ -91,3 +91,7 @@ Y(/^(?:verifico|valido) que los datos cargados sean mostrados correctamente al l
91
91
  end
92
92
  end
93
93
  end
94
+
95
+ # Y(/^valido que no se muestre la leyenda de tarifas en pesos$/) do
96
+ # @page.leyenda_tarifa_en_pesos_element.should_not visible("leyenda de tarifas en pesos")
97
+ # end
@@ -103,7 +103,6 @@ Y(/^cancelo la reserva en el proveedor$/) do
103
103
  unless respond_cancel["data"]["cancelled"]
104
104
  puts "http://10.2.7.6/flights-dbs/service/airItineraryCancel/cancel/#{AllPages.site}/0/0/#{provider}/#{pnr}/Booking-cancelling-from-chas-flight-tests-automation"
105
105
  puts "No se pudo cancelar en el proveedor".colorize(:red)
106
- respond_cancel["data"]["cancelled"].should be_true
107
106
  else
108
107
  puts "Cancelado en el proveedor".colorize(:green)
109
108
  end
@@ -51,6 +51,7 @@ module Checkout
51
51
  span(:valor_desglose_ingresos_brutos,:css=>".local_taxes .price-currency")
52
52
  span(:valor_ingresos_brutos,:css=>"#local-taxes-advice .bold .amount")
53
53
  span(:valor_desglose_total,:id=>"total-price")
54
+ #span(:leyenda_tarifa_en_pesos,:class=>"fare-detail-description")
54
55
 
55
56
  text_field(:cupon_email,:id=>"voucher-email")
56
57
  text_field(:cupon_voucher,:id=>"voucher-code-0")
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.5"
2
+ VERSION = "2.3.7"
3
3
  end
@@ -16,8 +16,8 @@ Característica: checkout.book_ok
16
16
  Entonces verifico que la pagina no rompa
17
17
  Y espero que termine de cargar la pagina de checkout
18
18
  Y verifico que ingrese al checkout
19
- Cuando ingreso al checkout con cookie "showNewThanks" al "1"
20
19
  Entonces si existe la opcion de cobertura, elijo "no_chequear" si quiero cobertura
20
+ #Y si el site es "MX", valido que no se muestre la leyenda de tarifas en pesos
21
21
  Y valido los valores del desglose del checkout
22
22
  Y verifico el pixel de Efrontier
23
23
  Y verifico el pixel de trackeame en checkout
@@ -10,6 +10,7 @@ Característica: results.itineraries
10
10
  Cuando realizo la busqueda
11
11
  Entonces verifico que la pagina no rompa
12
12
  Cuando espero que termine de cargar la pagina de resultados
13
+ Cuando si el site es "CO", ingreso a resultados con cookie "defaultSortingStrategy" al "99"
13
14
  Cuando ingreso a resultados con cookie "showFrequentFlyerPoints" al "1"
14
15
  Cuando si pruebo streaming, ingreso a resultados streaming
15
16
  Entonces verifico que traiga resultados
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.5
4
+ version: 2.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-16 00:00:00.000000000 Z
11
+ date: 2015-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container