testcentricity_web 1.0.22 → 1.0.23

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
  SHA1:
3
- metadata.gz: b68b85fdae4ff17195153396ec001aeba087248c
4
- data.tar.gz: edba7bcd859ddab9b29ee02ccda4f3aea7b0deac
3
+ metadata.gz: 11cac258d557b6572fa4fa209eca4ba13048c7c2
4
+ data.tar.gz: c07a7ba2498271b0dedf45354a0fe041349a659c
5
5
  SHA512:
6
- metadata.gz: 6fbd4d428b2b7150477244be54f3267c20a26ad2d7e7f0573d2e34008b94ab0db66603eb741935147af4e2604a584c1267e9a1fd25ce63b53ae6ac54219b0d00
7
- data.tar.gz: fcb4f8c48ba0a1c5b37be42263adb908462642eedcbfd73325065aa64b2f2364e0f47b334d04292fa52c0505c390fca476acc7d5a52eb5cc96d2728bbdea442b
6
+ metadata.gz: 4c2df2216b789eafd819b880f2ad66a4e6163e6f0d8aa5e463f6f1fe6f58c75292a1bca44dbc5cbbf83de625d04ce0e05ab04e9273527f8a207f425dc9735306
7
+ data.tar.gz: 647c80a4737bf00b0be2d8a855c37d8823acee4152e198da9b40413a306dd73893b5736823662d0504f4db24fef66a70c41b650b246e6a06515431b74d2641cd
@@ -25,7 +25,7 @@ module TestCentricity
25
25
  end
26
26
 
27
27
  def find_cell_element(row)
28
- set_alt_locator("#{@locator.gsub('ROW_SPEC', row)}")
28
+ set_alt_locator("#{@locator.gsub('ROW_SPEC', row.to_s)}")
29
29
  find_element
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '1.0.22'
2
+ VERSION = '1.0.23'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.22
4
+ version: 1.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-08 00:00:00.000000000 Z
11
+ date: 2017-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler