diff --git a/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/__snapshots__/index.test.jsx.snap b/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/__snapshots__/index.test.jsx.snap index dd3b00c8b..3e636814e 100644 --- a/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/__snapshots__/index.test.jsx.snap +++ b/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/__snapshots__/index.test.jsx.snap @@ -122,6 +122,152 @@ exports[`VideoSourceWidget snapshots snapshots: renders as expected with default /> + + +
+ + +`; + +exports[`VideoSourceWidget snapshots snapshots: renders as expected with videoSharingEnabledForCourse=true 1`] = ` + + +
+ + + + + + + + +
+
+ +
+
+ +
+ + + + + + +
+ +
+
+ + + + } + placement="top" + > + + + +
+ +
{ const dispatch = useDispatch(); const { @@ -127,27 +131,32 @@ export const VideoSourceWidget = ({ - -
- -
-
- - - - )} - > - - + {videoSharingEnabledForCourse && ( + + +
+ +
+
+ + + + )} + > + + + +
+ )}