CSR-1610: fix unit test

This commit is contained in:
Adam Caouette 2024-01-08 15:35:42 -05:00
parent e988753707
commit 6d269ada66

View file

@ -265,8 +265,8 @@ describe("Question Chain component", () => {
],
},
],
index: 0,
});
await wrapper.setProps({ index: 0 });
//Act
const result = wrapper.vm.getQuestionChainAnswerIfComplete(testReturnedAnswer);