Ask A Question
Notifications
You’re not receiving notifications from this thread.
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.