mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 07:28:30 +00:00
fix tag flaky playwright test (#20946)
This commit is contained in:
parent
f01bffb872
commit
52a05f5b91
@ -173,6 +173,7 @@ export const removeAssetsFromTag = async (
|
||||
await page.getByTestId('delete-all-button').click();
|
||||
await assetsRemoveRes;
|
||||
|
||||
await page.waitForLoadState('networkidle');
|
||||
await checkAssetsCount(page, 0);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user