File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/pluggableWidgets/video-player-native/src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ exports[`VideoPlayer VideoPlayerAndroid render video with controls 1`] = `
5454 >
5555 <Video
5656 controls = { true }
57+ ignoreSilentSwitch = " ignore"
5758 muted = { false }
5859 onError = { [Function ]}
5960 onLoad = { [Function ]}
@@ -198,6 +199,7 @@ exports[`VideoPlayer VideoPlayerAndroid render video without controls if showCon
198199 >
199200 <Video
200201 controls = { false }
202+ ignoreSilentSwitch = " ignore"
201203 muted = { false }
202204 onError = { [Function ]}
203205 onLoad = { [Function ]}
@@ -277,6 +279,7 @@ exports[`VideoPlayer hides the loading indicator after load 1`] = `
277279 >
278280 <Video
279281 controls = { true }
282+ ignoreSilentSwitch = " ignore"
280283 muted = { false }
281284 onError = { [Function ]}
282285 onLoad = { [Function ]}
@@ -420,6 +423,7 @@ exports[`VideoPlayer load a video and calculate the aspect ratio 1`] = `
420423 >
421424 <Video
422425 controls = { true }
426+ ignoreSilentSwitch = " ignore"
423427 muted = { false }
424428 onError = { [Function ]}
425429 onLoad = { [Function ]}
@@ -566,6 +570,7 @@ exports[`VideoPlayer renders a loading indicator 1`] = `
566570 >
567571 <Video
568572 controls = { true }
573+ ignoreSilentSwitch = " ignore"
569574 muted = { false }
570575 onError = { [Function ]}
571576 onLoad = { [Function ]}
@@ -714,6 +719,7 @@ exports[`VideoPlayer shows the loading indicator if the source changes 1`] = `
714719 >
715720 <Video
716721 controls = { true }
722+ ignoreSilentSwitch = " ignore"
717723 muted = { false }
718724 onError = { [Function ]}
719725 onLoad = { [Function ]}
You can’t perform that action at this time.
0 commit comments