From 86e6d6eb8b7b8407d6b5f19dd6b0693bca0c5953 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Wed, 6 Sep 2023 21:57:34 +0200 Subject: [PATCH] Delete obsolete comment --- lib/tools/video-commands.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tools/video-commands.js b/lib/tools/video-commands.js index 9b2e9bb..2dcddda 100644 --- a/lib/tools/video-commands.js +++ b/lib/tools/video-commands.js @@ -37,8 +37,7 @@ const videoCommands = {}; * * @see https://fbidb.io/docs/video/ * @this {import('../idb.js').IDB} - * @param {VideoStreamingOptions} opts The envs and args to be passed to the xcuitest runner - * + * @param {VideoStreamingOptions} opts * @returns {Promise} */ videoCommands.startVideoStream = async function startVideoStream (opts) {