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 = {
|
const MOCK_CMS_CONTENT = {
|
||||||
MobileCardWidget: {
|
MobileCardWidget: {
|
||||||
HeaderText: "We'll come to you (for free!):",
|
HeaderText: "At your location",
|
||||||
SubheaderText: "At your location",
|
SubheaderText: "We'll come to you (for free!):",
|
||||||
BodyText: "Enter address on the next page",
|
BodyText: "Enter address on the next page",
|
||||||
FooterText: "First stop of the day",
|
FooterText: "First stop of the day",
|
||||||
FooterText2: "8:00 am - 12:00 pm arrival",
|
FooterText2: "8:00 am - 12:00 pm arrival",
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ describe("scheduling.vue", () => {
|
||||||
const { wrapper } = setupMocks({
|
const { wrapper } = setupMocks({
|
||||||
cmsContent: {
|
cmsContent: {
|
||||||
MobileCardWidget: {
|
MobileCardWidget: {
|
||||||
HeaderText: "We'll come to you (for free!):",
|
SubheaderText: "We'll come to you (for free!):",
|
||||||
},
|
},
|
||||||
InshopCardWidget: {
|
InshopCardWidget: {
|
||||||
HeaderText: "Visit us at a shop:",
|
HeaderText: "Visit us at a shop:",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue