@CommanderStorm 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

Yes, issue is likely firefox-headless-related.

It is configured here:

https://github.com/openstreetmap/openstreetmap-website/blob/9ff2103e60832de0f45c993fda22e4ca51e5303b/test/teaspoon_env.rb#L109-L117

Firefox is being difficult with regards to webgl in `--headless` mode for some 
reason:
https://bugzilla.mozilla.org/show_bug.cgi?id=1375585#c27

I have some ideas how to workaound this upstream issue.
Need some time to figure out which of them works and which does not. 😉

The error message is just misleading.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6504#discussion_r2504750811
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

Reply via email to