flights_gui_tests 1.8.6 → 1.8.7

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: 1c18b075b1eaaa90c21555ec87b78537b86f7057
4
- data.tar.gz: 607686862f8a79b819bb24c5dcb2103966980cd9
3
+ metadata.gz: b8a88abf6a6f6006fd6949e4008f57dc3731dc9c
4
+ data.tar.gz: 4fc434a392f189b6ddce6fa38f3d8330227f3f24
5
5
  SHA512:
6
- metadata.gz: 1289152c58765a7a3e98ae366370016956aa8265c235f3a1a28db574a326d44fab4f6dc0a36560f4b07fba10d3a0b47133de71ea3b00cd76fab91188f0b21d7f
7
- data.tar.gz: 62a752d54ca3ea2f11357e79a708f8a7113f649372f661730f73671f2c566a5328b3abf9d31e83630cff5c6c52c97fb5aa219bb33332a764489e5b1d03d3893e
6
+ metadata.gz: 1b9e2948bedf96a98ca89984b92d5c66cf6b68483ddebf5b83decdca76d43d6c0ad988ff39c1362409eb0532357df32b6991db4c053883bbc4701d412a5d64fc
7
+ data.tar.gz: bfcab17a09df27e0dd53cea2237eb8223c1a60db42f963bf70c9523f1b7ad6c4aaca1bf4a258d86170fd8461f9340673afbc418d07915b5694b8e79fa55e63e2
@@ -100,13 +100,13 @@ Y(/^cancelo la reserva en el proveedor$/) do
100
100
  begin
101
101
  uri = URI.parse "http://backoffice.despegar.com/roma/transactions/#{@id_reserva}"
102
102
  http = Net::HTTP.new(uri.host, uri.port)
103
- http.read_timeout = 15
103
+ http.read_timeout = 30
104
104
  req = Net::HTTP::Patch.new(uri.request_uri, headers)
105
105
  req.body = body.to_json
106
106
  respond_roma = http.request(req)
107
- rescue Errno::ETIMEDOUT
108
- pending "No se pudo cancelar en roma"
109
- end
107
+ # rescue Errno::ETIMEDOUT
108
+ # pending "No se pudo cancelar en roma"
109
+ # end
110
110
  unless respond_roma.code.to_i==200
111
111
  puts "No se pudo cancelar en roma"
112
112
  respond_roma.code.to_i.should equal(200)
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.8.6"
2
+ VERSION = "1.8.7"
3
3
  end
@@ -40,6 +40,7 @@ Característica: checkout.book_ok
40
40
  Y verifico el tag de datalayer
41
41
  Y verifico el pixel de Efrontier
42
42
  Y verifico los datos de la reserva enviados a fenix
43
+ Y cancelo la reserva en el proveedor
43
44
 
44
45
  @pt
45
46
  @roundtrip
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.8.6
4
+ version: 1.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez