ole-qa-framework 3.9.7 → 3.9.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olels/pages/batch_process.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 844c9e1bc07c18bac7ba5f22c815f3f66c7e409b
|
4
|
+
data.tar.gz: 9dbc49b19d1f8f917bc45950bed4b4954f318ccc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9564dcfb1decef79c4d744600e959f640f903673fcf23ea6ed42e7516aeca82cf38561ae2a5ed33b18ffa4bcb378f86459b9830cdbc835e73046be1c44c95004
|
7
|
+
data.tar.gz: 433a7909e4e8930470bfb8dbebfb0b734a6e0304b8b3760c93244b2dd5ff04b2933f1490aba22f3b82fc0286ac0ad62f2bdab8125b724c4eb07d7c92bc7b6a4a
|
data/CHANGELOG.md
CHANGED
@@ -32,6 +32,7 @@ module OLE_QA::Framework::OLELS
|
|
32
32
|
element(:email_field) {b.text_field(:id => 'emailField_control')}
|
33
33
|
element(:output_format_selector) {b.select_list(:id => 'outputField_control')}
|
34
34
|
element(:output_file_field) {b.text_field(:id => 'outputFileField_control')}
|
35
|
+
element(:input_file_field) {b.input(:id => 'ingestInputFile_control').to_subtype}
|
35
36
|
element(:run_button) {b.button(:id => 'runNowButton')}
|
36
37
|
element(:schedule_button) {b.button(:id => 'scheduleButton')}
|
37
38
|
element(:marc_file_field) {b.input(:id => 'marcFileField_control').to_subtype}
|
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.
|
4
|
+
version: 3.9.8
|
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-02-
|
11
|
+
date: 2014-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|