addes better tooltip selector

This commit is contained in:
Alex Corey 2021-03-17 15:38:58 -04:00
parent 10d95c9aef
commit 7290de22e2

View File

@ -22,7 +22,7 @@ function CheckboxField({
<span>
{label}
&nbsp;
{tooltip && <Popover content={tooltip} />}
{tooltip && <Popover ouiaId="checkbox-tooltip" content={tooltip} />}
</span>
}
id={id}