flights_gui_tests 2.3.12 → 2.3.13

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: cc0c6e04c2e6acdbf2b102d6990425b799eb8575
4
- data.tar.gz: 04be0898326d1569c5d2a5ca4270ae23ab0ae3c6
3
+ metadata.gz: da5fda11d5f867d8f98b3c40408f5d9885d8e7b6
4
+ data.tar.gz: 22738c738fef89bfbb87261b06f5cafcb79b18e7
5
5
  SHA512:
6
- metadata.gz: b1656ee28a93f61981dae2b6523785f75f02371f9cc3be60ec28727b13263f2aa4d5d4575c15b42a4046353b8177c803c8f7faaa7c6bd3e3f16564ac710865d5
7
- data.tar.gz: 59baf203a078e484c3889c4648be35f8b08ac918c650f95bd42eb676906b62e4480cee79f3b6b04ade5937dd2cc829d7c6143e31ab7f9abccf82a8c258644fd0
6
+ metadata.gz: 5ee017472f17c078eee9d95dda18bdc30150c48cdd37b695891dedb4f9c8a4e375476440b61e8c16b29863ceaafbde3001aedca1c8728d1b0b410bcc1341c6f4
7
+ data.tar.gz: ff1b9f38c9f86a09adb9e0718eed3a474a22bf6ec1091c094e52ba620b8154574a99fe6ce2558bba239d6ff3add0411c4d63c13cb977e124136eedc12ff9705a
@@ -36,7 +36,11 @@ Y(/^(?:verifico|valido) que traiga precios con formato correcto y positivos$/) d
36
36
  @page.datos_de_itinerarios.each do |cluster|
37
37
  if cluster.tarifas
38
38
  tarifa = @page.dolares_element.present? ? cluster.tarifas['tarifa_adulto_dolar'] : cluster.tarifas['tarifa_adulto']
39
- tarifa.to_s.match(/\,/).should_not be_true
39
+ if AllPages.site=="MX"
40
+ tarifa.to_s.match(/\./).should_not be_true
41
+ else
42
+ tarifa.to_s.match(/\,/).should_not be_true
43
+ end
40
44
  tarifa.to_s.match(/\-/).should_not be_true
41
45
  end
42
46
  end
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.12"
2
+ VERSION = "2.3.13"
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.3.12
4
+ version: 2.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez