flights_gui_tests 2.4.83 → 2.4.84

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: 55ba1f96bbb7c5a3ffd313e77f2b05a428e195d6
4
- data.tar.gz: 727f8b194af58f1444efd07ead32e0b6bd3c9b13
3
+ metadata.gz: e061709c4026d849ffd6d93de8e7679925654f2d
4
+ data.tar.gz: 3f40603dd124ccb95b2a97eafd455569b85ef70e
5
5
  SHA512:
6
- metadata.gz: e57d391dd0d0bfb4f6ccd10bbfc6f8738d79ad8d43d82177957b4e4d9849c7240d8671b5daba563df7f73c3b79bc1bbd385a33f23f52100bac7e94fb3e63d860
7
- data.tar.gz: b3bd80614a4723a42fd5b1d84664e871539512ef6ffba854a0d1870c167b9a2050fc1b017290d578c6f48f673c374cf753b29b35bf81aa6ad00c480953d3b813
6
+ metadata.gz: d79ba7ca83daf13a3a68b690701b4276059cb5d25d3cc10e5b9930bc5bec32623a75fd309fa767c2266356b31ec8aa77d5c0ea76cd92f722a09294b8b54c3e90
7
+ data.tar.gz: ecb3d720b2dc8cf2b4792b7493de6219786a09af654639c1bd994dd2a401957456e79a21ec57470a830bdb785a7dc4c21e70a1acd5fc438a720d70d050ce7176
@@ -52,7 +52,7 @@ module NewCheckout
52
52
  end
53
53
 
54
54
  def cargar_datos_facturacion_br
55
- if [true,false][rand(2)]
55
+ if [true,true][rand(2)]
56
56
  puts "Persona natural"
57
57
  persona_natural_element.set
58
58
  else
@@ -267,7 +267,11 @@ module NewCheckout
267
267
  total_1.should be_within(3).of(total_2)
268
268
  end
269
269
  else
270
- total_1.should equal(total_2)
270
+ if descuento_element.present?
271
+ total_1.should equal(total_2+descuento_element.text.to_i)
272
+ else
273
+ total_1.should equal(total_2)
274
+ end
271
275
  end
272
276
  end
273
277
 
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.83"
2
+ VERSION = "2.4.84"
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: 2.4.83
4
+ version: 2.4.84
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez