ole-qa-framework 3.17.1 → 3.17.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/ole_qa_framework/COMPATIBILITY.rb +1 -1
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olels/pages/batch_import_profile.rb +22 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9e532d8dbbfd87e642c6da44caad038390b3c8a
|
|
4
|
+
data.tar.gz: d10f309864b8062383829ee1a3de884d037f7bd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2346e086f5a18e3eb32b62e9c0b26729349e538cc9a189a6ff6ca4aabad874641177ac837b76d60672068b6ad9a8455ed50e7a11ce9f3ffe6a1c0cece26d9ef0
|
|
7
|
+
data.tar.gz: 50b61bec8d9ba04c9d1217299707813fc88ea6f70db748e83fc2b38ce388bf68b2e628fd54bb16c15fd9d725997a580ff9ac417d50cb40da772ecf75f7224821
|
data/CHANGELOG.md
CHANGED
|
@@ -113,6 +113,27 @@ module OLE_QA::Framework::OLELS
|
|
|
113
113
|
element(:rename_new_subfield_field) {b.text_field(:id => 'renameField_renamedSubField_add_control')}
|
|
114
114
|
element(:rename_new_contains_field) {b.text_field(:id => 'renameField_renamedSubFieldContains_add_control')}
|
|
115
115
|
element(:add_rename_field_button) {b.button(:id => 'OLEBatchProcessProfileBo-MaintenanceView-renameFieldSection_add')}
|
|
116
|
+
|
|
117
|
+
# Matching, Add, and Overlay Section
|
|
118
|
+
element(:match_section_toggle) {b.a(:id => 'OLEBatchProcessProfileBo-MaintenanceView-matchingAddOverlaySection_toggle')}
|
|
119
|
+
element(:match_section_toggled?) {b.div(:id => 'OLEBatchProcessProfileBo-MaintenanceView-matchingAddOverlaySection_disclosureContent').present?}
|
|
120
|
+
# - Do not perform matching
|
|
121
|
+
element(:bib_no_match) {b.radio(:id => 'matchingAddOverlaySection-bibNotMatch_control_0')}
|
|
122
|
+
element(:bib_no_match_add) {b.radio(:id => 'matchingAddOverlaySection-bibNotMatch-addBibs_control_0')}
|
|
123
|
+
# - Perform matching
|
|
124
|
+
element(:bib_do_match) {b.radio(:id => 'matchingAddOverlaySection-bibMatch_control_0')}
|
|
125
|
+
# - - If bib does not match
|
|
126
|
+
element(:bib_discard_unmatchd) {b.radio(:id => 'matchingAddOverlaySection-bibNotMatched-discardBib_control_0')}
|
|
127
|
+
element(:bib_add_unmatched) {b.radio(:id => 'matchingAddOverlaySection-bibNotMatched-discardBib_control_1')}
|
|
128
|
+
# - - If bib does match
|
|
129
|
+
element(:bib_add_matched) {b.radio(:id => 'matchingAddOverlaySection-bibMatched-discardBib_control_0')}
|
|
130
|
+
element(:bib_process_matched) {b.radio(:id => 'matchingAddOverlaySection-bibMatched-discardBib_control_1')}
|
|
131
|
+
# - - - Process bib
|
|
132
|
+
element(:bib_discard_matched) {b.radio(:id => 'matchingAddOverlaySection-bibMatched-discardOrUpdate_control_0')}
|
|
133
|
+
element(:bib_overlay_matched) {b.radio(:id => 'matchingAddOverlaySection-bibMatched-discardOrUpdate_control_1')}
|
|
134
|
+
|
|
135
|
+
# - - - - Overlay Bib Status
|
|
136
|
+
# Process Holdings and Items
|
|
116
137
|
end
|
|
117
138
|
|
|
118
139
|
def wait_for_elements
|
|
@@ -133,4 +154,4 @@ module OLE_QA::Framework::OLELS
|
|
|
133
154
|
end
|
|
134
155
|
end
|
|
135
156
|
|
|
136
|
-
end
|
|
157
|
+
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.17.
|
|
4
|
+
version: 3.17.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jain Waldrip
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|