CSR-241 WIP unit test updates.

This commit is contained in:
bmauger 2022-01-05 17:04:35 -05:00
parent 79455adab3
commit 740579aea9

View file

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