Displaying 1 result from an estimated 1 matches for "new_request_path".
2010 Oct 07
0
Unwanted page displays in tests but not in development
...n a show page
and if not then the original input form is redisplayed with suitable
notices. On the show page a link is provided back to the query request
page to allow successive queries.
The cucumber steps for all this, up to the link to the query form from
the show page, work. I can follow the new_request_path to the input
form using visit and there submit a successful request. However, what
happens when I click on the link displayed on the resulting show page is
that I am sent to the default welcome page instead of back to the query
form. It turns out that this behaviour, showing the welcome page, was...