diff --git a/src/layouts/quote/quote.spec.js b/src/layouts/quote/quote.spec.js index c83801693..24b37d376 100644 --- a/src/layouts/quote/quote.spec.js +++ b/src/layouts/quote/quote.spec.js @@ -376,7 +376,7 @@ describe("quote.vue", () => { //Assert expect(wrapper.vm.isInsuranceSelected).toBe(true); }); - test("should default to cash if query param 'isInsurance' is false", async () => { + test("should use amount threshold if query param 'isInsurance' is false", async () => { //Arrange store.getters = { lineItems: { @@ -403,6 +403,7 @@ describe("quote.vue", () => { settingName: "SERVICE_PACKAGE_DISCOUNT", }, }; + mockTierOnePrice = 200; const { wrapper } = setupMocks({}); //Act