flights_gui_tests 1.1.1 → 1.1.2

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: 9ec379675c2ab7f84d19cfa4e2df361bdeb9d985
4
- data.tar.gz: 9d1d7d008571b23d76ca30a2d91f943052b68b98
3
+ metadata.gz: c3489197f1b8353e3932b2d710f0a83e77d06672
4
+ data.tar.gz: 4d07427c3fc154e2b86b13aba3fb346013b1ba57
5
5
  SHA512:
6
- metadata.gz: c8d5c063bdb7fbf177a37f610db1ca92ba753bfa6fd7aaecff21c974ae7702c726d6e1d1d5330c4c09d833cb0d9c7e6926463a23623bb59d440aa3e4835bdca1
7
- data.tar.gz: bda18ff0297b41295e7a8c28ebe4d47d29710fb774ac7c108d3d1c66277d573d31090538526b640baf02f1e0a9e082eefcc6652db9efc719f210704cf6fd280d
6
+ metadata.gz: 89f0e54063697b7cb95d6e007a3cf5fc4bb27c4de7d7f38115332a7827eb0af5bb58a526e96983990a0b20de9c0e71448b9baea0138572d50f9fa5b80acc5ea6
7
+ data.tar.gz: b5a50583845003938727a9e1382531d7bdd26c8accd1608831953501574b396254dec1777fb13eefbad3bb9bd2c2fa67f160b5331e7b262432271fee3acad5a4
@@ -32,7 +32,9 @@ module Pages
32
32
  def cargar_valores_abtesting
33
33
  @abtesting = {}
34
34
  cookie = self.recuperar_cookie("abzTestingId")
35
- cookie[:value].split(',').collect{|option| @abtesting[option.gsub(/\d|\W/,'')]=option.gsub(/\D/,'').to_i}
35
+ if cookie
36
+ cookie[:value].split(',').collect{|option| @abtesting[option.gsub(/\d|\W/,'')]=option.gsub(/\D/,'').to_i}
37
+ end
36
38
  end
37
39
  def abtesting
38
40
  @abtesting
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
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.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez