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

Chris Oliver asked in General

I had to use assert_select for this in Rails 6. assert_selector wouldn't work.

Reply

assert_select is used in integration tests and assert_selector is used in system tests.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.