flights_gui_tests 2.3.70 → 2.3.71
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: 59576c8db3c7a17040af069234ed5a1f4185e490
|
|
4
|
+
data.tar.gz: 9ad7cd673ca78b143a00800f9cd93340cdbc620d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee496a657cbed2fb3b539b18409bba58684d811c5d252f5786ac3fb9c858a34624ca77f9e314f6455f1a3aace46f88e7388a363bf1a8e9c2b8b68f7e3004012c
|
|
7
|
+
data.tar.gz: 0a2925f8e604190d1db5a6705760089eb5d71cffdcfaf0034dadf40d7a94952a32ebe2f587053096b1bacec3b15437820a4c711bb47941c879a889f939fb4461
|
|
@@ -4,7 +4,13 @@ Entonces(/^existe la opcion de cobertura$/) do
|
|
|
4
4
|
end
|
|
5
5
|
|
|
6
6
|
Y(/^elijo "(.*)" si quiero cobertura$/) do |option|
|
|
7
|
-
|
|
7
|
+
if option=="chequear"
|
|
8
|
+
@page.opcion_seguros(true)
|
|
9
|
+
@compro_seguro = true
|
|
10
|
+
else
|
|
11
|
+
@page.opcion_seguros(false)
|
|
12
|
+
@compro_seguro = false
|
|
13
|
+
end
|
|
8
14
|
@page.carga_element.when_not_visible(timeout=60)
|
|
9
15
|
sleep(1)
|
|
10
16
|
end
|
|
@@ -35,7 +41,6 @@ Entonces(/^(?:verifico|valido) que el precio del seguro se muestre correctamente
|
|
|
35
41
|
end
|
|
36
42
|
precio_por_dia = price_detail.to_i / dias
|
|
37
43
|
precio_por_dia.to_i.should be_within(8).of(price_assistance.to_i * (@page.manage_data.adt+@page.manage_data.cnn+@page.manage_data.inf))
|
|
38
|
-
@compro_seguro = true
|
|
39
44
|
end
|
|
40
45
|
|
|
41
46
|
Cuando(/^muestro el popup de la cobertura completa$/) do
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
Cuando(/^abro los filtros de aerolineas$/) do
|
|
3
|
+
unless @page.filtro_aerolineas_visible_element.present?
|
|
4
|
+
@page.ver_filtro_aerolineas_visible_element.click
|
|
5
|
+
end
|
|
3
6
|
if @page.ver_mas_aerolineas_element.present?
|
|
4
7
|
@page.ver_mas_aerolineas_element.click
|
|
5
8
|
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.3.
|
|
4
|
+
version: 2.3.71
|
|
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-
|
|
11
|
+
date: 2015-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|