Skip to content

Commit

Permalink
Merged PR 35710: Add testID
Browse files Browse the repository at this point in the history
add testID
  • Loading branch information
RikSchefferAmsterdam committed Nov 7, 2024
2 parents 83c3bcc + e54c354 commit 2a75d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/chat/components/ChatHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export const ChatHistory = () => {
onContentSizeChange={() => scrollRef?.current?.scrollToEnd()}
onScrollBeginDrag={Keyboard.dismiss}
ref={scrollRef}
style={styles.scrollView}>
style={styles.scrollView}
testID="ChatHistoryScrollView">
<Box
grow
insetHorizontal="md">
Expand Down

0 comments on commit 2a75d13

Please sign in to comment.