feat: add test hint for grant moderator availability

pull/7338/head jitsi-meet_4859
Gabriel Imre 5 years ago committed by Saúl Ibarra Corretgé
parent 0bec7c7ab7
commit 29366a0029
  1. 10
      react/features/base/testing/components/TestConnectionInfo.js

@ -184,6 +184,9 @@ class TestConnectionInfo extends Component<Props, State> {
<TestHint
id = 'org.jitsi.meet.conference.joinedState'
value = { this.props._conferenceJoinedState } />
<TestHint
id = 'org.jitsi.meet.conference.grantModeratorAvailable'
value = { true } />
<TestHint
id = 'org.jitsi.meet.conference.localParticipantRole'
value = { this.props._localUserRole } />
@ -201,12 +204,7 @@ class TestConnectionInfo extends Component<Props, State> {
*
* @param {Object} state - The Redux state.
* @private
* @returns {{
* _conferenceConnectionState: string,
* _conferenceJoinedState: string,
* _localUserId: string,
* _testMode: boolean
* }}
* @returns {Props}
*/
function _mapStateToProps(state) {
const conferenceJoined

Loading…
Cancel
Save