
    protected function [STEP]()
    {
        $this->markTestIncomplete('Time to code [METHOD]');

        $this->browser->visit('/');
        //and in the next step
        //$this->browser->assertSee('Laravel');
    }
