Browse Source

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.
master
damencho 6 years ago
parent
commit
653471e1c0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/remote-video-menu/components/web/KickButton.js

+ 1
- 0
react/features/remote-video-menu/components/web/KickButton.js View File

45
         return (
45
         return (
46
             <RemoteVideoMenuButton
46
             <RemoteVideoMenuButton
47
                 buttonText = { t('videothumbnail.kick') }
47
                 buttonText = { t('videothumbnail.kick') }
48
+                displayClass = 'kicklink'
48
                 iconClass = 'icon-kick'
49
                 iconClass = 'icon-kick'
49
                 id = { `ejectlink_${participantID}` }
50
                 id = { `ejectlink_${participantID}` }
50
                 // eslint-disable-next-line react/jsx-handler-names
51
                 // eslint-disable-next-line react/jsx-handler-names

Loading…
Cancel
Save