From bc1d0d358e2a170a0213e86251b7bd37f379c038 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Thu, 6 Jan 2022 11:15:56 -0500 Subject: [PATCH] CSR-222: fix unit test --- .../list-button-horizontal/list-button-horizontal.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js b/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js index ae65382c7..9cc016c30 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.spec.js @@ -34,6 +34,7 @@ describe("list-button.vue", () => { expect(label.attributes()).toEqual({ tabindex: "-1", for: "2023", + "aria-labelledby": "2023", class: "d-flex flex-column justify-content-center py-3 px-4 last-item", "aria-checked": "false", });