Topic: Basic testing with Capybara
Hi all,
this must be something very simple, but I can't seem to find wha'ts wrong with my code.
I have a very simple form that works fine when I play with it with the browser.
When I test it with cucumber, the step that presses the submit button aparently does nothing since all subsequent "then" steps fail, founding none of the sucess messages that should appear.
I put a simple debug message that shows the html code of the forum after the submit button is pressed and it shows the unsubmited form html.
Any thoughts?
I really apreciate your help.
Thanks in advance