flights_gui_tests 2.4.15 → 2.4.16

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: 67c9d97052f2da657a6df888347f72249f5735cd
4
- data.tar.gz: 16df1235330d56e16ac74347e4b8629814f5dc29
3
+ metadata.gz: 7b52dba1e5e105f68b9935a2fb3420dca6ad9727
4
+ data.tar.gz: 668b16517fd124b57b048ea47ca44012ba38ad2b
5
5
  SHA512:
6
- metadata.gz: 777e5a79f0197ebc6c6d0bf71713fdbdf06971baffeae004be974f99aab563b08941140d594350457f39eaf9213ad833b658b24d78882ec05ccfb1b1bdb2c099
7
- data.tar.gz: c8ee763b0cfe686f4795a61e4812ef16f87d501277a0495e9d872f03617d1afb94bf94cb9889ca5b038f1fd063397c2a609c5dcde641858f6c90d94e782617b4
6
+ metadata.gz: ff80365fd4d311eb767743dfc8d7e15b123de58c2f57afd80dd1768734b3ee73317b8e6518d8d5813f758150384da6a0d2da400340678667cefbf416c48f61bd
7
+ data.tar.gz: a6710394b18e4ec46a07ec04aae328fb75f201a709dc6a57e606e931155f99c3814d690990f464833db7bac8ee79d32ed2a2788556162c59d26a0af921a4d6d7
@@ -56,6 +56,8 @@ Entonces(/^espero que termine el pedido de compra$/) do
56
56
  puts "Se mostro el popup de transicion de compra"
57
57
  rescue Watir::Wait::TimeoutError
58
58
  puts "No se mostro el popup de transicion de compra"
59
+ rescue Net::ReadTimeout
60
+ puts "Rompe Net::ReadTimeout"
59
61
  end
60
62
  @page.popup_transicion_compra_element.when_not_visible(timeout=200)
61
63
  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? or @page.mensaje_eva_alerta_element.present?}
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.15"
2
+ VERSION = "2.4.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.15
4
+ version: 2.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez