You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Verify that the format changes without the need to reload the page
111
111
112
+
### 2.3.2 Incident Bar Trimming on Time Filter Change
113
+
**BUG**: When "Last N Days" is shorter than an incident's duration, the bar should be visually trimmed to show only the portion within the selected time window.
114
+
**Automation Status**: NOT AUTOMATED
115
+
116
+
**Background**:
117
+
- Incorrect behavior: Changing time filter "squashes" the X-axis to the right while still showing the full incident bar
118
+
- Correct behavior: Incident bar is trimmed/clipped to only display the portion that falls within the selected time range
119
+
120
+
-[ ]**Bar Trimming - Long Incident with Short Filter**: Create an incident spanning 15 days
121
+
- With "Last 15 days": Full incident bar visible with correct proportional width
122
+
- Set time filter to "Last 7 days"
123
+
- Verify the incident bar is trimmed to show only the 7-day portion (not the full 15-day bar)
124
+
- Verify the X-axis scale matches the 7-day window (not squashed to the right)
125
+
- Verify the bar starts at the left edge of the chart (since incident started before the 7-day window)
126
+
127
+
-[ ]**Tooltip Accuracy After Trimming**: Hover over a trimmed incident bar
128
+
- Verify tooltip shows the actual absolute Start date (which may be before the visible window)
129
+
- Verify tooltip shows correct End date
130
+
- Verify the displayed duration reflects the full incident, not just the visible portion
131
+
112
132
### 2.4 Silences labels (Not Automated)
113
133
- Verify that information about silences is contained in the alert name
114
134
as `NetworkLatencyHigh (silenced)` instead of the additional `silenced=true`
0 commit comments