Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Nov 28, 2024
1 parent 42225cd commit 5ac479d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def add_marker(latitude: 11.521, longitude: 5.521)
find(".leaflet-control-zoom-out").click
end
expect(page).to have_css(".marker-cluster")
find(".marker-cluster").click
find(".marker-cluster-small").click
expect(page).to have_css(".leaflet-marker-pane > img", count: 2)
end
end
Expand Down

0 comments on commit 5ac479d

Please sign in to comment.