cucumber-nagios
cucumber-nagios copied to clipboard
No way to test for correct 404 page
When I write the following test
When I go to "http://foo.com/nopagehere" Then the request should fail And I should see "404 Not Found"
I get a failed test because it get's a 404 error. Is this the expected behavior? If so how to I check my 404 page?