[ARVADOS] updated: 6ba447b83ef96f0f52db5eebd04fd22e5a0e1c74
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 17 09:08:21 EDT 2015
Summary of changes:
apps/workbench/test/integration/application_layout_test.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 6ba447b83ef96f0f52db5eebd04fd22e5a0e1c74 (commit)
from 25e646a708d1d91aebcf8db80b8ae1fafa044034 (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 6ba447b83ef96f0f52db5eebd04fd22e5a0e1c74
Author: Manoj <jonam33 at gmail.com>
Date: Fri Jul 17 09:07:52 2015 -0400
6604-Updated assert statements.
diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index 3a8717f..1f9edd4 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -206,7 +206,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
Rails.configuration.shell_in_a_box_url = 'example.com'
visit page_with_token('job_reader')
click_link 'notifications-menu'
- assert page.has_no_link?('Click here to set up an SSH public key for use with Arvados.')
- assert page.has_link?('Click here to learn how to run an Arvados Crunch pipeline')
+ assert_no_selector 'a', text:'Click here to set up an SSH public key for use with Arvados.'
+ assert_selector 'a', text:'Click here to learn how to run an Arvados Crunch pipeline'
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list