ole-qa-framework 3.1.0 → 3.1.1

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,3 +1,8 @@
1
+ ### v3.1.1 - 2013/11/05
2
+
3
+ * Update Invoice Line
4
+ * Add button ID was changed
5
+
1
6
  ### v3.1.0
2
7
 
3
8
  * OLE 1.0 Receiving
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '3.1.0'
18
+ VERSION = '3.1.1'
19
19
  end
20
20
  end
@@ -43,7 +43,7 @@ module OLE_QA::Framework::OLEFS
43
43
  element(:correction_receiving_toggle) {b.a(:id => "po-relatedCorrectionReceiving-view_line#{line_id}_toggle")}
44
44
  element(:payment_requests_toggle) {b.a(:id => "po-relatedPayment-view_line#{line_id}_toggle")}
45
45
  element(:credit_memos_toggle) {b.a(:id => "po-relatedCreditMemo-view_line#{line_id}_toggle")}
46
- element(:add_button) {b.button(:id => "addPOItems_button_line#{line_id}")}
46
+ element(:add_button) {b.button(:id => "addPOItems_button_test_line#{line_id}")}
47
47
  end
48
48
 
49
49
  # Set invoice line functions (for elements with IDs that require numerical inputs).
@@ -55,4 +55,4 @@ module OLE_QA::Framework::OLEFS
55
55
  subline(:line_item, OLE_QA::Framework::OLEFS::Invoice_Line_Item)
56
56
  end
57
57
  end
58
- end
58
+ 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: 3.1.0
4
+ version: 3.1.1
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-10-31 00:00:00.000000000 Z
12
+ date: 2013-11-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler