Merge branch 'fix-test' into 'develop'
ChatMessage: remove testid from emoji button resulting in failing test See merge request soapbox-pub/soapbox!2280
This commit is contained in:
commit
4ce28750c2
|
@ -219,7 +219,6 @@ const ChatMessage = (props: IChatMessage) => {
|
||||||
'p-1.5 hover:bg-gray-200 dark:hover:bg-gray-800 rounded-md text-gray-600 dark:text-gray-600 hover:text-gray-700 dark:hover:text-gray-500 focus:text-gray-700 dark:focus:text-gray-500 focus:ring-0': true,
|
'p-1.5 hover:bg-gray-200 dark:hover:bg-gray-800 rounded-md text-gray-600 dark:text-gray-600 hover:text-gray-700 dark:hover:text-gray-500 focus:text-gray-700 dark:focus:text-gray-500 focus:ring-0': true,
|
||||||
'!text-gray-700 dark:!text-gray-500': isReactionSelectorOpen,
|
'!text-gray-700 dark:!text-gray-500': isReactionSelectorOpen,
|
||||||
})}
|
})}
|
||||||
data-testid='chat-message-menu'
|
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
src={require('@tabler/icons/mood-smile.svg')}
|
src={require('@tabler/icons/mood-smile.svg')}
|
||||||
|
|
Loading…
Reference in New Issue