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