diff --git a/jest.config.js b/jest.config.js index 82b2b587e..0749f4f71 100644 --- a/jest.config.js +++ b/jest.config.js @@ -27,6 +27,7 @@ module.exports = { "!src/layouts/address-vehicles/address-vehicles-question/address-vehicles-question.vue", "!src/common-components/dropdown-question/dropdown-question.vue", "!src/common-components/textbox-question/textbox-question.vue", + "!src/ux-components/alert\alert.vue", "!src/helpers/validation-rules.js", // END ], // ! means exclude from coverage. diff --git a/src/assets/img/FMGTransitionAnimation.svg b/src/assets/img/FMGTransitionAnimation.svg new file mode 100644 index 000000000..c1b6c3e8a --- /dev/null +++ b/src/assets/img/FMGTransitionAnimation.svg @@ -0,0 +1 @@ +Assessing your damageFinding your glassGenerating your quoteAlmost done...Nearly there...Finishing up... \ No newline at end of file diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue index a64d873f9..8e6ae0faa 100644 --- a/src/common-components/dropdown-question/dropdown-question.vue +++ b/src/common-components/dropdown-question/dropdown-question.vue @@ -1,5 +1,5 @@