From 210b4ff45109a80c7700ba6efd2fab3793bd8c18 Mon Sep 17 00:00:00 2001 From: Minojhini Valaiyapathi Date: Tue, 4 Aug 2026 09:47:43 -0400 Subject: [PATCH] CASH-2861 - Fixed spec file --- .../mobile-scheduling-card/mobile-scheduling-card.spec.js | 4 ++-- src/layouts/scheduling/scheduling.spec.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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:",