How to Test and Assert Link text is not on Page with Rails Discussion
assert_select
is used in integration tests and assert_selector
is used in system tests.
You’re not receiving notifications from this thread.
assert_select
is used in integration tests and assert_selector
is used in system tests.