I have a page that hides elements using CSS display: none. I don'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.
Can I test this in RSpec? Or do I need to use something like Selenium?
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
