flights_gui_tests 2.3.18 → 2.3.19
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 263bb8e80231207554747dc96a6f610b610de839
|
4
|
+
data.tar.gz: a2aacc0c106df996042b62aa877928a38f665f1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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=>"
|
36
|
-
link(:link_mensaje_error_emision_last_minute,:css=>".
|
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")
|
data/features/support/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|