merge issues
This commit is contained in:
parent
34e203f2fc
commit
85d847c480
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue