From cef8e42251acd985474934d471e4922706b6d1f0 Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Fri, 24 Mar 2023 16:48:16 -0400 Subject: [PATCH] Fix directory and add clarification for new smoke test 4 --- .github/manual-test | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/manual-test b/.github/manual-test index 1ec44f4..5b5c350 100755 --- a/.github/manual-test +++ b/.github/manual-test @@ -105,7 +105,7 @@ request_feedback "$tmp_dir" # ------------------------------------------------------------------------------ printf '\n***** SMOKE TEST 4: Setting up test and building app... *****\n' -tmp_dir=$(mktemp -d -t nativefier-manual-test-start-in-tray-XXXXX) +tmp_dir=$(mktemp -d -t nativefier-manual-test-get-media-devices) name='nativefier-smoke-test-4' node ./lib/cli.js 'https://meet.jit.si/nativefier-test' \ --name "$name" \ @@ -115,6 +115,8 @@ printf '\n***** SMOKE TEST 4: Test checklist ***** - Join the Jitsi meeting and try to share your screen (third button from the left in the bottom bar) - An overlay should appear where you can select a screen/window to share + This presently does not work in MacOS as you would have to give the app + "Screen Recording" permissions, but you can''t for an app in the temp directory. - After selecting a screen, a thumbnail of the shared screen should appear on the top right - Console: no Electron runtime deprecation warnings/error logged'