How to Test and Assert Link text is not on Page with Rails Discussion
I had to use assert_select
for this in Rails 6. assert_selector
wouldn't work.
assert_select
is used in integration tests and assert_selector
is used in system tests.
I had to use assert_select
for this in Rails 6. assert_selector
wouldn't work.
assert_select
is used in integration tests and assert_selector
is used in system tests.
Ruby on Rails tutorials, guides, and screencasts for web developers learning Ruby, Rails, Javascript, Turbolinks, Stimulus.js, Vue.js, and more. Icons by Icons8
© 2021 GoRails, LLC. All rights reserved.