Skip to content

Commit 84d0c08

Browse files
authored
Merge pull request #541 from ant-media/removeSubtrackPoller
Put some margin to not have elementclickinterceptedexception
2 parents fe6d3aa + c04630f commit 84d0c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/player.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h3 class="col text-muted">
7777
</div>
7878

7979

80-
<div class="form-group">
80+
<div class="form-group" style="margin-top:10px"> <!-- just spacing to make selenium to not fire elementclickinterceptedexception-->
8181
<button class="btn btn-primary" id="start_play_button">Start
8282
Playing</button>
8383
<button class="btn btn-primary" id="stop_play_button">Stop

0 commit comments

Comments
 (0)