@1ec5 commented on this pull request.
> @@ -62,7 +62,7 @@ class DashboardSystemTest < ApplicationSystemTestCase
assert_no_text "Your location"
assert_no_link "Fred Tester"
- find(".leaflet-marker-icon").click
+ find(".maplibregl-marker", :wait => 60).click
Does this `click` method call a standard DOM method? I wonder if
`maplibregl.Marker` might be expecting a custom `click` event, based on [this
migration
guide](https://maplibre.org/maplibre-gl-js/docs/guides/leaflet-migration-guide/#handling-click-events).
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#discussion_r2504774415
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/6504/review/[email protected]>_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev