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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c1458fc27e1ef1eab24139348a873345494c79c
4
- data.tar.gz: 90f2a755f59a8f2a157d430020afc8bb0363332d
3
+ metadata.gz: 7a189d14c07549198537a19e02444fe8b8bd9541
4
+ data.tar.gz: b6c762954cf5a16dc55d19c268626d3f71a0f50f
5
5
  SHA512:
6
- metadata.gz: 32554594538a1c543a96093563efbea4d106ee37524da09964a81fba61606d5af1d3e5821e6a859b7546941d6e5b1e08b5a96f4bd33d9b3601e0839f7196d57e
7
- data.tar.gz: 8896b34812a5c0bcf014caeef2d0f1300803a1ad221297b955c5c2ff2a66e78d6d97727463a7b1c2f2abd83d964be90960ba038e4a89698ff6dbdb7b42ded8be
6
+ metadata.gz: d43bbf05064d05a3726aed2e323fbf4cd3f1bccfacd374a8c76aedb7e28e430644d2137c8732bfd5624aa3aa34f63502acd8c3ed1e0277e897d04ad9dd0e8979
7
+ data.tar.gz: 1938285867be7ffee00ca61f88a063f51678979e6459dd91be110bd2480b2dc2e7cf0940d80fc560dfd9813e25975602066a2221ae30db502da97cb9d0258242
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### v3.8.2 - 2014/01/20
2
+
3
+ * Batch Profile
4
+ * Update base class elements - headers, buttons, etc.
5
+
6
+
1
7
  ### v3.8.1 - 2014/01/17
2
8
 
3
9
  * Batch Profile Lookup
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '3.8.1'
18
+ VERSION = '3.8.2'
19
19
  end
20
20
  end
@@ -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.span(:xpath => "//table[@class='uif-gridLayout']/descendant::th[span/label[contains(text(),'Document Number:')]]/following-sibling::td[1]/div/span")}
34
- element(:initiator_id) {b.span(:xpath => "//table[@class='uif-gridLayout']/descendant::th[span/label[contains(text(),'Initiator Network Id:')]]/following-sibling::td[1]/div/span")}
35
- element(:document_status) {b.span(:xpath => "//table[@class='uif-gridLayout']/descendant::th[span/label[contains(text(),'Document Status:')]]/following-sibling::td[1]/div/span")}
36
- element(:creation_timestamp) {b.span(:xpath => "//table[@class='uif-gridLayout']/descendant::th[span/label[contains(text(),'Creation Timestamp:')]]/following-sibling::td[1]/div/span")}
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 => 2)}
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.1
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-17 00:00:00.000000000 Z
11
+ date: 2014-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler