flights_gui_tests 0.1.2 → 0.1.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,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6973aa72df5013dfa96021e4b1420bdcffc02f4e
|
4
|
+
data.tar.gz: 816a4feab7c5185a67f3028026403fd79719bee9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 129a96625dedaca36c132a5295b5451dfbe93fe297232e8a2d77b55a475bb0bc4af5c80c087ba1b5d3d695629e78a32ed27881ec8ede051ec1a43875b6d4b320
|
7
|
+
data.tar.gz: 1b142adbfadd46282b883e0fa881dce40b1338bff8afc67b423fde23429805a0d47ef29589722796aac074882b77efa0049b4fac16e04f136cc4041f8fa9c99d
|
@@ -119,7 +119,6 @@ Cuando(/^elijo un horario a aplicar - filtros nuevo -$/) do
|
|
119
119
|
options = (doc/"div#inline-filters-detail-time div.inline-filters-slider-panel")
|
120
120
|
options = (options[0]/"ul.hour-filter-range-links li")
|
121
121
|
@time = options[rand(options.length)]
|
122
|
-
byebug
|
123
122
|
end
|
124
123
|
|
125
124
|
Entonces(/^filtro por horario de ida - filtros nuevo -$/) do
|
@@ -13,6 +13,7 @@ Característica: results.matrix_fare_chart
|
|
13
13
|
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
14
14
|
Entonces verifico que la pagina no rompa
|
15
15
|
Cuando espero que termine de cargar la pagina de resultados
|
16
|
+
Entonces verifico que traiga resultados
|
16
17
|
Y ingreso a la matriz de tendencia de precios
|
17
18
|
Y verifico el mensaje de aclaracion de precio de matriz de tendencia de precios
|
18
19
|
Y verifico el l&f de la matriz de tendencia de precios
|
data/flights_gui_tests.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
|
|
14
14
|
|
15
15
|
gem.require_paths = ["lib"] # Usualmente es solo lib -> ["lib"]
|
16
16
|
|
17
|
-
gem.version = '0.1.
|
17
|
+
gem.version = '0.1.3' # La version se debe incrementar cada vez que se desea publicar una nueva version del test.
|
18
18
|
|
19
19
|
gem.add_dependency('henry-container', '>= 0.1.39')
|
20
20
|
gem.add_dependency('page-object')
|
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: 0.1.
|
4
|
+
version: 0.1.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-10-
|
11
|
+
date: 2014-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|