From dfe054fa5a318056094346af4769247dc299bad1 Mon Sep 17 00:00:00 2001 From: zhouyu Date: Thu, 5 Dec 2024 10:37:41 -0800 Subject: [PATCH] update a spec file --- spec/features/click_login_link_spec.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/features/click_login_link_spec.rb b/spec/features/click_login_link_spec.rb index be26a5c..bcb10d7 100644 --- a/spec/features/click_login_link_spec.rb +++ b/spec/features/click_login_link_spec.rb @@ -11,7 +11,6 @@ # end # end - # describe 'User Util Links' do # it 'has link' do # visit root_path @@ -28,6 +27,6 @@ # sleep(60) root_path = 'http://app.test:3000/' visit root_path - expect(page).to have_content('UC Berkeley GeoData Repository') + expect(page).to have_title('UC Berkeley GeoData Repository') end -end \ No newline at end of file +end