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: e993acb8127e1fe505caf3d6563dc23da95546b8
4
- data.tar.gz: 783450b9e57d5b5b30698e2a69e4f98d2d6f02c3
3
+ metadata.gz: 698a67a7291b4a4fb67a7136646adbc62a1e67d3
4
+ data.tar.gz: 590fb5336e0635d51e9a5d5290c57f3ab30575df
5
5
  SHA512:
6
- metadata.gz: 9abb0151dee2507e205026b8fe7fff25b15956fa56da177e86c5c111afa40209339210fa020d6b0f54a6b83746be2c754cfc4281bf43418a2f1ff200536c2942
7
- data.tar.gz: 9e0b8104c30e8b2e4340e6d38404d4e39e7299c30bae979fc7892acc464e1de8aca4da6060915d3539570b3bcc2bf39f20f7e20063591d2d338d50b8b0fd50ff
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
@@ -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|PSR|SAO|RIO|
40
- |BR|oneway|true|PSR|SAO|RIO|
41
- |BR|roundtrip|true|OC6|REC|POA|
42
- |BR|oneway|true|OC6|SAO|RIO|
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|TAM|SAO|RIO|
46
- |BR|oneway|true|TAM|SAO|RIO|
47
- |BR|roundtrip|true|AZD|SAO|RIO|
48
- |BR|oneway|true|AZD|SAO|RIO|
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.3' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
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')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_henry_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez