fix advance search customproperty spec

This commit is contained in:
Ashish Gupta 2025-06-26 20:41:14 +05:30
parent 2b7cef7a45
commit a1c64cdc2f

View File

@ -146,6 +146,14 @@ test('CustomProperty Dashboard Filter', async ({ page }) => {
.fill(propertyName);
await page.getByTitle(propertyName).click();
await page
.locator('.rule--operator .ant-select-selection-search-input')
.click();
await page.waitForSelector(`.ant-select-dropdown:visible`, {
state: 'visible',
});
await page.click(`.ant-select-dropdown:visible [title="=="]`);
// type custom property value based, on which the filter should be made on dashboard
await page
.locator('.group--children .rule--widget .ant-input')