Skip to content

Commit

Permalink
Tests: fix broken homepage test
Browse files Browse the repository at this point in the history
Add fix for new featured collection label
  • Loading branch information
ewlarson committed Oct 26, 2021
1 parent 42f7fd3 commit 6344825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/homepage_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_homepage_dom

within("div#main-container") do
assert page.has_content?("Browse All")
assert page.has_content?("Statewide Layers")
assert page.has_content?("WI State Agency Layers")
assert page.has_content?("Coastal Layers")
assert page.has_content?("Aerial Imagery")
end
Expand Down

0 comments on commit 6344825

Please sign in to comment.