Skip to content

Commit

Permalink
update a spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Dec 5, 2024
1 parent 0a7e203 commit dfe054f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/features/click_login_link_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# end
# end


# describe 'User Util Links' do
# it 'has link' do
# visit root_path
Expand All @@ -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
end

0 comments on commit dfe054f

Please sign in to comment.