ole-qa-framework 3.4.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/CHANGELOG.md +6 -0
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olefs/pages/invoice.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjlkNmQxNjA0MmY5MTk1ZWM0YWY1NTNmNDM0MGM4NWFlMGI5NGIzYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGUyMTJlYzY5MTFiNmVhYmU3MjdkN2UyYTBiYTc3MjM5NTg0NmQ2OQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTFiM2M4YjhkY2ZmZjAyNTBiMDE4NjNiNGJkZDY5NDEyNjliZWFjMzU2ZWNi
|
|
10
|
+
Yzk2MTAyOGM2ODkxYjFkMTJkMWZhOGI0M2ZmZjBmMmZjMGZlZjRjZDJhOTBl
|
|
11
|
+
YTNlZWUyZDY0YTIyYzQ1Njk3MzhmY2NlNjNiOGYwNmVlMTg2MTc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NWRmYmRiMmMwMGFiNTFjYzliMTg5Yzg3MjI0M2VhNzA5OTYwNzExMzY3ZDk1
|
|
14
|
+
NWRjMTA1NDRmNGJlZjE0N2ZiM2IyMDBmMGE0ZjVlNWM5NzcwZDAyNDNkOTA1
|
|
15
|
+
NmJkZTg4OGU4YTQyMTIzY2FiYmM1NDBhNzA1YzgzNDBiMmRiZGQ=
|
data/CHANGELOG.md
CHANGED
data/lib/olefs/pages/invoice.rb
CHANGED
|
@@ -33,6 +33,7 @@ module OLE_QA::Framework::OLEFS
|
|
|
33
33
|
# Define basic invoice document screen elements.
|
|
34
34
|
def set_elements
|
|
35
35
|
super
|
|
36
|
+
element(:document_overview_toggle) {b.img(:id => 'Uif-Inv-DocumentOverviewSection_toggle_col')}
|
|
36
37
|
element(:document_type_id) {b.span(:xpath => "//table[@class='uif-gridLayout']/descendant::th[span/label[contains(text(),'Invoice #:')]]/following-sibling::td[1]/div/span")}
|
|
37
38
|
element(:document_type_status) {b.span(:xpath => "//table[@class='uif-gridLayout']/descendant::th[span/label[contains(text(),'Invoice Doc Status:')]]/following-sibling::td[1]/div/span")}
|
|
38
39
|
element(:fiscal_year) {b.span(:id => 'invoice-documentYear_control')}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ole-qa-framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jain Waldrip
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|