ole-qa-framework 3.12.4 → 3.12.5

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: cb8358c3d98e14945e2db1b872f515605a798682
4
- data.tar.gz: ef0359b44a25bd614abf3370a6bde259ad59ddb1
3
+ metadata.gz: 0093a5fc8aa73d4ba5488bd0e13b43d4b97cf8c1
4
+ data.tar.gz: 1e0a88da7dc795a350a06da7600ba1d0a4c701c4
5
5
  SHA512:
6
- metadata.gz: 09ebd2b34ea0a048d4f9fd46d6752a385b2c8853ad03ad93ae4974441df89836d7b5f836df51a1bed3129ff7310ff0be99a199a1941c6270596b97cf6240b86e
7
- data.tar.gz: 223ebd11798707ff0156a9a1a4d99d4a52d634380f6593a3328207a6dc8ae0281206982ec7bc596db964689bb2fa1311d8e391cee797253f34f4cab6d7ff5956
6
+ metadata.gz: 723a37fdaffc3f124afe87613bfed9c0ab1fe683bf9f82d9366802f05299f0c5d8a6df58c6c50a763454cdee2f885357fb5aeb087a1e89a832bdaa1a31af5d80
7
+ data.tar.gz: b2ede832831f56fdeef0c1c709aba3826a9325190eb567ae6caa9b9dcd9989ba5ea44d370927c316a66498ec566abd0759f68ea9608b8c9b74b4e9137bb4867f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### v3.12.5 - 2014/03/18
2
+
3
+ * Additional Request Page Fixes
4
+ * Fixed element IDs for item search field and item barcode icon.
5
+
1
6
  ### v3.12.4 - 2014/03/18
2
7
 
3
8
  * Request Page Fix
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '3.12.4'
18
+ VERSION = '3.12.5'
19
19
  end
20
20
  end
@@ -47,8 +47,8 @@ module OLE_QA::Framework::OLELS
47
47
  # The following fields only appear after a request type is selected.
48
48
  # (Except request types 'Recall/Delivery Request 1' and 'Recall/Delivery Request 2')
49
49
  element(:item_barcode_field) {b.text_field(:id => /itemId_control/)}
50
- element(:item_search_icon) {b.fieldset(:id => 'OnholdRequest-itemId_fieldset').input(:class => 'uif-actionImage',:title => 'Search Field')}
51
- element(:item_barcode_icon) {b.fieldset(:id => 'OnholdRequest-itemId_fieldset').input(:class => 'uif-actionImage',:title => 'Search Field')}
50
+ element(:item_search_icon) {b.fieldset(:id => /(\w+)?Request-itemId_fieldset/).input(:class => 'uif-actionImage',:title => 'Search Field')}
51
+ element(:item_barcode_icon) {b.fieldset(:id => /(\w+)?Request-itemId_fieldset/).input(:class => 'uif-actionImage',:title => 'Search Field')}
52
52
  element(:item_title_field) {b.text_field(:id => /itemTitle_control/)}
53
53
  element(:item_author_field) {b.text_field(:id => /author_control/)}
54
54
  element(:item_location_field) {b.text_field(:id => /shelvingLocation_control/)}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ole-qa-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.4
4
+ version: 3.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jain Waldrip