Unit test fix.
This commit is contained in:
parent
f0e0318465
commit
f250da0fba
1 changed files with 2 additions and 2 deletions
|
|
@ -33,13 +33,13 @@ describe("radio.vue", () => {
|
||||||
role: "radio",
|
role: "radio",
|
||||||
tabindex: "0",
|
tabindex: "0",
|
||||||
for: "2023",
|
for: "2023",
|
||||||
class: "d-flex align-items-center justify-content-between p-2",
|
class: "d-flex flex-column justify-content-center py-3 px-4",
|
||||||
"aria-checked": "false"
|
"aria-checked": "false"
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(label.text()).toEqual('2023');
|
expect(label.text()).toEqual('2023');
|
||||||
|
|
||||||
expect(paragraph.text()).toEqual('null');
|
expect(paragraph.text()).toEqual('2023');
|
||||||
|
|
||||||
expect(wrapper.vm.display).toBe(true);
|
expect(wrapper.vm.display).toBe(true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue