diff --git a/src/test/videopress/__snapshots__/edit.js.snap b/src/test/videopress/__snapshots__/edit.js.snap index f9323fd3a8..096704bb0a 100644 --- a/src/test/videopress/__snapshots__/edit.js.snap +++ b/src/test/videopress/__snapshots__/edit.js.snap @@ -1,39 +1,39 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Update VideoPress block's settings should update Playback Bar Color section's Dynamic color setting 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Bar Color section's Dynamic color setting 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Bar Color section's Loaded setting to Light green cyan 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Bar Color section's Loaded setting to Light green cyan 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Bar Color section's Main setting to Luminous vivid amber 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Bar Color section's Main setting to Luminous vivid amber 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Bar Color section's Progress setting to Vivid purple 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Bar Color section's Progress setting to Vivid purple 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Settings section's Autoplay setting 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Settings section's Autoplay setting 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Settings section's Loop setting 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Settings section's Loop setting 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Settings section's Muted setting 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Settings section's Muted setting 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Settings section's Play Inline setting 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Settings section's Play Inline setting 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Settings section's Preload Metadata setting 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Settings section's Preload Metadata setting 1`] = `""`; -exports[`Update VideoPress block's settings should update Playback Settings section's Show Controls setting 1`] = `""`; +exports[`Update VideoPress block's settings should update Playback Settings section's Show Controls setting 1`] = `""`; -exports[`Update VideoPress block's settings should update Privacy and Rating section's Allow download 1`] = `""`; +exports[`Update VideoPress block's settings should update Privacy and Rating section's Allow download 1`] = `""`; -exports[`Update VideoPress block's settings should update Privacy and Rating section's Show video sharing menu 1`] = `""`; +exports[`Update VideoPress block's settings should update Privacy and Rating section's Show video sharing menu 1`] = `""`; -exports[`Update VideoPress block's settings should update Privacy and Rating section's privacy setting to Private 1`] = `""`; +exports[`Update VideoPress block's settings should update Privacy and Rating section's privacy setting to Private 1`] = `""`; -exports[`Update VideoPress block's settings should update Privacy and Rating section's privacy setting to Public 1`] = `""`; +exports[`Update VideoPress block's settings should update Privacy and Rating section's privacy setting to Public 1`] = `""`; -exports[`Update VideoPress block's settings should update Privacy and Rating section's rating setting to PG-13 1`] = `""`; +exports[`Update VideoPress block's settings should update Privacy and Rating section's rating setting to PG-13 1`] = `""`; -exports[`Update VideoPress block's settings should update Privacy and Rating section's rating setting to R 1`] = `""`; +exports[`Update VideoPress block's settings should update Privacy and Rating section's rating setting to R 1`] = `""`; -exports[`Update VideoPress block's settings should update description 1`] = `""`; +exports[`Update VideoPress block's settings should update description 1`] = `""`; -exports[`Update VideoPress block's settings should update title 1`] = `""`; +exports[`Update VideoPress block's settings should update title 1`] = `""`; -exports[`VideoPress block sets caption 1`] = `""`; +exports[`VideoPress block sets caption 1`] = `""`; diff --git a/src/test/videopress/edit.js b/src/test/videopress/edit.js index 2aa92bb520..ffe59e3195 100644 --- a/src/test/videopress/edit.js +++ b/src/test/videopress/edit.js @@ -43,8 +43,6 @@ const VIDEO_TITLE = 'default-title-is-file-name'; const FETCH_MOCKS_METADATA = { title: VIDEO_TITLE, description: '', - post_id: 1, - duration: 2803, }; setupCoreBlocks();