ole-qa-framework 2.6.2 → 2.6.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### v2.6.4 - 2013/09/12
2
+
3
+ * Fixed Describe Workbench Definitions
4
+ * Doc Type Radio Buttons
5
+ * Bib
6
+ * Holdings
7
+ * Item
8
+
1
9
  ### v2.6.2 - 2013/08/23
2
10
 
3
11
  * Fixed Requisition Line Item Definitions:
@@ -1,7 +1,7 @@
1
- # Default options for using development environment.
1
+ # Default options for non-development use.
2
2
  ---
3
- :url: http://dev.ole.kuali.org/
3
+ :url: http://tst.ole.kuali.org/
4
4
  :headless?: true
5
5
  :implicit_wait: 0
6
6
  :explicit_wait: 15
7
- :doc_wait: 60
7
+ :doc_wait: 45
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '2.6.2'
18
+ VERSION = '2.6.3'
19
19
  end
20
20
  end
@@ -28,10 +28,10 @@ module OLE_QA::Framework::OLELS
28
28
  # Search Control Elements
29
29
  element(:search_button) {b.button(:id => "search_button")}
30
30
  element(:clear_button) {b.button(:id => "clear_button")}
31
- element(:doc_type_bib) {b.radio(:id => 'SearchPanel-docTypeSection_control_0')}
32
- element(:doc_type_holdings) {b.radio(:id => 'SearchPanel-docTypeSection_control_1')}
33
- element(:doc_type_item) {b.radio(:id => 'SearchPanel-docTypeSection_control_2')}
34
- element(:doc_type_e_holdings) {b.radio(:id => 'SearchPanel-docTypeSection_control_3')}
31
+ element(:doc_type_bib) {b.radio(:id => 'SearchPanel-docType-Section_control_0')}
32
+ element(:doc_type_holdings) {b.radio(:id => 'SearchPanel-docType-Section_control_1')}
33
+ element(:doc_type_item) {b.radio(:id => 'SearchPanel-docType-Section_control_2')}
34
+ element(:doc_type_e_holdings) {b.radio(:id => 'SearchPanel-docType-Section_control_3')}
35
35
  element(:link_to_order_button) {b.button(:id => 'submit_button')}
36
36
  element(:export_to_xml_button) {b.button(:id => 'export_button1')}
37
37
  element(:close_button) {b.button(:id => 'cancel_button')}
@@ -92,4 +92,4 @@ module OLE_QA::Framework::OLELS
92
92
  function(:create_instance_by_text) {|str| element = b.a(:xpath => "//table/tbody/tr[td[div/*[contains(text(),\"#{str}\")]]]/td/div/fieldset/div/div/a[contains(text(),'Create Instance')]") ; if element.present? then element else nil end}
93
93
  end
94
94
  end
95
- end
95
+ end
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: 2.6.2
4
+ version: 2.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-23 00:00:00.000000000 Z
12
+ date: 2013-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler