Skip to content

Commit

Permalink
clean up spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Dec 9, 2024
1 parent 8787cd5 commit 9eb5bb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/features/click_login_link_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
RSpec.feature 'Homepage', type: :feature, js: true do
include Capybara::DSL
scenario 'User visits the homepage' do
# root_path = 'https://www.google.com'
# sleep(60)
root_path = 'http://app.test:3000/'
visit root_path
expect(page).to have_title('UC Berkeley GeoData Repository')
end
Expand Down

0 comments on commit 9eb5bb2

Please sign in to comment.