From b6c73b4a04a7289e35ff7ff0fc99b833113f250b Mon Sep 17 00:00:00 2001 From: Anton B Date: Thu, 10 Aug 2023 16:14:33 -0300 Subject: [PATCH] fix: remove leaveAudio data-test from the reaction buttons --- .../ui/components/actions-bar/reactions-button/component.jsx | 1 - 1 file changed, 1 deletion(-) 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, });