mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
fix advance search customproperty spec
This commit is contained in:
parent
2b7cef7a45
commit
a1c64cdc2f
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user