Skip to content

test(grid): add conditionName sync coverage for Excel-style custom filter dialog#16933

Draft
Copilot wants to merge 2 commits intokeep-conditionName-synced-20.1.xfrom
copilot/sub-pr-16924
Draft

test(grid): add conditionName sync coverage for Excel-style custom filter dialog#16933
Copilot wants to merge 2 commits intokeep-conditionName-synced-20.1.xfrom
copilot/sub-pr-16924

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

PR #16924 fixed conditionName not being kept in sync when changing conditions in the ESF custom filter dialog (excel-style-default-expression.component.ts), but lacked test coverage for that path. This PR adds the missing test, mirroring the existing filtering row coverage.

Changes

  • grid-filtering-ui.spec.ts — adds 'Should keep conditionName in sync when changing condition in ESF custom dialog.' to the Excel style filtering suite. The test opens the ESF custom dialog for ProductName, changes the condition from containsstartsWith, applies, then asserts via verifyFilteringExpression that both condition.name and conditionName equal 'startsWith'.
// verifyFilteringExpression checks both condition.name AND conditionName
verifyFilteringExpression(operands[0], 'ProductName', 'startsWith', 'Net');

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: hanastasov <14248932+hanastasov@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback on conditionName sync in grid test(grid): add conditionName sync coverage for Excel-style custom filter dialog Feb 19, 2026
Copilot AI requested a review from hanastasov February 19, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments