fix failing e2e test for customize page landing (#19490)

This commit is contained in:
Shrushti Polekar 2025-01-24 10:58:51 +05:30 committed by GitHub
parent 907eb7cb07
commit b3d00077cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,6 +247,9 @@ test.describe('Customize Landing Page Flow', () => {
// Check if all widgets are present on landing page
await redirectToHomePage(adminPage);
// Ensures the page is fully loaded
await adminPage.waitForLoadState('networkidle');
await checkAllDefaultWidgets(adminPage);
}
);