Skip to content

Conversation

dkamburov
Copy link
Contributor

@dkamburov dkamburov commented Jun 25, 2025

Closes #

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

detect();
// Invoke endEdit() to make sure if no editing is going on,
// the cell activation shouldn't be lost (https://infragistics.visualstudio.com/Indigo_Platform/_workitems/edit/37933)
grid.endEdit(true, null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO it would be better if this was a separate test rather than modifying an existing basic one. If we automate everything related to a certain feature in the same test it will soon become too convoluted to read and maintain.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's true, but it's a single line and we are at a stage were we have too many test and we should be careful when adding new ones, also Damyan suggested adding this to an already existing one.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you elaborate on what you mean by too many tests? I'm not aware of there being an issue with adding new ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly because of the disconnects, I know there is another reason for them, but the bigger amount of the tests is not helping.

@tishko0 tishko0 added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Jun 27, 2025
@ChronosSF ChronosSF merged commit 5221b7c into 19.2.x Jul 1, 2025
5 checks passed
@ChronosSF ChronosSF deleted the dkamburov/37933-19.2 branch July 1, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

angular grid: cell-editing grid squash-merge Merge PR with "Squash and Merge" option version: 19.2.x ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants