ole-qa-framework 3.6.3 → 3.6.4
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 +7 -0
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olels/common/lookup.rb +2 -1
- data/lib/olels/pages/patron.rb +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OWM0Yzk1MWJiZjZjNTJmN2I1Zjk1ZmI0ZDVmMTE3YzdmN2ZiYzNhMg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzBlN2JhMWM3MDNkYzYxNGM5YWU4OWFhNTNkNzQ2N2JmMTE4NmI1Zg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZjAxM2Y5ZWRhNTY3YTczNzE4MzUxZDQ2YTg4YTg2YWNjOGY4MWJiZWQwYTU2
|
10
|
+
Yzc3MGFiYWJiMTY5YzBiNzFmMzI0ZjNjYjU1YzViYzE0YjJiYmRiN2NhZGM5
|
11
|
+
NDE5OWI0NjUzZjE4ZTNkZTZjYTIwYTRjMmIyODdlMzFmMmNiZDA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZDJmYzU3NTI3YTQwZDAxMGQxNjk3MjUwYmZjNjBkNTZkZjhiNTVkZTJhN2Y0
|
14
|
+
ZmY3Y2IzNzQxNzIwZTJmYzlkYjJhN2IwNTJlNjJiMGI3MTI5ODE1ZDVlMGQ2
|
15
|
+
MTE2YjcyMTM1NWViNWViMDg1ZjY2N2FiODM0NGI5MTg2YTQ2NDY=
|
data/CHANGELOG.md
CHANGED
data/lib/olels/common/lookup.rb
CHANGED
@@ -19,6 +19,7 @@ module OLE_QA::Framework::OLELS
|
|
19
19
|
def set_elements
|
20
20
|
super
|
21
21
|
element(:title) {b.h1.span(:class => "uif-headerText-span")}
|
22
|
+
element(:create_new) {b.link(:text => /[Cc]reate [Nn]ew/)}
|
22
23
|
end
|
23
24
|
|
24
25
|
# Set elements to be loaded before the page is considered complete.
|
@@ -27,4 +28,4 @@ module OLE_QA::Framework::OLELS
|
|
27
28
|
@wait_on << :title
|
28
29
|
end
|
29
30
|
end
|
30
|
-
end
|
31
|
+
end
|
data/lib/olels/pages/patron.rb
CHANGED
@@ -28,6 +28,10 @@ module OLE_QA::Framework::OLELS
|
|
28
28
|
# Define screen elements for patron record screen.
|
29
29
|
def set_elements
|
30
30
|
super
|
31
|
+
element(:document_id, true) {b.div(:data_label => 'Document Number')}
|
32
|
+
element(:document_status, true) {b.div(:data_label => 'Document Status')}
|
33
|
+
element(:document_initiator) {b.div(:data_label => 'Initiator Network Id')}
|
34
|
+
element(:document_timestamp) {b.div(:data_label => 'Creation Timestamp')}
|
31
35
|
element(:patron_id) {b.a(:xpath => "//th[span/label[contains(text(),'Patron Id:')]]/following-sibling::td[1]/div/span/a")}
|
32
36
|
element(:barcode_field) {b.text_field(:id => 'barcode_control')}
|
33
37
|
element(:borrower_type_selector) {b.select_list(:id => 'borrowerType_control')}
|
@@ -90,4 +94,4 @@ module OLE_QA::Framework::OLELS
|
|
90
94
|
set_line(:email_line, OLE_QA::Framework::OLELS::Patron_Email_Line)
|
91
95
|
end
|
92
96
|
end
|
93
|
-
end
|
97
|
+
end
|
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.6.
|
4
|
+
version: 3.6.4
|
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-12-
|
11
|
+
date: 2013-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|