diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/reactions-button/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/reactions-button/component.jsx index 1e1e43a6c8ba..80f8505b91b1 100644 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/reactions-button/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/reactions-button/component.jsx @@ -110,7 +110,6 @@ const ReactionsButton = (props) => { actions.push({ label: , key: id, - dataTest: 'leaveAudio', onClick: () => handleReactionSelect(native), customStyles: actionCustomStyles, });