
Why are some elements in my RSpec tests now showing in Release 10 as NOT VISIBLE which are working in Release 9?
I have the following code in an RSpec with Capybara tests that are ran through the selenium web driver from the Ruby Command Prompt line. These tests were running successfully in Firefox 9 yesterday but when I upgraded today to Firefox 10 the code is now failing to find a previously found element.
I am now getting the following output when running the RSpec tests:
Failure/Error: click_link 'Edit User' Selenium::WebDriver::Error::ElementNotVisibleError: Element is not currently visible and so may not be interacted with
Can someone please look into why this might be causing this issue?