mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
fix failing e2e test for customize page landing (#19490)
This commit is contained in:
parent
907eb7cb07
commit
b3d00077cc
@ -247,6 +247,9 @@ test.describe('Customize Landing Page Flow', () => {
|
|||||||
// Check if all widgets are present on landing page
|
// Check if all widgets are present on landing page
|
||||||
await redirectToHomePage(adminPage);
|
await redirectToHomePage(adminPage);
|
||||||
|
|
||||||
|
// Ensures the page is fully loaded
|
||||||
|
await adminPage.waitForLoadState('networkidle');
|
||||||
|
|
||||||
await checkAllDefaultWidgets(adminPage);
|
await checkAllDefaultWidgets(adminPage);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user