App\Tests\Front\FrontEndTest::test_about_page PHP Method

test_about_page() public method

public test_about_page ( )
    public function test_about_page()
    {
        $this->visit('/')->click(trans('company.about_us'))->seePageIs('about')->see(trans('company.about_us'))->assertResponseOk();
    }