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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c8ae19543d71111230cd44834813cf4d242daaf
|
|
4
|
+
data.tar.gz: 47dac5bec9fbaf5c66b2bbb1d3c78e9313f9ede0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/features/support/version.rb
CHANGED