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.
pull/3782/head jitsi-meet_3476
damencho 6 years ago committed by Paweł Domas
parent e960002c45
commit 653471e1c0
  1. 1
      react/features/remote-video-menu/components/web/KickButton.js

@ -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

Loading…
Cancel
Save