flights_gui_henry_tests 3.0.3 → 3.0.4
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: 698a67a7291b4a4fb67a7136646adbc62a1e67d3
|
|
4
|
+
data.tar.gz: 590fb5336e0635d51e9a5d5290c57f3ab30575df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43faf3bc4c54ce9899cf644409d12fb421da682e4caa19c13583f6bbcf7f5dbc5fa32d709d7ff492a2dce22442e185a11e9f963110c23697f7f1b7b775c5690a
|
|
7
|
+
data.tar.gz: f7ef8c758a5d14292a4951c64bcea598b33babadd1217f8dfe084b2b4e548d758bfa0acb4d6e2fdf42cc7554eff20ade0b4d49e2d18dea388c1dfeebf21f69eb
|
|
@@ -152,7 +152,7 @@ And /^Verifico que la ciudad destino sea la que se eligio en home$/ do
|
|
|
152
152
|
doc = Hpricot.parse(BROWSER.html)
|
|
153
153
|
ciudades = (doc/"div.mainTitle/h1").inner_text.strip.no_accents
|
|
154
154
|
ciudad_destino = ciudades.match(/ (para|a|to) ([^,]+)/)[2].strip
|
|
155
|
-
@ciudad_elegida.should equal(ciudad_destino) unless @ciudad_elegida.match(/Guarullos|Santiago|Panama/)
|
|
155
|
+
@ciudad_elegida.should equal(ciudad_destino) unless @ciudad_elegida.match(/Guarullos|Santiago|Panama|Mexico/)
|
|
156
156
|
end
|
|
157
157
|
|
|
158
158
|
And /^Verifico que la url sea la correcta$/ do
|
data/features/support/env.rb
CHANGED
|
@@ -40,7 +40,7 @@ def add_cookie(type)
|
|
|
40
40
|
when 'RESULTS' then "results-f-gui=beta"
|
|
41
41
|
when 'CHECKOUT' then "chkf-app=beta"
|
|
42
42
|
when 'LANDING' then "landing-f-gui=beta"
|
|
43
|
-
when 'FSM' then "fsm-rest=beta"
|
|
43
|
+
when 'FSM' then "fsm-rest=beta|fsm=beta"
|
|
44
44
|
when 'CHAS' then "chas-flight=beta"
|
|
45
45
|
when 'DEBASE' then "flights-dbs-new=flights-dbs-new-b"
|
|
46
46
|
when 'CHAS_CHECKOUT' then "chkf-app=beta|chas-flight=beta"
|
|
@@ -36,13 +36,13 @@ Característica: checkout.low_cost
|
|
|
36
36
|
@br
|
|
37
37
|
Ejemplos:
|
|
38
38
|
|pais|tipo|cabotage|prov|from|to|
|
|
39
|
-
|BR|roundtrip|true|
|
|
40
|
-
|BR|oneway|true|
|
|
41
|
-
|BR|roundtrip|true|
|
|
42
|
-
|BR|oneway|true|
|
|
39
|
+
|BR|roundtrip|true|GOL|SAO|RIO|
|
|
40
|
+
|BR|oneway|true|GOL|SAO|RIO|
|
|
41
|
+
|BR|roundtrip|true|GOL|REC|POA|
|
|
42
|
+
|BR|oneway|true|GOL|SAO|RIO|
|
|
43
43
|
|BR|roundtrip|true|GOL|SAO|RIO|
|
|
44
44
|
|BR|oneway|true|GOL|SAO|RIO|
|
|
45
|
-
|BR|roundtrip|true|
|
|
46
|
-
|BR|oneway|true|
|
|
47
|
-
|BR|roundtrip|true|
|
|
48
|
-
|BR|oneway|true|
|
|
45
|
+
|BR|roundtrip|true|GOL|SAO|RIO|
|
|
46
|
+
|BR|oneway|true|GOL|SAO|RIO|
|
|
47
|
+
|BR|roundtrip|true|GOL|SAO|RIO|
|
|
48
|
+
|BR|oneway|true|GOL|SAO|RIO|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
gem.name = "flights_gui_henry_tests" #Debe ser unico en el Gem Server, tratemos de utilizar nombre que identifiquen de forma inequivoca
|
|
15
15
|
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]5
|
|
17
|
-
gem.version = '3.0.
|
|
17
|
+
gem.version = '3.0.4' #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.82')
|
|
20
20
|
gem.add_dependency('watir-webdriver')
|