ole-qa-framework 3.9.0 → 3.9.1

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: dbbd9c9928ba50fddc7d11f38015962a7614caca
4
- data.tar.gz: c92486daf3103327f9f5bcd7d750a131294b40aa
3
+ metadata.gz: 94fe34b85e5237ed4c386ca43598d8f8e02adbe2
4
+ data.tar.gz: 3cdaabc553ac6dacc58d6c1b0a8484b58c9ffb6d
5
5
  SHA512:
6
- metadata.gz: 77b45860cad837842bd76d7edd2951210764427db66634fa6df98916829585c3bcda8574ac9640c5d06fde58d0f40f1f131f49729b0a047342ccc45443c93855
7
- data.tar.gz: bd70cfb49983fccd8cf9b272ec5e36f57b4f81583be770e9304de31e3b9e576271cc635fc79b136b4fe185479af471735dfc34accd9b21342d806b78fc50386d
6
+ metadata.gz: 52c7994ea072dd2dd1abf57a78d141ece56dd4cef19fc71b64a6dc2c94c5934feab3c78b0bf08effded3c535598f53d834c6c4e8478fec8b969871f78c7f6b15
7
+ data.tar.gz: 2c3790c4549ed62d297a7fd6493394aa35c75c36d9eb1ddbdc4012166485979ed36c40eab52908373c4743ae5d06a6a2c7f8f0b08fd3a20b2d60452005f6c7b3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ### v3.9.1 - 2014/02/03
2
+
3
+ * Update Batch Process Page
4
+ * profile_name_field removed from wait_for_elements
5
+
1
6
  ### v3.9.0 - 2014/01/29
2
7
 
3
8
  * Added Batch Job Report page in OLELS
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '3.9.0'
18
+ VERSION = '3.9.1'
19
19
  end
20
20
  end
@@ -43,8 +43,7 @@ module OLE_QA::Framework::OLELS
43
43
  super
44
44
  @wait_on << :title
45
45
  @wait_on << :name_field
46
- @wait_on << :profile_name_field
47
46
  @wait_on << :run_button
48
47
  end
49
48
  end
50
- end
49
+ 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.9.0
4
+ version: 3.9.1
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-29 00:00:00.000000000 Z
11
+ date: 2014-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler