diff --git a/src/assets/img/wiper-loader.gif b/src/assets/img/wiper-loader.gif deleted file mode 100644 index e370b0873..000000000 Binary files a/src/assets/img/wiper-loader.gif and /dev/null differ diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index 9c98a78b8..27ee88cb3 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -84,7 +84,7 @@ export default { }, methods: { onResize() { - this.paddingHeight = document.querySelector(".footer #infoBox").offsetHeight; + this.paddingHeight = this.getFooterInfoBoxHeight(); }, updateButtonText(newText) { this.customButtontext = newText; diff --git a/src/common-components/loading-modal/loading-modal.spec.js b/src/common-components/loading-modal/loading-modal.spec.js index 348604240..7a500ce73 100644 --- a/src/common-components/loading-modal/loading-modal.spec.js +++ b/src/common-components/loading-modal/loading-modal.spec.js @@ -13,7 +13,6 @@ jest.mock( jest.mock('@/assets/img/loader.gif', () => 'loader.gif') jest.mock('@/assets/img/windshield.png', () => 'windshield.png') -jest.mock('@/assets/img/wiper-loader.gif', () => 'windshield.png') describe("loadingModal", () => { test("showModal sets modal visible", async () => { diff --git a/src/common-components/loading-modal/loading-modal.vue b/src/common-components/loading-modal/loading-modal.vue index ed3a48ddf..c24e1f86f 100644 --- a/src/common-components/loading-modal/loading-modal.vue +++ b/src/common-components/loading-modal/loading-modal.vue @@ -5,18 +5,14 @@
- + -