testcentricity_web 0.4.5 → 0.4.6

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: 98f821d6b56d9af5a17ee48e09afb440fae6ff37
4
- data.tar.gz: 574eaf040ff1186aee6a76e403d4c1fd0b696844
3
+ metadata.gz: d3d60d65ffc7a6f9bf8b44163b747d94b5e0eeac
4
+ data.tar.gz: 3bf55b397f58831141b5f5336ebacf4a5b26b0b0
5
5
  SHA512:
6
- metadata.gz: 5fb56d2881d9ac075f211128bc456733b1ae551a76d3481af8c6063a3837b4827bc7d71a234d1962ea2bd92627a7101a43558c36224025b8c00e2e44cfc68e4b
7
- data.tar.gz: 3317ecbaa18dd342ea42e0ed456ea6e8f688e1aa64d240ba813ce93ac635251b9b343513ef12099e1020677a45f89855f71538aff74f12a3b72863a26337adc0
6
+ metadata.gz: b33f0433a672f6d1667bfe6980f4d9ab9c6ec482b280f70afae92788d86a3581c6e37bb4a38e411bf00cc52c4b37a1123117784b674cb93ac541261f217f9534
7
+ data.tar.gz: accab1cc58481241345dec968de8428f52665413bad9d6eaa29f87e9de709c6b61252899fb55f061ef187bf86f8ba51e26b54783d05cb9f2aab72cedc7783a4c
@@ -64,7 +64,7 @@ module TestCentricity
64
64
  def expand_table_row(row, column)
65
65
  unless is_table_row_expanded?(row, column)
66
66
  set_table_cell_locator(row, column)
67
- set_alt_locator("#{saved_locator}//div[@class='ui-icon ui-icon-triangle-1-e tree-plus treeclick']")
67
+ set_alt_locator("#{@alt_locator}//div[@class='ui-icon ui-icon-triangle-1-e tree-plus treeclick']")
68
68
  click if exists?
69
69
  clear_alt_locator
70
70
  end
@@ -73,7 +73,7 @@ module TestCentricity
73
73
  def collapse_table_row(row, column)
74
74
  if is_table_row_expanded?(row, column)
75
75
  set_table_cell_locator(row, column)
76
- set_alt_locator("#{saved_locator}//div[@class='ui-icon ui-icon-triangle-1-e tree-minus treeclick']")
76
+ set_alt_locator("#{@alt_locator}//div[@class='ui-icon ui-icon-triangle-1-e tree-minus treeclick']")
77
77
  click if exists?
78
78
  clear_alt_locator
79
79
  end
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.4.5'
2
+ VERSION = '0.4.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski