Assert that the current page's response status is or is not a given code.
Step pattern
Then (the )*response status code should( not)* be (\d+)Examples
Example #1
Then the response status code should be 200Example #2
And the response status code should not be 404Example #3
Then the response status code should be 301