Adds specific class name to kick button.

The class name is similar to the one used for the mute button and is used by the tests to locate and click the button.
This commit is contained in:
damencho 2019-01-10 14:03:29 +00:00 committed by Paweł Domas
parent e960002c45
commit 653471e1c0
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class KickButton extends AbstractKickButton {
return (
<RemoteVideoMenuButton
buttonText = { t('videothumbnail.kick') }
displayClass = 'kicklink'
iconClass = 'icon-kick'
id = { `ejectlink_${participantID}` }
// eslint-disable-next-line react/jsx-handler-names