diff --git a/cypress/component/Header.cy.tsx b/cypress/component/Header.cy.tsx index f4fa86a..9c4c8a5 100644 --- a/cypress/component/Header.cy.tsx +++ b/cypress/component/Header.cy.tsx @@ -31,9 +31,9 @@ describe('DashboardHub Header', () => { cy.contains('h1', 'Dashboard Hub').should('be.visible'); }); - it('shows "Page description" text', () => { + it('shows page description text', () => { mountHeader(); - cy.contains('Page description').should('be.visible'); + cy.contains('Manage, customize, and organize your dashboards').should('be.visible'); }); it('shows "Learn more about dashboards" link when feature flag is enabled', () => { diff --git a/src/Components/DashboardHub/Header/Header.tsx b/src/Components/DashboardHub/Header/Header.tsx index 42bcdaa..30610fa 100644 --- a/src/Components/DashboardHub/Header/Header.tsx +++ b/src/Components/DashboardHub/Header/Header.tsx @@ -84,7 +84,7 @@ const Header: React.FunctionComponent = ({ onRefetchDashboards }) = Dashboard Hub - Page description + Manage, customize, and organize your dashboards to keep the most relevant insights front and center across your Hybrid Cloud Console. {isLearnMoreLink && (