flights_gui_tests 0.0.18 → 0.0.19

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: e5127b8cac4b646b299cc3bbbf1e82bd84385498
4
- data.tar.gz: 7b546377980659c5c5969cbf3ec0b139b68a0593
3
+ metadata.gz: 7da67f1f8f49af4a8b3aa11adcb827869fcf64cb
4
+ data.tar.gz: 68a79a574cb0253f200c4a999fb32da9dd57cf79
5
5
  SHA512:
6
- metadata.gz: ffbc2b1dedef858b65eec7f8a619d4ea64ae8ec6f805f486f370e21cceabacd3fb1fbfcb93dc913a7ecf3c62c5ae59bff452fd7a0a90070e7862e58e9e1de12e
7
- data.tar.gz: df95b8b3cb682e2539114bed222045d792389893779cdff8c3bc8885e6da690a12b8cdcc9c50718eadf5fba4a4185d396762111d61ecc08a58856e496ab85edc
6
+ metadata.gz: 325c0af7bf9625fb15440c49e7234aa00b3f36a4d33b9aa27f2ec1f5108b0690cbf0a0b21cd96dea6c86fdc365fc53da6971882d2655cb421fa8446c0fa7c5af
7
+ data.tar.gz: 5d47a5fcea81b7af55f0601c42c711713885cddc7faa2f1c6633aab3982492635a83539ef072406e405d9ad2b744d93d516356d7176f15792b782cee51500e12
@@ -19,8 +19,8 @@ end
19
19
 
20
20
  Cuando(/^elijo un itinerario y paso a checkout$/) do
21
21
  @page.cargar_itinerarios
22
- @index, permitida = @page.sanear_itinerarios(["DL"])
23
- pending("Se encontraron solo vuelos de delta") unless permitida
22
+ @index, permitida = @page.sanear_itinerarios(["DL","Y4"])
23
+ pending("No se encontraron vuelos de aerolineas permitidas") unless permitida
24
24
  @itinerario_resultados = @page.elegir_itinerario(@index)
25
25
  end
26
26
 
@@ -104,7 +104,7 @@ module Results
104
104
  end
105
105
 
106
106
  def datos_itinerario()
107
- index, permitida = sanear_itinerarios("DL")
107
+ index, permitida = sanear_itinerarios(["DL","Y4"])
108
108
  @datos_de_itinerarios[index]
109
109
  end
110
110
  end
@@ -15,7 +15,7 @@
15
15
 
16
16
  gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
17
17
 
18
- gem.version = '0.0.18' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
18
+ gem.version = '0.0.19' #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.39')
21
21
  gem.add_dependency('page-object')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez,lsimean