From a96a61edfe65f8377ff87debd5693b14a9f0ad90 Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Tue, 9 Jan 2024 22:25:23 +0530 Subject: [PATCH] fix cypress for customize landing page (#14635) --- .../resources/ui/cypress/e2e/Flow/CustomizeLandingPage.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');