add test id to TitleButton

This commit is contained in:
Dan Orlando 2024-02-26 14:38:21 -07:00
parent 55ce33aa6a
commit ab4fc6eeb1
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ export default function TitleButton({ primaryText = '', secondaryText = '' }) {
<Trigger asChild>
<div
className="group flex cursor-pointer items-center gap-1 rounded-xl px-3 py-2 text-lg font-medium hover:bg-gray-50 radix-state-open:bg-gray-50 dark:hover:bg-black/10 dark:radix-state-open:bg-black/20"
// type="button"
data-testid="title-button"
>
<div>
{primaryText}{' '}