ole-qa-framework 2.6.2 → 2.6.3
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.
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Default options for
|
|
1
|
+
# Default options for non-development use.
|
|
2
2
|
---
|
|
3
|
-
:url: http://
|
|
3
|
+
:url: http://tst.ole.kuali.org/
|
|
4
4
|
:headless?: true
|
|
5
5
|
:implicit_wait: 0
|
|
6
6
|
:explicit_wait: 15
|
|
7
|
-
:doc_wait:
|
|
7
|
+
:doc_wait: 45
|
|
@@ -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-
|
|
32
|
-
element(:doc_type_holdings) {b.radio(:id => 'SearchPanel-
|
|
33
|
-
element(:doc_type_item) {b.radio(:id => 'SearchPanel-
|
|
34
|
-
element(:doc_type_e_holdings) {b.radio(:id => 'SearchPanel-
|
|
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.
|
|
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-
|
|
12
|
+
date: 2013-09-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|