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
1. Trigger 2+ error banners that include technical details (e.g., attempt operations on a disconnected network, or perform actions that produce different errors in sequence)
10
+
2. Verify all banners appear stacked vertically without overlap
11
+
3. Click "Show details" on the **first** banner — verify the details section expands inline, pushing subsequent banners down
12
+
4. Click "Show details" on the **second** banner — verify its details section also expands without overlapping the first
13
+
5. Scroll within each details section independently — verify scroll positions are independent (no shared state)
14
+
6. Click "Hide details" on one banner — verify only that banner's details collapse; the other remains expanded
15
+
7. Dismiss one banner — verify remaining banners reflow correctly
16
+
17
+
## Expected Result
18
+
- Each banner's details section occupies its own vertical space
19
+
- No visual overlap between expanded details of different banners
20
+
- Scroll areas within each details section are independent
21
+
22
+
## Regression Check
23
+
- Single banner with "Show details" still works as before
0 commit comments