Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
farrah-deriv committed Jun 11, 2024
1 parent 9c10301 commit dc3bfbe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/PopoverDropdown/PopoverDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ const PopoverDropdown = ({ dropdownList, onClick, tooltipMessage }: TPopoverDrop
return (
<div className='popover-dropdown' ref={ref}>
{isAdvertiserBarred ? (
<LabelPairedEllipsisVerticalMdRegularIcon className='popover-dropdown__icon' fill='#999999' />
<LabelPairedEllipsisVerticalMdRegularIcon
className='popover-dropdown__icon'
data-testid='dt_popover_dropdown_icon'
fill='#999999'
/>
) : (
<Tooltip message={tooltipMessage} position='bottom' triggerAction='hover'>
<LabelPairedEllipsisVerticalMdRegularIcon
Expand Down

0 comments on commit dc3bfbe

Please sign in to comment.