diff --git a/src/commonComponents/radioQuestion/radioQuestion.spec.js b/src/commonComponents/radioQuestion/radioQuestion.spec.js index 2a3b2d988..7da128d0b 100644 --- a/src/commonComponents/radioQuestion/radioQuestion.spec.js +++ b/src/commonComponents/radioQuestion/radioQuestion.spec.js @@ -2,7 +2,7 @@ import { shallowMount } from '@vue/test-utils'; import radioQuestion from './radioQuestion'; describe('radioQuestion.vue', () => { - it("Should render the 'questionText' prop value as a span value for the radio question.", () => { + it("Should render the 'questionText' prop value as a span value for the radio question and the 'answer' values should render as text values for radio components.", () => { // Act const wrapper = shallowMount(radioQuestion, { propsData: {