flights_gui_henry_tests 2.0.2 → 2.0.3
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
|
+
ODYyYzk5NWI0NTFkYTJmZTg1Y2E1NDQ0NTIzZDJhYmE1ZjNkYmZmMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGJkMGVmMDkwNzVkNmIzMmM2NTMyOTNjNzQxZDA0ZjcxMzVkMDBmMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NGUyNTg0YmI2MzIwM2JhMzM5ZWE3ZmJiYWQ3N2QyYTRmZjc2YmQ2YzI1N2I0
|
|
10
|
+
MTBkZGM1ZGI4NDEwZWY3MDdmMmVhNTkwMjIzNWEwZDIwMDUxZTY1MDdhYWMw
|
|
11
|
+
NjdkNjE3ZDhiOGM3ZTI0MmM2YzY1ODg0NGNlMjVhYjU1OGExNzM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzZlNDk0N2VhMGNmNjhiMDQ0N2I4NzcyMTkxOGQ1OTM4ZDAyZGExYTlmMzhk
|
|
14
|
+
ZDEwNmM0ZmY2NDRkNzA1NWViZDA4MzU2N2FjZWJlZWUwMzc5YjI0NmRhYjRh
|
|
15
|
+
NjU1YWNiYmUzMWYzNjNjZTM5YTY5NjYxMDM1Mjg4YTBiYjQ3ODI=
|
|
@@ -182,7 +182,8 @@ And /^Realizo la compra$/ do
|
|
|
182
182
|
#BROWSER.checkbox(:id=>'read-agreement').set(true)
|
|
183
183
|
BROWSER.execute_script("javascript:void($('#read-agreement').click());")
|
|
184
184
|
begin
|
|
185
|
-
BROWSER.a(:id=>'submit').click
|
|
185
|
+
#BROWSER.a(:id=>'submit').click
|
|
186
|
+
BROWSER.execute_script("javascript:void($('#submit').click());")
|
|
186
187
|
rescue Watir::Wait::TimeoutError, Timeout::Error
|
|
187
188
|
stop_browser(BROWSER)
|
|
188
189
|
end
|
|
@@ -13,7 +13,8 @@ def set_cookies(browser)
|
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
begin
|
|
16
|
-
|
|
16
|
+
browser.execute_script("javascript:void(document.cookie = 'X-UOW-CUSTOM=ROBOT-#{rand(1000)}; Path=/')")
|
|
17
|
+
#add_cookie("X-UOW-CUSTOM","ROBOT-#{rand(1000)}",{:path=>"/"})
|
|
17
18
|
if $ENV.upcase=="BETA"
|
|
18
19
|
#add_cookie("X-Version-Override",COOKIE,{:path=>"/"})
|
|
19
20
|
browser.execute_script("javascript:void(document.cookie='X-Version-Override=#{COOKIE};domain=#{dominio};path=/');")
|
|
@@ -9,28 +9,6 @@ Característica: search.searches
|
|
|
9
9
|
Entonces Verifico que la pagina no rompa
|
|
10
10
|
#Cuando Verifico el nuevo loader
|
|
11
11
|
Cuando Espero que termine de cargar
|
|
12
|
-
Entonces Verifico que traiga resultados
|
|
13
|
-
Cuando Espero que termine de cargar
|
|
14
|
-
Entonces Verifico que traiga resultados
|
|
15
|
-
Cuando Si el site es "AR|BR", Levanto los tag que deben mostrarse segun la ciudad buscada para una busqueda "<tipo>"
|
|
16
|
-
Entonces Si el site es "AR|BR", Verifico que se muestre en el codigo fuente
|
|
17
|
-
Y Verifico si se muestran los beneficios en resultados
|
|
18
|
-
Y Verifico el primer tag de google en resultado de fgui
|
|
19
|
-
Y Verifico el segundo tag de google en resultado de fgui
|
|
20
|
-
Y Verifico el tag de groovinads
|
|
21
|
-
Y Verifico el logger en resultado de fgui
|
|
22
|
-
Y Verifico el tag de canonical
|
|
23
|
-
Y Verifico el tag de remarketing de facebook
|
|
24
|
-
Y Verifico el tag de facebook
|
|
25
|
-
Y Verifico el pixel de e-planning
|
|
26
|
-
Y Verifico que no se muestre la leyenda de mejor precio garantizado en resultados
|
|
27
|
-
Cuando Genero el respond de la busqueda
|
|
28
|
-
Y Verifico que las datos de la pagina sean consistente a la busqueda realizada
|
|
29
|
-
Cuando Elijo un itinerario y paso a checkout
|
|
30
|
-
Cuando Verifico que ingrese al checkout
|
|
31
|
-
Entonces Verifico que la pagina no rompa
|
|
32
|
-
Y Verifico si se muestran los beneficios en checkout
|
|
33
|
-
Y Verifico que se muestren la caja de clientes felices
|
|
34
12
|
|
|
35
13
|
@ar
|
|
36
14
|
@roundtrip
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
|
17
17
|
|
|
18
|
-
gem.version = '2.0.
|
|
18
|
+
gem.version = '2.0.3' #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.0.
|
|
4
|
+
version: 2.0.3
|
|
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-01-
|
|
11
|
+
date: 2014-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|