fix entity summary panel topic aut failure (#21211)

This commit is contained in:
Shrushti Polekar 2025-05-15 19:01:16 +05:30 committed by shrushti2000
parent d719ddd39f
commit 94c74a5f27

View File

@ -122,6 +122,9 @@ export const selectDataAssetFilter = async (
page: Page,
filterValue: string
) => {
await page.waitForResponse(
'/api/v1/search/query?*index=dataAsset&from=0&size=0*'
);
await page.getByRole('button', { name: 'Data Assets' }).click();
await page.getByTestId(`${filterValue}-checkbox`).check();
await page.getByTestId('update-btn').click();