fix custom property advance search aut failure (#21980)

This commit is contained in:
Shrushti Polekar 2025-06-27 10:20:57 +05:30 committed by GitHub
parent 623e8490e9
commit 809ca63144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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