Move away from poltergeist in capybara tests #1096
Labels
samples
Issues that are directly related to samples.
type: cleanup
An internal cleanup or hygiene concern.
Issue noticed while fixing #853.
We're using poltergeist in many samples' acceptance tests. The gem is unmaintained since 2020 atleast, so we need to move away from it.
Some possible alternatives are mentioned in Capybara's home page - https://github.com/teamcapybara/capybara#drivers
Also, some of the tests don't need to rely on headless browser, since they don't have any UI interactions. We can replace them with simple HTTP client calls
The text was updated successfully, but these errors were encountered: