From 4fb2d9b768817c29d58db029ba115f9942815af3 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 7 Nov 2022 13:21:36 -0500 Subject: [PATCH] CSR-906 update unit test. --- src/common-components/modal/modal.spec.js | 8 -------- 1 file changed, 8 deletions(-) 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 = {