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", });