actingAs(User::factory()->superuser()->create()) ->get(route('groups.show', Group::factory()->create()->id)) ->assertOk(); } }