ole-qa-framework 3.4.2 → 3.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG.md +8 -0
- data/data/accounts.yml +0 -4
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olefs/pages/vendor_lookup.rb +7 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzNhMzRhZjU4M2JjMjNiNTRkYzI2OGMxYTQzNmFkMDI4OWEwMjdiMw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZWRhMzY3MGVjMjgyOTZkZTBmNWFjZGExYzQ3MWVjYWIzNGRhNDVmYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Mjc3YjZmNWU2MDlmMTkyNGQ4MzA3ZWVhZTU1ZjQ5MDZkZTQyNzcyZDdjNWM5
|
10
|
+
NDc4MGMzNzJlMzQxMDE3NmY0YmFhMWIxYzVjODBiYTFiMDZiZDhhZDUwMWFh
|
11
|
+
MWE4N2QyMmZjNDIyYWM2NmEwN2IyNjY5OTVhOTE2MDE3OWNkYTg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTU3NjUzYzRhNWFjNDdjYmFhZmUyNGZkZjYxMDUzYTM0MWYzZjEyM2I3Mzg4
|
14
|
+
MzZlNmY0MDE5OTgwNTAxOTYwYTI1OGE1NjM3Yzc3OTc4YmI3NjM0ZTY1YjJj
|
15
|
+
NWVkZmYwNmQwYThhMWEyYTgyYjYxZTg2YjZjNmIxNjUxZmVkMDA=
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
### v3.4.3 - 2013/12/05
|
2
|
+
|
3
|
+
* OLEFS Vendor Lookup
|
4
|
+
* add return_result(which)
|
5
|
+
* Account Factory
|
6
|
+
* remove 2947484 from source data, this account no longer exists
|
7
|
+
* remove 29474500 from source data, this account was a typo
|
8
|
+
|
1
9
|
### v3.4.2 - 2013/12/04
|
2
10
|
|
3
11
|
* OLEFS Building Lookup
|
data/data/accounts.yml
CHANGED
@@ -36,5 +36,11 @@ module OLE_QA::Framework::OLEFS
|
|
36
36
|
element(:commodity_code_field) {b.text_field(:id => "vendorCommodities.purchasingCommodityCode")}
|
37
37
|
element(:supplier_diversity_selector) {b.select_list(:id => "vendorHeader.vendorSupplierDiversities.vendorSupplierDiversityCode")}
|
38
38
|
end
|
39
|
+
|
40
|
+
def set_functions
|
41
|
+
super
|
42
|
+
# Get the 'return result' link for the given text in the search results.
|
43
|
+
function(:return_result) {|which| b.td(:index => 1).a(:text => which).parent.parent.td(:index => 0).a}
|
44
|
+
end
|
39
45
|
end
|
40
|
-
end
|
46
|
+
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.4.
|
4
|
+
version: 3.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jain Waldrip
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|