Update Filter.ts

This commit is contained in:
Raju Udava
2024-06-29 05:17:21 +00:00
parent aa2be0cd8f
commit ddc8cdcd45

View File

@@ -141,8 +141,6 @@ export class ToolbarFilterPage extends BasePage {
this.rootPage.locator('.nc-filter-field-select .ant-select-selection-item').first()
);
console.log('filterCount', filterCount);
if (selectedField !== title) {
await this.rootPage.locator('.nc-filter-field-select').last().click();