From ac7388993a213da001551b34645ab5ff03101a01 Mon Sep 17 00:00:00 2001 From: Olha Tomylko Date: Wed, 19 Aug 2026 12:07:23 +0200 Subject: [PATCH 1/2] chore: change page description in dashboard hub --- src/Components/DashboardHub/Header/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && ( From 0db49cbea85e783e97743c230dbf33f128e664cc Mon Sep 17 00:00:00 2001 From: Olha Tomylko Date: Wed, 19 Aug 2026 12:16:07 +0200 Subject: [PATCH 2/2] test: fix test for page description --- cypress/component/Header.cy.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', () => {