mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-11 16:58:38 +00:00
fix entity summary panel topic aut failure (#21211)
This commit is contained in:
parent
d719ddd39f
commit
94c74a5f27
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user