fix: make Incidents tab selector case-insensitive#1022
Conversation
The console changed the data-test-id from "horizontal-link-incidents" to "horizontal-link-Incidents". Use the CSS `i` flag so the selector matches both casings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: DavidRajnoha The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe ChangesIncidents tab selector fix
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@DavidRajnoha: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
data-test-idfor the Incidents tab fromhorizontal-link-incidentstohorizontal-link-IncidentswaitForIncidentsTabto time out in thebefore allhook, failing all Incidents testsiflag for case-insensitive matching, supporting both casingsTest plan
warmUpForPlugin🤖 Generated with Claude Code
Summary by CodeRabbit