flights_gui_henry_tests 2.3.8 → 2.3.9
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
|
+
ZjY3OGRhNjRjODYzODMzNjYzOWM4NzkwYTM2ZGQ4MTJmN2EyYTc4MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NmQyMDk5ZWYyYThhODZmM2U4OTA0NDc4MWU4YWZhNmZlMjcyYmQ5Yw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzA0NTA4MGZiZWU3ZDNmZmFhNDUyZjJjYTBjN2U3ZjA3MjIyOTZiNzNlMzQx
|
|
10
|
+
ZmY3MjE4MmY0MTAyMzk5MDZkYjFjZGY4NDU1ZDdjMGU2NTVmYWE2MTAyMTIx
|
|
11
|
+
YmNjYWM0Y2FiZTVhNzAwMzgwZmVlNDczMWI1Y2JhYWNiODlkZWE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Nzk0NTU1MTYyNDYyMWU0ZDBlYmVhYjUwZDJjNWJiYTZlNGEyNzRhN2ZmZmNm
|
|
14
|
+
OWQ4OGViZTBkNzE1NjZkMmRhNjNlMTUwYjkxNDljOTAxOTM5Y2ZhNGFkOTE5
|
|
15
|
+
YWFkNjg0OThiNWNkOWUzN2U2NzhhYzYxNzVlZjYyMzdiODliNjg=
|
|
@@ -68,8 +68,14 @@ And /^Verifico que se muestre las ofertas de cross selling$/ do
|
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
And /^Verifico el link de mi despegar$/ do
|
|
71
|
-
if
|
|
71
|
+
if $SITE=="BR"
|
|
72
72
|
BROWSER.div(:class,'ux-shared-checkout-thanks-ticket-cont').text.no_accents.downcase.should match("em caso de duvidas, acesse")
|
|
73
|
-
BROWSER.div(:class,'ux-shared-checkout-thanks-ticket-cont').link(:
|
|
73
|
+
BROWSER.div(:class,'ux-shared-checkout-thanks-ticket-cont').link(:title,"Mi Despegar").should visible
|
|
74
|
+
elsif $SITE=="US"
|
|
75
|
+
BROWSER.div(:class,'ux-shared-checkout-thanks-ticket-cont').text.no_accents.downcase.should match("if you have any questions, please login to")
|
|
76
|
+
BROWSER.div(:class,'ux-shared-checkout-thanks-ticket-cont').link(:title,"Mi Despegar").should visible
|
|
77
|
+
else
|
|
78
|
+
BROWSER.div(:class,'ux-shared-checkout-thanks-ticket-cont').text.no_accents.downcase.should match("ante cualquier consulta, ingrese a")
|
|
79
|
+
BROWSER.div(:class,'ux-shared-checkout-thanks-ticket-cont').link(:title,"Mi Despegar").should visible
|
|
74
80
|
end
|
|
75
81
|
end
|
|
@@ -31,6 +31,7 @@ Característica: checkout.integration
|
|
|
31
31
|
Y Si el site no es "PR", Verifico el pixel de trackeame en gracias
|
|
32
32
|
Y Verifico el pixel de Efrontier
|
|
33
33
|
Y Verifico el segundo tag de google en resultado de checkout
|
|
34
|
+
Y Verifico el link de mi despegar
|
|
34
35
|
Y Levanto los datos del vuelo
|
|
35
36
|
#Cuando Si cumple para pruebas en fenix, Inicializo las pruebas en fenix
|
|
36
37
|
#Entonces Si cumple para pruebas en fenix, Verifico que las pruebas en fenix esten correctas
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
|
17
17
|
|
|
18
|
-
gem.version = '2.3.
|
|
18
|
+
gem.version = '2.3.9' #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.3.
|
|
4
|
+
version: 2.3.9
|
|
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-05-
|
|
11
|
+
date: 2014-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|