CSR-241 WIP unit test updates.
This commit is contained in:
parent
79455adab3
commit
740579aea9
1 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue