From 6ba447b83ef96f0f52db5eebd04fd22e5a0e1c74 Mon Sep 17 00:00:00 2001 From: Manoj Date: Fri, 17 Jul 2015 09:07:52 -0400 Subject: [PATCH] 6604-Updated assert statements. --- apps/workbench/test/integration/application_layout_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb index 3a8717f881..1f9edd422b 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 -- 2.39.5