flights_gui_tests 1.3.4 → 1.3.5

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: 387d6b88621637dd7423184b82d7cfd925a2e805
4
- data.tar.gz: 985daa2a3f03c8f5aa2807da398fe3678c0d5fde
3
+ metadata.gz: 7f2c4688f377e6c00bb4406f2674c18df8e8e9ff
4
+ data.tar.gz: 485714588596f59b7c8ab107ad14008d0792ac75
5
5
  SHA512:
6
- metadata.gz: ea2c9bc0a84ce885e14aa036dd15f2782399eae3976d6683360cf26f80889e916f5ce37e5e0c9f9bb623476a02b3c872637d76eec248484ae7aaa6053e98c07a
7
- data.tar.gz: f685f47231407219c6cabfebff093a41a29c8e5d73c60b7823547c9422dc111e39d2fc51f927f07427d60c28bf0aeedaedb435f7121502344531525590352275
6
+ metadata.gz: 2d01c411d13e31839432f229b2ee6956af576d3e80357077839e28d71f7f88a75ab6321cea58ef35d19e34ba577ef3887199368b0cd048beb49601b11cd82599
7
+ data.tar.gz: d92a0c2c4e0ed1e5844e22a8315b6f1a727e0a3212ca53a542f54bad7ddda54bfff40bd4bf061fedaa906a50dfae66b21f188bbfa0a02dd4134dc598c9f29a90
@@ -40,8 +40,8 @@ module NewCheckout
40
40
  radio_button(:un_pago_visa,:value=>"_VI")
41
41
  radio_button(:un_pago_argentina,:class=>"radio main-radio ")
42
42
  radio_button(:un_pago_debito,:id=>"installment-1")
43
- radio_button(:un_pago_peru,:id=>"installment-2")
44
- radio_button(:un_pago_peru,:id=>"installment-3")
43
+ radio_button(:un_pago_peru_2,:id=>"installment-2")
44
+ radio_button(:un_pago_peru_3,:id=>"installment-3")
45
45
  radio_button(:deposito_ar,:css=>"#cash-installment .main-radio")
46
46
  radio_button(:deposito_pe,:css=>"#multiple-card-cash-installment .main-radio")
47
47
  radio_button(:pago_online_ar,:css=>"#homebanking-installment .main-radio")
@@ -68,9 +68,9 @@ module NewCheckout
68
68
  select_un_pago_argentina
69
69
  elsif AllPages.site=="PE"
70
70
  begin
71
- select_un_pago_peru
72
- rescue Watir::Exception::UnknownObjectException
73
71
  select_un_pago_peru_2
72
+ rescue Watir::Exception::UnknownObjectException
73
+ select_un_pago_peru_3
74
74
  end
75
75
  else
76
76
  if debito.downcase.no_accents.match(/debito/)
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.3.4"
2
+ VERSION = "1.3.5"
3
3
  end
@@ -58,6 +58,7 @@ Característica: checkout.online_payment
58
58
  Entonces verifico que la pagina no rompa
59
59
  Y espero que termine de cargar la pagina de checkout
60
60
  Y verifico que ingrese al checkout
61
+ Cuando ingreso al checkout con cookie "showHomeBankingPayment" al "25"
61
62
  Entonces valido los valores del desglose del checkout
62
63
  Entonces cargo los pasajeros
63
64
  Y completo el formulario de pago online
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.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-05 00:00:00.000000000 Z
11
+ date: 2015-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container