diff --git a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.spec.js b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.spec.js index ce12c15ff..20c016a12 100644 --- a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.spec.js +++ b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.spec.js @@ -18,9 +18,7 @@ describe("damage-location-question.vue", () => { //Assert expect(wrapper.emitted()["update:modelValue"][0]).toEqual([{ modelValue: ["Backseat"] }]); }); -}); -describe("damage-location-question.vue", () => { test("Answers to display filtered by data from api.", async () => { //Arrange diff --git a/src/layouts/vehicle-parts/vehicle-parts.spec.js b/src/layouts/vehicle-parts/vehicle-parts.spec.js index b52be441b..5d22a458c 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.spec.js +++ b/src/layouts/vehicle-parts/vehicle-parts.spec.js @@ -66,7 +66,7 @@ const basePartResponse = { } -describe("vehicle-damage.vue", () => { +describe("vehicle-parts.vue", () => { test("Page header is initialized with api data", async (done) => { //Arrange