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 +5 -0
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olefs/objects/invoice_line.rb +2 -2
- metadata +2 -2
data/CHANGELOG.md
CHANGED
|
@@ -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 => "
|
|
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.
|
|
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-
|
|
12
|
+
date: 2013-11-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|