merge issues

This commit is contained in:
Mark Harris 2021-12-14 17:28:02 -05:00
parent 34e203f2fc
commit 85d847c480

View file

@ -46,8 +46,8 @@ describe("year-question.vue", () => {
yearQuestion.methods.initializeComponent.call(wrapper.vm, cmsContent, initialData);
//Assert
const radioQuestionComponent = await wrapper.findComponent({ name: "radioQuestion" });
expect(radioQuestionComponent.attributes("answers")).toBe("2023,2022,2021");
const buttonQuestionComponent = await wrapper.findComponent({ name: "buttonQuestion" });
expect(buttonQuestionComponent.attributes("answers")).toBe("2023,2022,2021");
});
});