fix: use testName/testSubType filters instead of hidden testCategory column#2307
Conversation
|
👋 @sravankumarkunadi |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe dashboard filter-construction helper now omits ChangesDashboard filter correction
Estimated code review effort: 2 (Simple) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.44.1)elementary/monitor/data_monitoring/report/index.htmlast-grep timed out on this file Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This is a patch to the bundled index.html no source-level tests or docs apply here since the UI is built separately. Happy to add anything if needed though! |
Description
Fixes #2294
Clicking a test category tile on the Dashboard (e.g. "Anomalies", "Volume") navigates to the Test Results tab with a
testCategoryfilter applied. However,testCategoryis a hidden column that is never populated from row data, so the filter matches no rows and the tab appears empty.This removes the
testCategoryshortcut fromY0nand falls back to the existingtestName/testSubTypefilter logic, which correctly matches the data in the Test Results table.Summary by CodeRabbit