diff --git a/src/test/videopress/local-helpers/utils.js b/src/test/videopress/local-helpers/utils.js index 665281ce41..d108b76355 100644 --- a/src/test/videopress/local-helpers/utils.js +++ b/src/test/videopress/local-helpers/utils.js @@ -127,8 +127,8 @@ export const expectShowMediaOptions = ( screen, { title, options } ) => { * based on video and site privacy. * * @param {Object} options - * @param {string} [options.isVideoPrivate] True if the video is private. If not defined, it will use site's privacy. - * @param {string} [options.isSitePrivate] True if the site is private. + * @param {boolean} [options.isVideoPrivate] True if the video is private. If not defined, it will use site's privacy. + * @param {boolean} [options.isSitePrivate] True if the site is private. */ const generatePrivacySettings = ( { isVideoPrivate,