Commit 821ff7f
committed
Move unread separator off-screen in pill snapshot fixture
The fixture put the separator at index 0 of messageItems, which with
reverseLayout = true sits at the bottom of the viewport. The pill hides
itself while the separator is visible, so the snapshot did not exercise
the pill. Place the separator at the end of the list so it stays above
the visible area.1 parent 80769a2 commit 821ff7f
2 files changed
Lines changed: 1 addition & 1 deletion
File tree
- stream-chat-android-compose/src/test
- kotlin/io/getstream/chat/android/compose/ui/messages
- snapshots/images
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments