rfellows opened a new pull request, #10369: URL: https://github.com/apache/nifi/pull/10369
# Summary [NIFI-15037](https://issues.apache.org/jira/browse/NIFI-15037) ## Fix Console Errors in NiFi UI Test Suite **Issue:** Unit tests were generating 100+ `TypeError: Cannot read properties of undefined` console errors due to incomplete NgRx mock store configurations, cluttering test output and making it difficult to identify real issues. **Resolution:** - Fixed missing state dependencies in `provideMockStore` configurations across 50+ test files - Added proper initial states for `error`, `currentUser`, `about`, `clusterSummary`, and feature-specific states - Corrected state nesting to match NgRx feature architecture (e.g., `canvas.flow`, `summary.summaryListing`) The test suite now runs cleanly without console noise, making it easier to identify legitimate test failures and improving developer experience. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
