Merge remote-tracking branch 'origin/feature/CSR-2185' into feature/CSR-2185

This commit is contained in:
Scott Kiener 2024-08-23 11:05:20 -04:00
commit 294add9d16

View file

@ -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({});