flights_gui_tests 1.7.5 → 1.7.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca481c2fdec04b6f2beaa5c007da330a8675df94
|
|
4
|
+
data.tar.gz: aa04aeed71cf97c0929e6bd4cf9183fde5e173cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 268e5d93d936bd353e80f8a965fee74beedb984b2177af6b806d70f4e07f8e9397e0a6caa740244fad674e533238cab0c891b66cbc281a51ec8ade5dc3d0594f
|
|
7
|
+
data.tar.gz: 291b59079164525c0a778bd7524e2de01a87ec8ae4ad3dd6ea1a037558c2a54e6d9673254aefde0f02f9c423da1bcbca9fdb27a82c20f7be0c1fd5952b2c712c
|
|
@@ -45,7 +45,7 @@ Entonces(/^completo el formulario de pago online$/) do
|
|
|
45
45
|
else
|
|
46
46
|
@page.pago_online.set
|
|
47
47
|
@page.nombre_completo_contacto_element.set("Diego Qa Romero") if @page.nombre_completo_contacto_element.present?
|
|
48
|
-
@page.banco_pago_online_element.select_value("
|
|
48
|
+
@page.banco_pago_online_element.select_value("BCP") if @page.banco_pago_online_element.present?
|
|
49
49
|
end
|
|
50
50
|
end
|
|
51
51
|
|
|
@@ -23,7 +23,7 @@ end
|
|
|
23
23
|
|
|
24
24
|
Cuando(/^espero que termine de cargar la pagina de checkout$/) do
|
|
25
25
|
@page = Checkout::NewCheckoutPage.new($browser)
|
|
26
|
-
@page.popup_transicion_inicial_element.when_not_visible(timeout=
|
|
26
|
+
@page.popup_transicion_inicial_element.when_not_visible(timeout=240)
|
|
27
27
|
@page.pasajeros_element.when_visible(timeout=120)
|
|
28
28
|
@page.cargar_valores_abtesting
|
|
29
29
|
puts "URL: #{@page.browser.url}"
|
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: 1.7.
|
|
4
|
+
version: 1.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|