App\Tests\Front\FrontEndTest::test_refunds_page PHP 메소드

test_refunds_page() 공개 메소드

public test_refunds_page ( )
    public function test_refunds_page()
    {
        $this->visit('/')->click(trans('company.refund_policy'))->seePageIs('refunds')->see(trans('company.refund_policy'))->assertResponseOk();
    }