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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0abca08c20740bf1c8616360fc6ff52fafb1d682
4
- data.tar.gz: c1fa6ddb04ec029fc176516e1b510940ce272666
3
+ metadata.gz: e9e532d8dbbfd87e642c6da44caad038390b3c8a
4
+ data.tar.gz: d10f309864b8062383829ee1a3de884d037f7bd7
5
5
  SHA512:
6
- metadata.gz: b5a3307208a1e6e33cd5ec072fe24582a1f3054efbcec53bea27829c8f2347bea7d1161661fab3b61454b3572c010a88a31ac10f6a8be65de7eaf8bb930dbff9
7
- data.tar.gz: 5722c74d3b2690f187d1ef7677e44d4a77edc3251f85ef2a9f6bc7f200ec292cedde412a98c49bac3484992ad2b7f27e365e5284f21ea6aec0afe83ef204813b
6
+ metadata.gz: 2346e086f5a18e3eb32b62e9c0b26729349e538cc9a189a6ff6ca4aabad874641177ac837b76d60672068b6ad9a8455ed50e7a11ce9f3ffe6a1c0cece26d9ef0
7
+ data.tar.gz: 50b61bec8d9ba04c9d1217299707813fc88ea6f70db748e83fc2b38ce388bf68b2e628fd54bb16c15fd9d725997a580ff9ac417d50cb40da772ecf75f7224821
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### v3.17.2 - 2014/09/23
2
+
3
+ * Fixed batch import functionality.
4
+
1
5
  ### v3.17.1 - 2014/08/08
2
6
 
3
7
  * Updated patron address line elements.
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The most recent version of OLE with which this framework was tested for compatibility.
18
- OLE_VERSION = '1.5.2 - M2 - r19974 - 2014/08/01'
18
+ OLE_VERSION = '1.5.3.1 - r20446 - 2014-09-19'
19
19
  end
20
20
  end
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '3.17.1'
18
+ VERSION = '3.17.2'
19
19
  end
20
20
  end
@@ -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.1
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-08-08 00:00:00.000000000 Z
11
+ date: 2014-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler