flights_gui_tests 2.3.36 → 2.3.37
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: 079b95280b32f35d8c71c49370466f12d7e2429a
|
|
4
|
+
data.tar.gz: 279462cf29d0c5ff8016507c1408cfe1d086b26f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53629bb7651ce53f679e5becf18b7f1052efe109b1a0fc5eff1e19020c6e2d0c264ee2053e817ab0c94db1f8af8f23448bfa5dcc697c5728d12f7930ecde7a54
|
|
7
|
+
data.tar.gz: 8cf0d84361b43041ed0a3d23a04d4a0c9bc204de0651a5a4a7acc9218d4421ae309cf7cc9606e0a339e9a8dca9475731d5b0158413069f628899a06ee17fc3e0
|
|
@@ -196,5 +196,5 @@ end
|
|
|
196
196
|
Y(/^(?:verifico|valido) el pixel de doubleclick/) do
|
|
197
197
|
pixel_doubleclick = @page.buscar_elemento_por_atributo("iframe","src","fls.doubleclick").last
|
|
198
198
|
pixel_doubleclick.should be_true
|
|
199
|
-
pixel_doubleclick.attributes['src'].should match("https://
|
|
199
|
+
pixel_doubleclick.attributes['src'].should match("https://4935698.fls.doubleclick.net/activityi;src=4935698;type=sales;cat=vuelo00;u3=vu;u1=USD;qty=#{@page.manage_data.get_childrens+@page.manage_data.adt};cost=(.+);ord=#{@id_reserva}")
|
|
200
200
|
end
|
data/features/support/version.rb
CHANGED
|
@@ -43,8 +43,8 @@ Característica: checkout.book_ok
|
|
|
43
43
|
Y verifico los valores del desglose en gracias contra los del checkout
|
|
44
44
|
Y verifico el tag de datalayer
|
|
45
45
|
Y verifico el pixel de Efrontier
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
Y verifico el pixel de trackeame en gracias
|
|
47
|
+
Y verifico los datos de la reserva enviados a fenix
|
|
48
48
|
Y cancelo la reserva en el proveedor
|
|
49
49
|
|
|
50
50
|
@pt
|
|
@@ -289,8 +289,8 @@ Característica: checkout.book_ok
|
|
|
289
289
|
Y verifico los valores del desglose en gracias contra los del checkout
|
|
290
290
|
Y verifico el tag de datalayer
|
|
291
291
|
Y verifico el pixel de Efrontier
|
|
292
|
-
|
|
293
|
-
|
|
292
|
+
Y verifico el pixel de doubleclick
|
|
293
|
+
Y verifico el pixel de trackeame en gracias
|
|
294
294
|
Y cancelo la reserva en el proveedor
|
|
295
295
|
|
|
296
296
|
@br
|
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.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|