eyes_calabash 3.15.37 → 3.15.38

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6043810432721cec2a5d81774acc8f911b1153ab898256c46b0110787ab68c24
4
- data.tar.gz: ac8397ee641fb77145eb27ebde75abfde0d1ff00acfba31a76976af51fb81d49
3
+ metadata.gz: e143d015c05cf501981a33218f13e964f94c7726fbf85959868bbe24cfc0ca49
4
+ data.tar.gz: f64b48f0ce7e22f4fdb362de27bf9d5d1791c715d73cab23b8bf3bbc0a461c49
5
5
  SHA512:
6
- metadata.gz: 97ff825b7a27333ab6418859ac644323a573b2d85b04a4101068622e3a7c666fa8b4997245de7ef5b2a73caccd076248f4b556746bc936b1569dd0bdf02d801f
7
- data.tar.gz: 327cf67182fb48e6aaaa5322bcdeb50fc3fdc54aa7378443fb18534dcedd48ec8acf6db52d545b693d04ac15000e2493d73b8f3d30eda590be44e95983119c9c
6
+ metadata.gz: cd89a8f02da6fa13503515633c602945dc1fdb628c8f465194abc6af738f04a7a7cfce521c3e7bbd6f237ffd58976115fdc7a554b770b4c4843ca8f47c027164
7
+ data.tar.gz: 4b50d45ddcc24c79200a2f9e25a227f07c6f39315304d2786822996793df80e646febf09bebc2eccd6cf24569cd001d154f744af2f93c92ba9b11eeb44894ced
@@ -18,7 +18,6 @@ module Applitools
18
18
 
19
19
  def open(options = {})
20
20
  Applitools::ArgumentGuard.hash options, 'open(options)', [:app_name, :test_name]
21
- # options[:viewport_size] = Applitools::RectangleSize.from_any_argument options[:viewport_size]
22
21
  open_base options
23
22
  end
24
23
 
@@ -176,8 +175,8 @@ module Applitools
176
175
  end
177
176
 
178
177
  def get_tag_for_debug(name)
179
- return "#{current_app_name} #{test_name}" if name.empty?
180
- "#{current_app_name} #{test_name} - #{name}"
178
+ return "#{app_name} #{test_name}" if name.empty?
179
+ "#{app_name} #{test_name} - #{name}"
181
180
  end
182
181
  end
183
182
  end
@@ -9,7 +9,7 @@ Given(/^eyes test name is "([^"]*)"$/) do |name|
9
9
  end
10
10
 
11
11
  Given(/^eyes viewport size is "([^"]*)"$/) do |size|
12
- Applitools::Calabash::EyesSettings.instance.viewport_size = Applitools::RectangleSize.from_any_argument(size).to_h
12
+ Applitools::Calabash::EyesSettings.instance.viewport_size = Applitools::RectangleSize.from_any_argument(size)
13
13
  end
14
14
 
15
15
  Given(/^eyes API key "([^"]*)"$/) do |key|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '3.15.37'.freeze
4
+ VERSION = '3.15.38'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.15.37
4
+ version: 3.15.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-11 00:00:00.000000000 Z
11
+ date: 2019-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 3.15.37
61
+ version: 3.15.38
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 3.15.37
68
+ version: 3.15.38
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com