From 740579aea9bd1b7def8b0e6ab5d7ed93f6ec3a2d Mon Sep 17 00:00:00 2001 From: bmauger Date: Wed, 5 Jan 2022 17:04:35 -0500 Subject: [PATCH] CSR-241 WIP unit test updates. --- src/ux-components/list-card/list-card.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); - + }); });