testcentricity_web 4.1.2 → 4.1.2.1

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: 022d693b793b248b2aac148c4a0865b39dbaf2f05c58a45f00cbd10339335e82
4
- data.tar.gz: 4c319c310595c0c5069fc81a635ad906087376fd08a40877c81dcea205fd4a09
3
+ metadata.gz: 2380bc5758da2d91ff5353810388b7edd86b2599ce7edcca40fd4f2eb18e0b60
4
+ data.tar.gz: 879395d5eebf52671bc1149e1899cd10e6c92e72b4adc0acbc6c0acb57784102
5
5
  SHA512:
6
- metadata.gz: 05ba745d0ab5f5abdf107a401c901a01536605ef6e39c4d81e17f0b1a6795466b16fef76d0a06011659e66aba6faae2491c9cf6a96f201801d6cbbfc91c51f09
7
- data.tar.gz: ccae42725bdbad5680aa898d9f5f7e77c52cb2783922bbef88ba28f96907499fa9dec0d1d097e5a9d7fbe6b6394602cdd6d29903c54b135a60af5f2486b0ef8a
6
+ metadata.gz: f1aa8e9a82351b9083b3444e67612a148e0ac85fe3c0d1333a8267ae2068bd62be869de74073092da07db8a0b2780c679477d36a9023ef4a644c0e3d2b86f8f3
7
+ data.tar.gz: faef46efa348af92f867161ea242746bd6e6b27713bbbdfa47b544836252056798a2191b19d23d9af38b0367c6e2ab784aca3fcfc00e8cb87417868a740540be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- testcentricity_web (4.1.1)
4
+ testcentricity_web (4.1.2.1)
5
5
  appium_lib
6
6
  browserstack-local
7
7
  capybara (>= 3.1, < 4)
@@ -50,8 +50,8 @@ GEM
50
50
  descendants_tracker (0.0.4)
51
51
  thread_safe (~> 0.3, >= 0.3.1)
52
52
  eventmachine (1.2.7)
53
- faker (2.19.0)
54
- i18n (>= 1.6, < 2)
53
+ faker (2.20.0)
54
+ i18n (>= 1.8.11, < 2)
55
55
  faye-websocket (0.11.1)
56
56
  eventmachine (>= 0.12.0)
57
57
  websocket-driver (>= 0.5.1)
data/README.md CHANGED
@@ -300,11 +300,11 @@ A **PageSection Object** is a collection of **UI Elements** that may appear in m
300
300
  app. It is a collection of **UI Elements** that represent a conceptual area of functionality, like a navigation bar, a search capability,
301
301
  or a menu. **UI Elements** and functional behavior are confined to the scope of a **PageSection Object**.
302
302
 
303
- ![Navigation Header](/doc/images/LI_NavHeader.jpg)
303
+ <img src="https://i.imgur.com/BTgi59R.jpg" alt="Navigation Header" title="Navigation Header">
304
304
 
305
- ![Navigation Header](/doc/images/LI_NavHeader2.jpg)
305
+ <img src="https://i.imgur.com/dkxloE5.jpg" alt="Navigation Header" title="Navigation Header">
306
306
 
307
- ![User Profile Popup](/doc/images/LI_Me.jpg)
307
+ <img src="https://i.imgur.com/Yqgw4sP.jpg" alt="User Profile Popup" title="User Profile Popup">
308
308
 
309
309
 
310
310
  A **PageSection Object** may contain other **PageSection Objects**.
@@ -1645,8 +1645,7 @@ landscape orientation running on the BrowserStack service:
1645
1645
 
1646
1646
  ## Web Test Automation Framework Implementation
1647
1647
 
1648
- ![TestCentricity Web Framework Overview](/doc/images/TC_Web.jpg)
1649
-
1648
+ <img src="https://i.imgur.com/eukmEan.jpg" alt="TestCentricity Web Framework Overview" title="TestCentricity Web Framework Overview">
1650
1649
 
1651
1650
 
1652
1651
 
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '4.1.2'
2
+ VERSION = '4.1.2.1'
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: 4.1.2
4
+ version: 4.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski