Skip to content

Commit

Permalink
fix terrain test
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jan 9, 2025
1 parent fda4da4 commit fe92fa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/features/map_settings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
expect(page).to have_text('Configure Map')
find('#map-terrain').click
# Terrain feature is only used with maptiler key
# expect(page).to have_text('Terrain added to map')
expect(map.reload.terrain).to eq true
wait_for { map.reload.terrain }.to eq(true)
end
end

Expand Down

0 comments on commit fe92fa8

Please sign in to comment.