flights_gui_henry_tests 2.5.7 → 2.5.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c471249df718e2485c860e57a264fe8c8bfeae3d
|
4
|
+
data.tar.gz: 9c5b0673d69f652e748b54f34dbf1fe467ce4055
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d19738161a2680728269f43eba75fa0712d96b91f5753117b018644d677e009d7c07f7247d89b95b062d1d7af9027d45ec83b56587d9a23f0226bd0ac8f9f104
|
7
|
+
data.tar.gz: 40a6fcb117d52f88d02bce6aa45078912b660d480a136122d2392c945477fa25cdb2fd6632939e1d856132230a27a5315d2cc83488af288232bf8ec94ff038d1
|
@@ -7,8 +7,8 @@ And /^Verifico que ciudades iguales de error$/ do
|
|
7
7
|
end
|
8
8
|
|
9
9
|
And /^Verifico que fechas iguales no de error$/ do
|
10
|
-
puts @path_landing[1] + "1/2014-
|
11
|
-
BROWSER.goto(@path_landing[1] + "1/2014-
|
10
|
+
puts @path_landing[1] + "1/2014-09-05/2014-09-05/" + @path_landing[2] + @path_landing[3]
|
11
|
+
BROWSER.goto(@path_landing[1] + "1/2014-09-05/2014-09-05/" + @path_landing[2] + @path_landing[3])
|
12
12
|
Watir::Wait.until(timeout = 10){BROWSER.div(:class,'messages').span(:class,'commonSprite warningSymbol').present?}
|
13
13
|
BROWSER.div(:class,'messages').text.should match("No flights were found for your search|No encontramos vuelos para su b.{1,2}squeda|N.{1,2}o foi possivel encontrar assentos disponiveis nos v.{1,2}os buscados")
|
14
14
|
end
|
@@ -32,7 +32,7 @@ And /^Verifico que dias de permanencia negativo de error$/ do
|
|
32
32
|
end
|
33
33
|
|
34
34
|
And /^Verifico que si la fecha de ida ingresada es posterior a la fecha de vuelta de error$/ do
|
35
|
-
BROWSER.goto(@path_landing[1] + "1/2014-
|
35
|
+
BROWSER.goto(@path_landing[1] + "1/2014-09-05/2014-09-04/" + @path_landing[2] + @path_landing[3])
|
36
36
|
Watir::Wait.until(timeout = 10){BROWSER.div(:class,'messages').span(:class,'commonSprite warningSymbol').present?}
|
37
37
|
BROWSER.div(:class,'messages').text.should match("The departure date entered is later than the return date|La fecha de ida ingresada es posterior a la fecha de vuelta|A data de partida digitada .{1,2} posterior a data de retorno")
|
38
38
|
end
|
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
17
17
|
|
18
|
-
gem.version = '2.5.
|
18
|
+
gem.version = '2.5.8' #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.82')
|
21
21
|
gem.add_dependency('watir-webdriver')
|