Skip to content

Commit

Permalink
fix: test id (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Jul 24, 2024
1 parent dee9215 commit 4385226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const PIPChatOption = ({ openChat, showPIPChat }: { openChat: () => void;
return <></>;
}
return (
<Dropdown.Item onClick={openChat} data-testid="brb_btn">
<Dropdown.Item onClick={openChat} data-testid="pip_chat_btn">
<ExternalLinkIcon height={18} width={18} style={{ padding: '0 $2' }} />
<Text variant="sm" css={{ ml: '$4', color: '$on_surface_high' }}>
Pop out Chat
Expand Down

0 comments on commit 4385226

Please sign in to comment.