diff --git a/src/common-components/modal/modal.spec.js b/src/common-components/modal/modal.spec.js index 88d5daf58..85472d6eb 100644 --- a/src/common-components/modal/modal.spec.js +++ b/src/common-components/modal/modal.spec.js @@ -33,14 +33,6 @@ describe("modal.vue", () => { }); expect(wrapper.html()).toEqual(expect.stringContaining(mockCmsContent["BodyText"])); }); - - it("Should display footer text when FooterText is defined in the CMS", async () => { - // Act - const wrapper = shallowMount(Modal, { - mixins: [mockMixin], - }); - expect(wrapper.html()).toEqual(expect.stringContaining(mockCmsContent["FooterText"])); - }); }); const mockMixin = {