File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments