Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 31, 2024
1 parent 9cf7c62 commit 8ba9c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/map_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def drag_polygon
it "deletes the marker from the map" do
page.execute_script(revgeo)
add_marker
expect(page).to have_css(".leaflet-marker-icon")
expect(page).to have_css(".leaflet-marker-icon", visible: :all)
find(".leaflet-marker-icon").click
click_button "Delete shape"
expect(page).not_to have_css(".leaflet-marker-icon")
Expand Down

0 comments on commit 8ba9c3d

Please sign in to comment.