test fixes

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:55:38 +02:00
parent c281a57ab1
commit d294d515ae

View File

@ -43,7 +43,7 @@ jsOMS.ready(function ()
jsOMS.removeClass(logo, 'hidden');
video.pause();
stream.getVideoTracks()[0].stop();;
stream.getVideoTracks()[0].stop();
clearInterval(cameraTimer);
}