CASH-2148
CASH-fix test
This commit is contained in:
parent
5ee8b4e758
commit
cc52bfc46a
1 changed files with 4 additions and 0 deletions
|
|
@ -306,6 +306,10 @@ describe("partQuestions.vue...", () => {
|
||||||
//Assert
|
//Assert
|
||||||
expect(spy).toHaveBeenNthCalledWith(
|
expect(spy).toHaveBeenNthCalledWith(
|
||||||
1,
|
1,
|
||||||
|
storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false
|
||||||
|
);
|
||||||
|
expect(spy).toHaveBeenNthCalledWith(
|
||||||
|
2,
|
||||||
"savePartQuestionAnswers",
|
"savePartQuestionAnswers",
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue