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 20, 2024
1 parent 6aaf515 commit 353f223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/observation_form_system_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ def test_post_edit_and_destroy_with_details_and_location
# Carousel items are re-output with image records this time.
all(".carousel-indicator").last.click

second_item = find(".carousel-item", text: "25.7582")
items = all(".carousel-item", visible: :all)
assert_equal(items.length, 2)
second_item = find(".carousel-item", text: "25.7582", visible: :all)

within(second_item) do
assert_equal("2018", find('[id$="when_1i"]').value)
Expand Down

0 comments on commit 353f223

Please sign in to comment.