[openstreetmap/openstreetmap-website] bug with selenium while running the tests (Issue #5467)

Anton Khorev notifications at github.com
Sun Jan 5 05:23:01 UTC 2025


When I run system tests, I replace 

```ruby
  driven_by :selenium, :using => :headless_firefox do |options|
    options.add_preference("intl.accept_languages", "en")
  end
```

with

```ruby
  driven_by :selenium, :using => :firefox do |options|
    options.add_preference("intl.accept_languages", "en")
    options.binary = "/path/to/firefox/binary/not/from/snap"
  end
```

in `test/application_system_test_case.rb` because I don't run all of the tests and I want to see what the browser does on the tests I run.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5467#issuecomment-2571506232
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/5467/2571506232 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250104/58a1ad36/attachment-0001.htm>


More information about the rails-dev mailing list