_generated\TestGuyActions::seePageNotFound PHP Method

seePageNotFound() public method

Asserts that current page has 404 response status code.
See also: Codeception\Lib\InnerBrowser::seePageNotFound()
public seePageNotFound ( )
    public function seePageNotFound()
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seePageNotFound', func_get_args()));
    }
TestGuyActions