[ARVADOS] updated: 6e4f0a8e8cfe7154fe88653c48e1d4980efbdeeb
Git user
git at public.curoverse.com
Fri Dec 9 10:58:57 EST 2016
Summary of changes:
apps/workbench/test/integration/work_units_test.rb | 2 ++
1 file changed, 2 insertions(+)
via 6e4f0a8e8cfe7154fe88653c48e1d4980efbdeeb (commit)
from 08271aa69aafdc92e2e8f8f25ed7fab078deb993 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6e4f0a8e8cfe7154fe88653c48e1d4980efbdeeb
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Dec 9 10:58:54 2016 -0500
10674: Add test checking that "Run" button is disabled because required inputs
have not been filled in.
diff --git a/apps/workbench/test/integration/work_units_test.rb b/apps/workbench/test/integration/work_units_test.rb
index 80ef68e..5b5848e 100644
--- a/apps/workbench/test/integration/work_units_test.rb
+++ b/apps/workbench/test/integration/work_units_test.rb
@@ -133,6 +133,8 @@ class WorkUnitsTest < ActionDispatch::IntegrationTest
assert_selector 'a', text: template_name
assert_equal "Set value for ex_string_def", find('div.form-group > div > p.form-control-static > a', text: "hello-testing-123")[:"data-title"]
+
+ page.assert_selector 'a.disabled,button.disabled', text: 'Run'
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list