artisan('db:seed'); } /** * A Dusk test example. * * @return void */ public function testText() { $this->browse(function (Browser $browser) { $browser->visit('/') //->dump() ->waitForText('Wave is the perfect starter kit') ->assertSeeIn('h2', 'Wave is the perfect starter kit'); }); } }