Merge remote-tracking branch 'origin/feature/CSR-2185' into feature/CSR-2185
This commit is contained in:
commit
294add9d16
1 changed files with 4 additions and 3 deletions
|
|
@ -215,9 +215,10 @@ describe("estimate.vue", () => {
|
|||
|
||||
describe("estimate.vue", () => {
|
||||
test("should call forwardButtonAction if isExternalParameter is true and form is valid", async () => {
|
||||
store.commit(storeMutations.UPDATE_IS_EXTERNAL_PARAMETER, true);
|
||||
store.commit(storeMutations.UPDATE_EXTERNAL_PARAMETER_VIN_SELECTION, "decline");
|
||||
|
||||
store.getters = {
|
||||
isExternalParameter: true,
|
||||
externalParameterEstimate: { vinSelection: "decline" },
|
||||
};
|
||||
// Set up the component
|
||||
const { wrapper } = setupMocks({});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue