diff --git a/openmetadata-ui/src/main/resources/ui/cypress/e2e/Flow/CustomizeLandingPage.spec.js b/openmetadata-ui/src/main/resources/ui/cypress/e2e/Flow/CustomizeLandingPage.spec.js index 64920994fed..84535b60f8c 100644 --- a/openmetadata-ui/src/main/resources/ui/cypress/e2e/Flow/CustomizeLandingPage.spec.js +++ b/openmetadata-ui/src/main/resources/ui/cypress/e2e/Flow/CustomizeLandingPage.spec.js @@ -142,7 +142,7 @@ describe('Customize Landing Page Flow', () => { toastNotification('Page layout created successfully.'); - navigateToLandingPage(); + cy.goToHomePage(); // Check if removed widgets are not present on landing page cy.get(`[data-testid="activity-feed-widget"]`).should('not.exist');