withPersonalOrganization()->create(); $this->actingAs($user); // Act $response = $this->get('/dashboard'); // Assert $response->assertSuccessful(); } }