From 9eb5bb2de84808db11ed49e57740d663614ff309 Mon Sep 17 00:00:00 2001 From: zhouyu Date: Mon, 9 Dec 2024 15:14:53 -0800 Subject: [PATCH] clean up spec test --- spec/features/click_login_link_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/features/click_login_link_spec.rb b/spec/features/click_login_link_spec.rb index ef2a148..a121035 100644 --- a/spec/features/click_login_link_spec.rb +++ b/spec/features/click_login_link_spec.rb @@ -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