wegue-oss / wegue

Template and components for webmapping applications with OpenLayers and Vue.js
BSD 2-Clause "Simplified" License
93 stars 41 forks source link

Fix MapRecorderWin unit tests #406

Closed chrismayer closed 2 weeks ago

chrismayer commented 2 weeks ago

This fixes the unit tests for the MapRecorderWin. Reason is that there is an addition in the mimeType list of the browser. Additionally video/mp4 is listed there now.

chrismayer commented 2 weeks ago

I was just thinking whether the test on default Chrome media possibilities was really useful written as is

I was thinking the same when analyzing the code for the fix. I'd gladly want to discuss this with you and the others. So I created an issue #407 for that, which will be the base for a possible adaption of the test.

Goal of this PR was to get the test suite green again. So, I am going to merge now.