fix cypress for customize landing page (#14635)

This commit is contained in:
Aniket Katkar 2024-01-09 22:25:23 +05:30 committed by GitHub
parent 8d8d71e4f9
commit a96a61edfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');