cucumber-nagios icon indicating copy to clipboard operation
cucumber-nagios copied to clipboard

No way to test for correct 404 page

Open choffee opened this issue 13 years ago • 0 comments

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?

choffee avatar Feb 09 '12 12:02 choffee