Skip to content

Commit

Permalink
Merge pull request #34858 from gireinvent/addtestIds_applause
Browse files Browse the repository at this point in the history
add testID to chat title for applause automation
  • Loading branch information
roryabraham authored Feb 8, 2024
2 parents 43e81a1 + f9ec12f commit 176675b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DisplayNames/DisplayNamesWithTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function DisplayNamesWithToolTip({shouldUseFullTitle, fullTitle, displayNamesWit
style={[textStyles, styles.pRelative]}
numberOfLines={numberOfLines || undefined}
ref={containerRef}
testID={DisplayNamesWithToolTip.displayName}
>
{shouldUseFullTitle
? ReportUtils.formatReportLastMessageText(fullTitle)
Expand Down

0 comments on commit 176675b

Please sign in to comment.