Skip to content

Commit

Permalink
test: add dataTestSubj for chat history list item (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
(cherry picked from commit e045d11)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 24, 2024
1 parent df03f35 commit 1503355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/tabs/history/chat_history_list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const ChatHistoryListItem = ({

return (
<>
<EuiFlexGroup gutterSize="xs" responsive={false}>
<EuiFlexGroup gutterSize="xs" responsive={false} data-test-subj={`chatHistoryItem-${id}`}>
<EuiFlexItem>
<EuiLink onClick={handleTitleClick}>
<EuiText size="s">
Expand Down

0 comments on commit 1503355

Please sign in to comment.