ole-qa-framework 3.12.1 → 3.12.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: 4022eae0d9be3e964d15c872ac02ac16b7891b88
4
- data.tar.gz: 0a7a642a93790ae4c4db9600a54c7123197b4995
3
+ metadata.gz: 79c902fac55a66e08f061a6bf131a8ecb04e828a
4
+ data.tar.gz: 421cb17fa26766196fa8d2579e06c8b18df3dee1
5
5
  SHA512:
6
- metadata.gz: eae61bc08cd548257f6c4c157e8eae57c11fec40b6f6a186833d37ef0615a8ac477e6bc860a6692c926f5cbdb3fd29e15cc5cae94832489c63ff676cb39e9aa9
7
- data.tar.gz: fd5c6291c9dc31b004ffe26cc975dc56298478dca3a1e93fd4b74eccc8b1975843f46345697982ee107391b2435aabd37efd9c7f767be9ba4e8c58a21e4a007c
6
+ metadata.gz: f54bf1cbdfa801ca25f44a9ada0b1d244666274d3c972e9eac661a4414b3ad1b1b9c2e2c180ca655883fc878edd9a7271071a7f7db556b3f4c9155cf5bd3c9a4
7
+ data.tar.gz: ad31fff327f9b1b7035f06c0b677bad4f13c88781eae0ccca2be26d1c32e0947eac42be509127dc24dc0988801d5caa98b23fe8c531adeb68d0c32d77279285b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### v3.12.2 - 2014/03/10
2
+
3
+ * Invoice Fix
4
+ * Removed .document_id from .wait_for_elements as it was causing unnecessary failures.
5
+
1
6
  ### v3.12.1 - 2014/03/06
2
7
 
3
8
  * Fix Item Lookup Elements
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '3.12.1'
18
+ VERSION = '3.12.2'
19
19
  end
20
20
  end
@@ -79,7 +79,8 @@ module OLE_QA::Framework::OLEFS
79
79
  # Wait on these elements before the page is considered to have fully loaded.
80
80
  def wait_for_elements
81
81
  super
82
- # @wait_on << :element
82
+ # Remove document ID from wait_for_elements.
83
+ @wait_on.delete(:document_id)
83
84
  end
84
85
 
85
86
  def set_functions
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.12.1
4
+ version: 3.12.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-03-06 00:00:00.000000000 Z
11
+ date: 2014-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler