Skip to content

Commit

Permalink
PXBF-1954-mobile-layout-updates: update chevron to banner
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal committed Dec 9, 2024
1 parent c440f2f commit 138bdaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benefit-finder/cypress/e2e/storybook/dataLayer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const dataLayerValueResultsViewEligible = {
event: resultsView.event,
bfData: {
pageView: resultsView.bfData.pageView[0],
viewTitle: EN_LOCALE_DATA.resultsView.eligible.chevron.heading,
viewTitle: EN_LOCALE_DATA.resultsView.eligible.banner.heading,
...eligibilityCount,
},
}
Expand All @@ -112,7 +112,7 @@ const dataLayerValueResultsViewNotEligible = {
event: resultsView.event,
bfData: {
pageView: resultsView.bfData.pageView[1],
viewTitle: EN_LOCALE_DATA.resultsView.notEligible.chevron.heading,
viewTitle: EN_LOCALE_DATA.resultsView.notEligible.banner.heading,
...eligibilityCount,
},
}
Expand Down Expand Up @@ -158,7 +158,7 @@ const dataLayerValueZeroResultsViewEligible = {
event: resultsView.event,
bfData: {
pageView: resultsView.bfData.pageView[0],
viewTitle: EN_LOCALE_DATA.resultsView.zeroBenefits.eligible.chevron.heading,
viewTitle: EN_LOCALE_DATA.resultsView.zeroBenefits.eligible.banner.heading,
...zeroBenefitsEligibilityCount,
},
}
Expand All @@ -168,7 +168,7 @@ const dataLayerValueZeroResultsViewNotEligible = {
bfData: {
pageView: resultsView.bfData.pageView[1],
viewTitle:
EN_LOCALE_DATA.resultsView.zeroBenefits.notEligible.chevron.heading,
EN_LOCALE_DATA.resultsView.zeroBenefits.notEligible.banner.heading,
...zeroBenefitsEligibilityCount,
},
}
Expand Down

0 comments on commit 138bdaa

Please sign in to comment.