CSR-1610: fix unit test
This commit is contained in:
parent
e988753707
commit
6d269ada66
1 changed files with 1 additions and 1 deletions
|
|
@ -265,8 +265,8 @@ describe("Question Chain component", () => {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
index: 0,
|
|
||||||
});
|
});
|
||||||
|
await wrapper.setProps({ index: 0 });
|
||||||
|
|
||||||
//Act
|
//Act
|
||||||
const result = wrapper.vm.getQuestionChainAnswerIfComplete(testReturnedAnswer);
|
const result = wrapper.vm.getQuestionChainAnswerIfComplete(testReturnedAnswer);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue