Skip to content

Commit

Permalink
Edit spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 31, 2024
1 parent eddc773 commit 9cf7c62
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 @@ -785,7 +785,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('div[title="Remove Layers"] a').click
find(".leaflet-marker-icon").click
expect(page).not_to have_css(".leaflet-marker-icon")
Expand Down

0 comments on commit 9cf7c62

Please sign in to comment.