[openstreetmap/openstreetmap-website] Migrate the dashboard entry page from leaflet to maplibre (PR #6504)
Pablo Brasero
notifications at github.com
Fri Nov 7 17:50:13 UTC 2025
@pablobm 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
I don't think it's headless mode alone, as that's what I run locally and it works for me.
Now, if I understand this correctly, headless or not it runs the browser installed in the machine. So I guess those CI machines don't have GL support or it's not configured.
Having said that: there's people still reporting this issue at https://bugzilla.mozilla.org/show_bug.cgi?id=1375585... so I don't understand why it works in my machine.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#discussion_r2504754520
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6504/review/3435412498 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251107/0adc62c3/attachment-0001.htm>
More information about the rails-dev
mailing list