fix tag flaky playwright test (#20946)

This commit is contained in:
Shrushti Polekar 2025-04-24 21:14:25 +05:30 committed by GitHub
parent f01bffb872
commit 52a05f5b91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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