diff --git a/src/ux-components/list-card/list-card.spec.js b/src/ux-components/list-card/list-card.spec.js index 736fed6b9..955f8f8ed 100644 --- a/src/ux-components/list-card/list-card.spec.js +++ b/src/ux-components/list-card/list-card.spec.js @@ -51,7 +51,6 @@ describe("list-card.vue", () => { groupID: "radio-demo-1", groupName: "radio 1", buttonImage: "windshield-damage.svg", - class: "horizontal" }, }); @@ -59,7 +58,7 @@ describe("list-card.vue", () => { const input = wrapper.find("input"); expect(input.attributes().type).toEqual("checkbox"); - + }); });