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