diff --git a/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.spec.js b/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.spec.js index 73e12f294..2e850261f 100644 --- a/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.spec.js +++ b/src/layouts/scheduling/mobile-scheduling-card/mobile-scheduling-card.spec.js @@ -20,8 +20,8 @@ const MOCK_TIME_SLOTS = [ const MOCK_CMS_CONTENT = { MobileCardWidget: { - HeaderText: "We'll come to you (for free!):", - SubheaderText: "At your location", + HeaderText: "At your location", + SubheaderText: "We'll come to you (for free!):", BodyText: "Enter address on the next page", FooterText: "First stop of the day", FooterText2: "8:00 am - 12:00 pm arrival", diff --git a/src/layouts/scheduling/scheduling.spec.js b/src/layouts/scheduling/scheduling.spec.js index c33607822..b76f2112d 100644 --- a/src/layouts/scheduling/scheduling.spec.js +++ b/src/layouts/scheduling/scheduling.spec.js @@ -154,7 +154,7 @@ describe("scheduling.vue", () => { const { wrapper } = setupMocks({ cmsContent: { MobileCardWidget: { - HeaderText: "We'll come to you (for free!):", + SubheaderText: "We'll come to you (for free!):", }, InshopCardWidget: { HeaderText: "Visit us at a shop:",