-
Wojciech Wnętrzak authored
One is the alias of the other, but assert_select is a confusing name in presence of the assert_selector method (from Capybara). Also there is a conflicting `assert_select` on the Capybara itself https://rubydoc.info/github/teamcapybara/capybara/master/Capybara%2FMinitest%2FAssertions:assert_select This is a follow up to https://github.com/rails/rails/pull/54299#issuecomment-2602080638 and https://github.com/rails/rails-dom-testing/pull/92#issuecomment-782473879 [ci skip] Co-authored-by:
Petrik de Heus <petrik@deheus.net>
Wojciech Wnętrzak authoredOne is the alias of the other, but assert_select is a confusing name in presence of the assert_selector method (from Capybara). Also there is a conflicting `assert_select` on the Capybara itself https://rubydoc.info/github/teamcapybara/capybara/master/Capybara%2FMinitest%2FAssertions:assert_select This is a follow up to https://github.com/rails/rails/pull/54299#issuecomment-2602080638 and https://github.com/rails/rails-dom-testing/pull/92#issuecomment-782473879 [ci skip] Co-authored-by:
Petrik de Heus <petrik@deheus.net>
Loading