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:
parent
e960002c45
commit
653471e1c0
|
@ -45,6 +45,7 @@ class KickButton extends AbstractKickButton {
|
||||||
return (
|
return (
|
||||||
<RemoteVideoMenuButton
|
<RemoteVideoMenuButton
|
||||||
buttonText = { t('videothumbnail.kick') }
|
buttonText = { t('videothumbnail.kick') }
|
||||||
|
displayClass = 'kicklink'
|
||||||
iconClass = 'icon-kick'
|
iconClass = 'icon-kick'
|
||||||
id = { `ejectlink_${participantID}` }
|
id = { `ejectlink_${participantID}` }
|
||||||
// eslint-disable-next-line react/jsx-handler-names
|
// eslint-disable-next-line react/jsx-handler-names
|
||||||
|
|
Loading…
Reference in New Issue