diff --git a/src/common-components/button-question/button-question.spec.js b/src/common-components/button-question/button-question.spec.js index 0e51949a8..a70ef12bc 100644 --- a/src/common-components/button-question/button-question.spec.js +++ b/src/common-components/button-question/button-question.spec.js @@ -31,7 +31,7 @@ describe("buttonQuestion.vue", () => { // Act const wrapper = shallowMount(buttonQuestion, { propsData: { - buttonType: "listCard", + buttonTypeString: "listCard", groupName: "group-name", }, }); @@ -46,7 +46,7 @@ describe("buttonQuestion.vue", () => { // Act const wrapper = shallowMount(buttonQuestion, { propsData: { - buttonType: "listButtonHorizontal", + buttonTypeString: "listButtonHorizontal", groupName: "group-name", }, }); @@ -61,7 +61,7 @@ describe("buttonQuestion.vue", () => { // Act const wrapper = shallowMount(buttonQuestion, { propsData: { - buttonType: "radio", + buttonTypeString: "radio", groupName: "group-name", }, }); diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 6577ad970..720aed61b 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -37,7 +37,7 @@ v-for="answer in buttonsInfo" :key="answer.value ? answer.value : answer"> -
-
- - -
-
- - -
-
- - -
- - - - -
- - - - -