Skip to content

Commit

Permalink
Update observation_form_system_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jul 22, 2024
1 parent fc2b105 commit 37c8f07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/system/observation_form_system_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ def test_autofill_location_from_geotagged_image_nothing_matches
# we should have the new type of location_google autocompleter now
assert_selector("[data-type='location_google']")
# Place name should now have been filled by Google, no MO locations match
assert_equal(UNIVERSITY_PARK[:name],
find('[id$="observation_place_name"]').value)
assert_field("observation_place_name", with: UNIVERSITY_PARK[:name])
assert_field("observation_location_id", with: "-1", type: :hidden)

# now check that the "use_exif" button is disabled
Expand Down

0 comments on commit 37c8f07

Please sign in to comment.