_generated\FunctionalTesterActions::canSeePageNotFound PHP Method

canSeePageNotFound() public method

Asserts that current page has 404 response status code. Conditional Assertion: Test won't be stopped on fail
See also: Codeception\Lib\InnerBrowser::seePageNotFound()
public canSeePageNotFound ( )
    public function canSeePageNotFound()
    {
        return $this->getScenario()->runStep(new \Codeception\Step\ConditionalAssertion('seePageNotFound', func_get_args()));
    }
FunctionalTesterActions