ole-qa-framework 3.8.1 → 3.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olels/common/batch_profile.rb +6 -8
- 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: 7a189d14c07549198537a19e02444fe8b8bd9541
|
4
|
+
data.tar.gz: b6c762954cf5a16dc55d19c268626d3f71a0f50f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d43bbf05064d05a3726aed2e323fbf4cd3f1bccfacd374a8c76aedb7e28e430644d2137c8732bfd5624aa3aa34f63502acd8c3ed1e0277e897d04ad9dd0e8979
|
7
|
+
data.tar.gz: 1938285867be7ffee00ca61f88a063f51678979e6459dd91be110bd2480b2dc2e7cf0940d80fc560dfd9813e25975602066a2221ae30db502da97cb9d0258242
|
data/CHANGELOG.md
CHANGED
@@ -30,24 +30,22 @@ module OLE_QA::Framework::OLELS
|
|
30
30
|
element(:description_field) {b.text_field(:xpath => "//tr/th[descendant::label[contains(text(),'Description:')]]/following-sibling::td[1]/descendant::input[1]")}
|
31
31
|
element(:explanation_field) {b.text_field(:xpath => "//tr/th[descendant::label[contains(text(),'Explanation:')]]/following-sibling::td[1]/descendant::textarea[1]")}
|
32
32
|
element(:org_doc_number_field) {b.text_field(:xpath => "//tr/th[descendant::label[contains(text(),'Organization Document Number:')]]/following-sibling::td[1]/descendant::input[1]")}
|
33
|
-
element(:document_id) {b.
|
34
|
-
element(:initiator_id) {b.
|
35
|
-
element(:document_status) {b.
|
36
|
-
element(:creation_timestamp) {b.
|
33
|
+
element(:document_id) {b.div(:data_label => 'Document Number')}
|
34
|
+
element(:initiator_id) {b.div(:data_label => 'Initiator Network Id')}
|
35
|
+
element(:document_status) {b.div(:data_label => 'Document Status')}
|
36
|
+
element(:creation_timestamp) {b.div(:data_label => 'Creation Timestamp')}
|
37
37
|
element(:batch_profile_name_field) {b.text_field(:id => 'mainSection-MaintenanceView-batchProcessProfileName_control')}
|
38
38
|
element(:batch_process_type_field) {b.text_field(:id => 'mainSection-MaintenanceView-batchProcessProfileType_control')}
|
39
|
-
element(:batch_process_type_icon) {batch_process_type_field.parent.input(:index =>
|
39
|
+
element(:batch_process_type_icon) {batch_process_type_field.parent.input(:index => 1)}
|
40
40
|
element(:submit_button) {b.button(:text => 'submit')}
|
41
41
|
element(:save_button) {b.button(:id => 'usave')}
|
42
|
-
element(:close_button) {b.button(:id => 'uclose')}
|
43
42
|
element(:cancel_button) {b.a(:id => 'ucancel')}
|
44
43
|
end
|
45
44
|
|
46
45
|
def wait_for_elements
|
47
46
|
super
|
48
|
-
@wait_on << :title
|
49
47
|
@wait_on << :batch_profile_name_field
|
50
48
|
@wait_on << :save_button
|
51
49
|
end
|
52
50
|
end
|
53
|
-
end
|
51
|
+
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.8.
|
4
|
+
version: 3.8.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-01-
|
11
|
+
date: 2014-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|