Skip to content

Commit

Permalink
Add Configure from TIND-QA
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Apr 15, 2024
1 parent 8a7133f commit 516e072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ services:
- 4444:4444
- 7900:7900
platform: linux/amd64
shm_size: 2g
shm_size: 3g
1 change: 1 addition & 0 deletions spec/features/click_login_link_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
include Capybara::DSL
scenario 'User visits the homepage' do
# root_path = 'https://www.google.com'
sleep(60)
root_path = 'http://localhost:3000/'
visit root_path
expect(page).to have_content('UC Berkeley GeoData Repository')
Expand Down

0 comments on commit 516e072

Please sign in to comment.