I am testing a script in Rails with Cucumber and it returns saying that it cannot find the edit link to click. If I go to the page myself, it's there. Obviously, I am doing something wrong, but I do not see it.
If I add the @selenium tag before my script, it runs tests in Firefox. But I see that the browser is open and closed, and if it does not require interaction with me (for example, to confirm the deletion), it passes before I can see what it is doing.
Is there a way to see what it sees in the browser and step by step?
source
share