I have a page that hides elements using CSS display: none.<br><br>I don&#39;t expect RSpec to test any changes made by Javascript; I just want to test how the page loads initially: what is visible and what is not.<br><br>Can I test this in RSpec?&nbsp; Or do I need to use something like Selenium?
<br>