flights_gui_tests 1.2.0 → 1.2.1

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: 0cf548843ff1b5bc38822cd38b399d6f87b7b45a
4
- data.tar.gz: 0225efc48644aefe427c65d42ecd9c79308df624
3
+ metadata.gz: 8c8ae19543d71111230cd44834813cf4d242daaf
4
+ data.tar.gz: 47dac5bec9fbaf5c66b2bbb1d3c78e9313f9ede0
5
5
  SHA512:
6
- metadata.gz: d5a8c4a23590c651c4d512b83d393bf16347358de9c4f4ed86d47a0d6a506b0c2094a6284e8771cc20226dd210d7d115f806b9320f21c879bf3cb63c86a2d467
7
- data.tar.gz: 235a0d2d3c035c5f4b049e8cd1ba753623a53e1266970251f67c1dfd7e7737db190ed7e68163f970f4ce3f24edab6789b955e392dd1b6c73cd7f1b2872574e8e
6
+ metadata.gz: 49e4d3fdc59a27497127257f7b17dfd35719d304072b3d112f2e266e1b9aeddfc2a20c5db65c5dcd0109c051ef7d635d50ac2ada7e281f2cbdfcfb3e8ea8b607
7
+ data.tar.gz: b38bc4b1466dc36d1170e1b0246ff1acfb2f97ebcc7837afdd2e71b8a0291db39180c5a701b59338704ddbbae3e6f483aff534a8d5398438c97986a7cc324ccf
@@ -113,6 +113,9 @@ module Results
113
113
  rescue Selenium::WebDriver::Error::UnknownError => e
114
114
  puts "Fallo validacion de mas detalles, itinerario #{i}, ruta ida #{j}"
115
115
  puts e.message # Test de excepción
116
+ rescue NoMethodError => e
117
+ puts "Fallo validacion de mas detalles, itinerario #{i}, ruta ida #{j}"
118
+ puts e.message
116
119
  end
117
120
  $num += 1
118
121
  else
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
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: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez