CASH-2861 - Fixed spec file
This commit is contained in:
parent
58da49e8f3
commit
210b4ff451
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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:",
|
||||
|
|
|
|||
Loading…
Reference in a new issue