Merge pull request #486 from Safelite/feature/CSR-550
CSR-550 | Returning loading-modal to normal state
This commit is contained in:
commit
cd8b2981e2
4 changed files with 2 additions and 15 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
|
|
@ -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 () => {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -13,7 +13,6 @@ import store from "@/store";
|
|||
|
||||
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')
|
||||
|
||||
// Mock our module for promises.
|
||||
jest.mock("@/helpers/layout-helper.js", () => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue