diff --git a/src/assets/img/wiper-loader.gif b/src/assets/img/wiper-loader.gif new file mode 100644 index 000000000..e370b0873 Binary files /dev/null and b/src/assets/img/wiper-loader.gif differ diff --git a/src/common-components/loading-modal/loading-modal.spec.js b/src/common-components/loading-modal/loading-modal.spec.js index 7a500ce73..348604240 100644 --- a/src/common-components/loading-modal/loading-modal.spec.js +++ b/src/common-components/loading-modal/loading-modal.spec.js @@ -13,6 +13,7 @@ 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 030732734..a44347860 100644 --- a/src/common-components/loading-modal/loading-modal.vue +++ b/src/common-components/loading-modal/loading-modal.vue @@ -7,6 +7,9 @@ +
+