QuotedStatus: move testId to highest component
This commit is contained in:
parent
06a0ca704c
commit
7fe97e8075
1 changed files with 5 additions and 4 deletions
|
@ -125,12 +125,13 @@ const QuotedStatus: React.FC<IQuotedStatus> = ({ status, onCancel, compose }) =>
|
|||
}
|
||||
|
||||
return (
|
||||
<OutlineBox className={classNames('mt-3 cursor-pointer', {
|
||||
<OutlineBox
|
||||
data-testid='quoted-status'
|
||||
className={classNames('mt-3 cursor-pointer', {
|
||||
'hover:bg-gray-100 dark:hover:bg-gray-800': !compose,
|
||||
})}
|
||||
>
|
||||
<Stack
|
||||
data-testid='quoted-status'
|
||||
space={2}
|
||||
onClick={handleExpandClick}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue