mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-11 23:36:25 +00:00
fix flaky user test (#21626)
(cherry picked from commit d4d1b3ed969a07bf1da532bb5b77014b679025b1)
This commit is contained in:
parent
b60898daff
commit
2cd35486ec
@ -591,6 +591,8 @@ export const checkStewardServicesPermissions = async (page: Page) => {
|
||||
// Click on the entity link in the drawer title
|
||||
await page.click('.summary-panel-container [data-testid="entity-link"]');
|
||||
|
||||
await page.waitForLoadState('networkidle');
|
||||
|
||||
// Check if the edit tier button is visible
|
||||
await expect(page.locator('[data-testid="edit-tier"]')).toBeVisible();
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user