flights_gui_tests 2.4.19 → 2.4.20
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: e11079268801418fee8091b3546188ea4e787074
|
|
4
|
+
data.tar.gz: 1c6aa658491ff7076b9ebe1a0989a37d2dd7447c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e393316dafdb25c21c8ddd0ab6496c39329c2f3d69650c5663eed0ed41a5c8d83552bc6962f01fa22cbb00ce828651d7eb6f85468666f72c4e0a89108594e003
|
|
7
|
+
data.tar.gz: 32b6a15120805aae9a02c84d0b8b9e7860921e101c0487ab6987615d68c5898b45ca080f87b52645cfd27541b468564720bdb940cb8418ec00f11d3a60895632
|
|
@@ -45,7 +45,7 @@ Cuando(/^espero que termine de cargar la pagina de checkout$/) do
|
|
|
45
45
|
begin
|
|
46
46
|
@page.pasajeros_element.when_visible(timeout=180)
|
|
47
47
|
rescue Net::ReadTimeout
|
|
48
|
-
puts "
|
|
48
|
+
puts "Rompio Net::ReadTimeout"
|
|
49
49
|
end
|
|
50
50
|
@page.cargar_valores_abtesting
|
|
51
51
|
puts "URL: #{@page.browser.url}"
|
|
@@ -54,7 +54,11 @@ Cuando(/^espero que termine de cargar la pagina de checkout$/) do
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
Entonces(/^(?:verifico|valido) que ingrese al checkout$/) do
|
|
57
|
-
|
|
57
|
+
begin
|
|
58
|
+
@page.pasajeros_element.should visible("Campos de carga de pasajeros")
|
|
59
|
+
rescue Net::ReadTimeout
|
|
60
|
+
puts "Rompio Net::ReadTimeout"
|
|
61
|
+
end
|
|
58
62
|
end
|
|
59
63
|
|
|
60
64
|
Entonces(/^espero que termine el pedido de compra$/) do
|
|
@@ -26,7 +26,7 @@ module NewCheckout
|
|
|
26
26
|
text_field(:mail_usuario_nibbler,:name=>"username")
|
|
27
27
|
text_field(:pass_usuario_nibbler,:name=>"password")
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
link(:boton_usuario_nibbler,:class=>"social-comp-common-button social-comp-common-button-primary social-comp-common-button-medium sign-in")
|
|
30
30
|
|
|
31
31
|
end
|
|
32
32
|
end
|
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.4.
|
|
4
|
+
version: 2.4.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|