create(); $response = $this->actingAs($user) ->get("/"); $response->assertOk(); $response->assertInertia(fn(Assert $page) => $page->component("Dashboard")); } }