Skip to content

Commit

Permalink
chore: add data-uie-name for maximize overlay (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyLnd committed May 22, 2018
1 parent 93a07f0 commit ac4cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/script/components/list/conversationListCallingCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ko.components.register('conversation-list-calling-cell', {
<div class="group-video__minimized-wrapper" data-bind="click: onMaximizeVideoGrid">
<group-video-grid params="streams: videoStreams, ownStream: localVideoStream, minimized: true"></group-video-grid>
<!-- ko if: showMaximize -->
<div class="group-video__minimized-wrapper__overlay">
<div class="group-video__minimized-wrapper__overlay" data-uie-name="do-maximize-call">
<fullscreen-icon></fullscreen-icon>
</div>
<!-- /ko -->
Expand Down

0 comments on commit ac4cdc3

Please sign in to comment.