[ARVADOS] updated: 965d03c7e9e8f08e0c3005ec221dfdb0e8a6bf16
Git user
git at public.curoverse.com
Mon Aug 29 15:07:40 EDT 2016
Summary of changes:
apps/workbench/test/integration/container_requests_test.rb | 2 ++
1 file changed, 2 insertions(+)
via 965d03c7e9e8f08e0c3005ec221dfdb0e8a6bf16 (commit)
from e93aaa7abf13b71c87c3ba1fea7a7a5d53df1095 (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 965d03c7e9e8f08e0c3005ec221dfdb0e8a6bf16
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Aug 29 15:05:03 2016 -0400
9043: Add check that Run button is disabled before filling in final require
value and checking that run button is enabled.
diff --git a/apps/workbench/test/integration/container_requests_test.rb b/apps/workbench/test/integration/container_requests_test.rb
index 0f9495b..cdb5c91 100644
--- a/apps/workbench/test/integration/container_requests_test.rb
+++ b/apps/workbench/test/integration/container_requests_test.rb
@@ -84,6 +84,8 @@ class ContainerRequestsTest < ActionDispatch::IntegrationTest
visit page_with_token("active", "/container_requests/#{request_uuid}")
assert_text 'Provide a value for the following parameter'
+ page.assert_selector 'a.disabled,button.disabled', text: 'Run'
+
selector = ".editable[data-name='[mounts][/var/lib/cwl/cwl.input.json][content][int_required]']"
find(selector).click
find(".editable-input input").set(2016)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list