mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
fix custom property advance search aut failure (#21980)
This commit is contained in:
parent
623e8490e9
commit
809ca63144
@ -160,9 +160,17 @@ test('CustomProperty Dashboard Filter', async ({ page }) => {
|
||||
`extension.dashboard.${propertyName} = '${propertyValue}'`
|
||||
);
|
||||
|
||||
|
||||
await page.waitForSelector('[data-testid="loader"]', {
|
||||
state: 'detached',
|
||||
});
|
||||
|
||||
|
||||
|
||||
await expect(
|
||||
page.getByTestId('entity-header-display-name')
|
||||
).toContainText(dashboardEntity.entity.displayName);
|
||||
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user