Skip to content

Commit f895948

Browse files
[DT-2842] Update Home.jsx CTA to use 'access' (#3307)
Co-authored-by: Kevin Marete <kevinmmarete@gmail.com>
1 parent ec97fe5 commit f895948

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cypress/component/Home/home.spec.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('Home Page - Tests', function () {
1414

1515
it('renders the page header correctly', function () {
1616
cy.contains('Data Use Oversight System').should('be.visible')
17-
cy.contains('Get data faster').should('be.visible')
17+
cy.contains('Access data faster').should('be.visible')
1818
})
1919

2020
it('renders the Data Libraries section with consistent message', function () {
@@ -71,7 +71,7 @@ describe('Home Page - Tests', function () {
7171

7272
it('renders the page header correctly', function () {
7373
cy.contains('Data Use Oversight System').should('be.visible')
74-
cy.contains('Get data faster').should('be.visible')
74+
cy.contains('Access data faster').should('be.visible')
7575
})
7676

7777
it('renders the Data Libraries section with clickable message', function () {

src/pages/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const Home = (props) => {
146146
<img style={duosLogo} alt="DUOS logo" src={duosLogoImg} />
147147
<h1 style={homeTitle}>Data Use Oversight System</h1>
148148
<div className="hidden-xs" style={homeBannerDescription}>
149-
Get data faster.
149+
Access data faster.
150150
{' '}
151151
</div>
152152
</div>

0 commit comments

Comments
 (0)