flights_gui_henry_tests 2.1.9 → 2.2.0
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,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGJlNWRkNWMxZjUyMzQ4Mjk4ZWNlNzFhODlkOGEyZmM2ODBjM2VkOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODFmNDg3ODI0NjgwNmFiYmU0NThkNzA5MTdkOTVmOWJkZThjYTkzOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDUxZGQ2NWE5MDQ4NWZmZTU5NmFmYmY4OWI5OTFlYWM1OWYyOTUxZmZhMDQ0
|
10
|
+
Njc4M2Y2ZTc5NWIzNzA0NzcxYzJlNTU0MmU2NzIyYzI1Y2YwZDY1YTNiMTFi
|
11
|
+
MjIyMTVmNDVkZmEwOTFhYjZlNDZjNmExMjRlMDEwZmQ2Nzg1NDg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzNmN2QwYzE4YjdjODM1NjhiOGU5NTA3Y2E4MWIxNGRkNDYzYzFiMjkzNmQw
|
14
|
+
NzMzNzA2NDE3ZDQzOGYzYWRiOGNhZGJkZGQyMmZiZDI1Yjk5MTA5YjI0NjRi
|
15
|
+
N2IyYTM2YzI2MGNhMjNlNDFmZmExNDc3NDNkN2IzZGMyZDYxYTg=
|
@@ -60,9 +60,9 @@ And /^Verifico el segundo tag de google en (resultado|home) de (landing|fgui|che
|
|
60
60
|
end
|
61
61
|
else
|
62
62
|
if @search.description == "oneWay"
|
63
|
-
tmp['google_custom_params'].should match("{ CustomA: '#{$SITE}',CustomB: 'D',CustomC: '
|
63
|
+
tmp['google_custom_params'].should match("{ CustomA: '#{$SITE}',CustomB: 'D',CustomC: '4',CustomD: '1',CustomCD: '4-1',CustomE: '#{@search.city_from_1.code}',CustomF: '#{@search.city_to_1.code}',CustomG: '.',CustomH: '.',CustomI: '.',CustomJ: '#{@search.date_from_1}',CustomO: '..'}")
|
64
64
|
elsif @search.description == "roundTrip"
|
65
|
-
tmp['google_custom_params'].should match("{ CustomA: '#{$SITE}',CustomB: 'D',CustomC: '
|
65
|
+
tmp['google_custom_params'].should match("{ CustomA: '#{$SITE}',CustomB: 'D',CustomC: '4',CustomD: '1',CustomCD: '4-1',CustomE: '#{@search.city_from_1.code}',CustomF: '#{@search.city_to_1.code}',CustomG: '.',CustomH: '.',CustomI: '.',CustomJ: '#{@search.date_from_1}',CustomK: '....\-..\-..',CustomO: '..'}")
|
66
66
|
end
|
67
67
|
end
|
68
68
|
unless product=="checkout"
|
@@ -10,6 +10,7 @@ Característica: checkout.integration
|
|
10
10
|
Entonces Verifico que traiga resultados
|
11
11
|
Cuando Elijo un itinerario y paso a checkout
|
12
12
|
Cuando Verifico que ingrese al checkout
|
13
|
+
Y Verifico el segundo tag de google en resultado de checkout
|
13
14
|
Y Verifico que se muestre el banner de cancelacion
|
14
15
|
Y Valido los valores del desglose del checkout
|
15
16
|
Y Verifico el pixel de Efrontier
|
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
17
17
|
|
18
|
-
gem.version = '2.
|
18
|
+
gem.version = '2.2.0' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
|
19
19
|
|
20
20
|
gem.add_dependency('henry-container', '>= 0.1.39')
|
21
21
|
gem.add_dependency('watir-webdriver')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flights_gui_henry_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez,lsimean
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03
|
11
|
+
date: 2014-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|