Update list-button-horizontal.spec.js

This commit is contained in:
bmauger 2021-12-14 09:07:01 -05:00
parent e7e0f234d4
commit eedea3b4ca

View file

@ -1,10 +1,10 @@
import { shallowMount } from "@vue/test-utils"; import { shallowMount } from "@vue/test-utils";
import radioHorizontal from "./radio-horizontal"; import listButtonHorizontal from "./list-button-horizontal";
describe("radio.vue", () => { describe("radio.vue", () => {
it("Should render the 'radioID' prop value as the label and id value as well as the radio button value, groupName as the name value, and fire a click even that sets the display data attribute to true.", async () => { it("Should render the 'radioID' prop value as the label and id value as well as the radio button value, groupName as the name value, and fire a click even that sets the display data attribute to true.", async () => {
// Act // Act
const wrapper = shallowMount(radioHorizontal, { const wrapper = shallowMount(listButtonHorizontal, {
propsData: { propsData: {
radioID: "2023", radioID: "2023",
groupName: "TestGroup", groupName: "TestGroup",