flights_gui_tests 2.3.18 → 2.3.19

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: 7d186eb601c0b26d7a38f0c8263ac80bf44c15ec
4
- data.tar.gz: 6ea7011b183e124f463253ec53132c128fc08ecd
3
+ metadata.gz: 263bb8e80231207554747dc96a6f610b610de839
4
+ data.tar.gz: a2aacc0c106df996042b62aa877928a38f665f1d
5
5
  SHA512:
6
- metadata.gz: 54971079d42379be9387f4e43938dd3966abc98db8cd7788767ad35ad75e2b3b8ac0867ec126aa2e04493c4f5c268edd7cb6b1f3812c25a1147bdca3926d4812
7
- data.tar.gz: f9ac1bd10b532c86e1015cee5b94b8b1bae83cd5a47a00b60db5cb86ea23a52aff36a80334d4a1b9acff4bcd4ec698d64c5786a2838ab5dab8f6a622804b5cee
6
+ metadata.gz: 2a3f890f301a424102791253248e9a370dae5082c179a3568afd9f4b8bd18701a9363810ccfb3c692ffa8482830152f3a5c97b78d0cc9454cbad12012b6b0a80
7
+ data.tar.gz: c2cf707842fa3bb726d29825eae46959fa8e9890b2a9182e288967fed3f781814224d94606f8e0a8e0c11a8d715daca1ffc0ba716d339ab5ad1e259f6a2507f9
@@ -57,7 +57,7 @@ Entonces(/^espero que termine el pedido de compra$/) do
57
57
  puts "No se mostro el popup de transicion de compra"
58
58
  end
59
59
  @page.popup_transicion_compra_element.when_not_visible(timeout=200)
60
- Watir::Wait.until(timeout=200){@page.desglose_gracias_element.present? or @page.notificacion_error_cac_element.present? or @page.mensaje_error_ux_element.present? or @page.notificacion_warning_ux_element.present? or @page.checkout_id_cash_element.present? or @page.checkout_id_element.present? or @page.popup_nuevo_vuelo_element.present? or @page.popup_nuevo_precio_element.present? or @page.notificacion_error_element.present? or @page.notificacion_warning_element.present? or @page.notificacion_error_ux_element.present?}
60
+ Watir::Wait.until(timeout=200){@page.desglose_gracias_element.present? or @page.notificacion_error_cac_element.present? or @page.mensaje_error_ux_element.present? or @page.notificacion_warning_ux_element.present? or @page.checkout_id_cash_element.present? or @page.checkout_id_element.present? or @page.popup_nuevo_vuelo_element.present? or @page.popup_nuevo_precio_element.present? or @page.notificacion_error_element.present? or @page.notificacion_warning_element.present? or @page.notificacion_error_ux_element.present? or @page.mensaje_error_emision_last_minute_element.present?}
61
61
  end
62
62
 
63
63
  Y(/^(?:verifico|valido) si no trae errores$/) do
@@ -32,8 +32,8 @@ module Checkout
32
32
  div(:link_new_price_jump,:css=>"#popup-price-difference-template .popup-link")
33
33
  div(:mensaje_cancelacion,:id=>"cancellation-advice")
34
34
  div(:mensaje_cancelacion_en_el_dia,:id=>"last-minute-advice")
35
- div(:mensaje_error_emision_last_minute,:class=>"ux-common-message ux-common-message-error ")
36
- link(:link_mensaje_error_emision_last_minute,:css=>".ux-common-message-error a")
35
+ div(:mensaje_error_emision_last_minute,:class=>"eva-message-error ")
36
+ link(:link_mensaje_error_emision_last_minute,:css=>".eva-message-error a")
37
37
  div(:protegido,:css=>"#upselling-success")
38
38
  div(:desprotegido,:css=>"#upselling-warning")
39
39
  div(:aviso_ingresos_brutos,:id=>"local-taxes-advice")
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.18"
2
+ VERSION = "2.3.19"
3
3
  end
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.18
4
+ version: 2.3.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-02 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container