browse(callback: function (Browser $browser) { $browser->loginWithRootUser() ->assertPathIs('/') ->assertSee('Dashboard'); }); } }