From 0a4645c605a0b4d606f254e696fab5e3df8c1b4f Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 20 Apr 2023 10:16:51 -0400 Subject: [PATCH] CSR-1337 --- src/layouts/estimate/estimate.spec.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/estimate/estimate.spec.js b/src/layouts/estimate/estimate.spec.js index 4a0a3f434..462287851 100644 --- a/src/layouts/estimate/estimate.spec.js +++ b/src/layouts/estimate/estimate.spec.js @@ -101,6 +101,9 @@ describe("estimate.vue", () => { //Arrange const { wrapper } = setupMocks({}); + delete window.location; + window.location = { search: "?fmgPage=estimate&zipcode=43015" }; + //Act estimate.beforeRouteEnter.call( wrapper.vm,