actingAs(User::factory()->superuser()->create()) ->get(route('users.clone.show', User::factory()->create())) ->assertOk(); } }