diff --git a/src/ux-components/alert/alert.spec.js b/src/ux-components/alert/alert.spec.js index 343323b9..fcccbf4f 100644 --- a/src/ux-components/alert/alert.spec.js +++ b/src/ux-components/alert/alert.spec.js @@ -12,6 +12,7 @@ describe("alert.vue", () => { isDismissible: true, manualHeadline: "testHeader", manualCopy: "testCopy", + cmsWidgetName: "alert", }, }) ); @@ -31,6 +32,7 @@ describe("alert.vue", () => { alertClass: "warning", manualHeadline: "testHeader", manualCopy: "testCopy", + cmsWidgetName: "alert", }, }) ); @@ -57,6 +59,7 @@ describe("alert.vue", () => { propsData: { manualHeadline: "testHeader", manualCopy: "testCopy with a {routerLink: testName, testLink} inside of it", + cmsWidgetName: "alert", }, stubs: ["router-link"], }) @@ -74,6 +77,7 @@ describe("alert.vue", () => { manualHeadline: "testHeader", manualCopy: "

testCopy with a {routerLink: testName, testLink} inside of it

and two paragraphs

", + cmsWidgetName: "alert", }, stubs: ["router-link"], })