testcentricity_web 2.0.7 → 2.0.8

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: a0eba76180d539e2d04d50ac99a1ae070f1ae339
4
- data.tar.gz: ca8190dabaa590c78e480eed846f36274dc50694
3
+ metadata.gz: 5cfe765b2a1536d482875daab1ec69202abbf1f6
4
+ data.tar.gz: ab080f48446e4896bbd599f9243cef659fff91b3
5
5
  SHA512:
6
- metadata.gz: 0d81505a46e4404075b0641d42b4988ac13e49adc513f70c03d533859c66ba6e116bf9896aa9ea6e478da1d3aeab3347e537d1152b785c39d989cb68435c6dfb
7
- data.tar.gz: f1cf197fd3e731b08ec3edd97481002d667443137b40502aa0d8d2d020e44d5b66fc304f1cc56f7ace0061243bb7ad8d45ddcf76c93544493f9596df062047d3
6
+ metadata.gz: 6efd88f607087c48231e2cc330468bcc892d5eac37bbef1e31b28a5abe6d8c096881710198605bd0af3548b587207753bf7ea3d3f807cac310fc80a307d550c6
7
+ data.tar.gz: f84745e89d91e47b9bdd20ac1b9cda0dbc7f05e4d7908c5f7c65d571f9dda18d2879cde6b1c8a747e8010d1e6fbf829f1671c017c168188d382a7e28b006c2f7
data/README.md CHANGED
@@ -489,6 +489,7 @@ With TestCentricity, all UI elements are based on the **UIElement** class, and i
489
489
  element.disabled?
490
490
  element.get_value
491
491
  element.get_attribute(attrib)
492
+ element.get_native_attribute(attrib)
492
493
 
493
494
  **Waiting methods:**
494
495
 
@@ -648,7 +649,7 @@ To use these **PageManager** methods, include the step definitions and code belo
648
649
  Given(/^I am on the ([^\"]*) page$/) do |page_name|
649
650
  target_page = page_dispatcher(page_name)
650
651
  target_page.load_page if target_page
651
- # let PageManager store instance of current page object
652
+ # let PageManager store an instance of the current page object
652
653
  PageManager.current_page = target_page
653
654
  end
654
655
 
@@ -660,7 +661,7 @@ To use these **PageManager** methods, include the step definitions and code belo
660
661
  Then(/^I expect to see the ([^\"]*) page$/) do |page_name|
661
662
  target_page = page_dispatcher(page_name)
662
663
  target_page.verify_page_exists if target_page
663
- # let PageManager store instance of current page object
664
+ # let PageManager store an instance of the current page object
664
665
  PageManager.current_page = target_page
665
666
  end
666
667
 
@@ -668,7 +669,7 @@ To use these **PageManager** methods, include the step definitions and code belo
668
669
  target_page = page_dispatcher(page_name)
669
670
  target_page.verify_page_exists
670
671
  target_page.verify_page_ui
671
- # let PageManager store instance of current page object
672
+ # let PageManager store an instance of the current page object
672
673
  PageManager.current_page = target_page
673
674
  end
674
675
 
@@ -14,7 +14,8 @@ module TestCentricity
14
14
  end
15
15
 
16
16
  def set_column(column)
17
- @column = column
17
+ @column = column
18
+ @locator = "#{@table.get_table_cell_locator('ROW_SPEC', column)}/#{locator}"
18
19
  end
19
20
 
20
21
  def exists?(row)
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '2.0.7'
2
+ VERSION = '2.0.8'
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: 2.0.7
4
+ version: 2.0.8
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-02-18 00:00:00.000000000 Z
11
+ date: 2017-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler