[ARVADOS] updated: 2.1.0-29-ge44eeec16
Git user
git at public.arvados.org
Tue Nov 3 16:09:42 UTC 2020
Summary of changes:
apps/workbench/test/integration/container_requests_test.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via e44eeec166c707c5ee18ab3f6a4c3128e6144bc9 (commit)
from 9021b2cbdd91793136985ffd1157440d81dabbe5 (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 e44eeec166c707c5ee18ab3f6a4c3128e6144bc9
Author: Nico Cesar <nico at nicocesar.com>
Date: Tue Nov 3 11:09:16 2020 -0500
reverted changes in tests
Arvados-DCO-1.1-Signed-off-by: <nico at curii.com>
diff --git a/apps/workbench/test/integration/container_requests_test.rb b/apps/workbench/test/integration/container_requests_test.rb
index 23bb2d583..151654b23 100644
--- a/apps/workbench/test/integration/container_requests_test.rb
+++ b/apps/workbench/test/integration/container_requests_test.rb
@@ -79,7 +79,7 @@ class ContainerRequestsTest < ActionDispatch::IntegrationTest
assert_text 'This workflow does not need any further inputs'
click_link "Run"
wait_for_ajax
- assert_text 'This container is committed'
+ assert_text 'This container is queued'
end
end
@@ -98,7 +98,7 @@ class ContainerRequestsTest < ActionDispatch::IntegrationTest
page.assert_no_selector 'a.disabled,button.disabled', text: 'Run'
click_link "Run"
wait_for_ajax
- assert_text 'This container is committed'
+ assert_text 'This container is queued'
end
test "Run button enabled when workflow is empty and no inputs are needed" do
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list