feat(tests): Make sure dial-in user hangups.
Avoid closing browser and leaving it to the timeout of the connection.
feat(tests): Increase the randomness of the room name.
fix(tests): Wait dialog elements to be clickable.
To avoid trying to click too quickly while animations are still rendered. Avoids: Can't call elementClick on element with selector "//input[@name="lockKey"]" because element wasn't found
fix(tests): Visitors tests to avoid reordered webhook events.
fix(tests) Wait for p2p switch before checking for SS
fix(tests): Fix p2p enable flag in desktop sharing.
test: Fix jaas chat test again (typo). (#16548)
test: Do not assert message order (they can race). (#16544)
test: Add a test for joining a MUC without a conference request. (#16537)
test: Use timeout for expected codec changes. (#16539)
I suspect some intermittent test failures are caused by not waiting for
the codec change to complete. Might be exacerbated by
ensureThreeParticipants only waiting for 1 remote stream, which means
it the "ensureTwo(); ensureThree()" call may return before p2 sees p3.
fix: Fix dial-in test (wait until the dialog is closed). (#16538)
feat: Whitelist the disableFocus config option. (#16526)
Reorganize tests by feature, minor test updates (#16518)
* test: Move lockRoom under moderation/.
* ref: Cleanup lockRoom test.
* test: Move lockRoomDigitsOnly to ui/.
* test: Add a setPasswordAvailable expectation.
* ref: Move the lobby test to moderation/.
* test: Move tests to media/.
* test: Add a useTenant expectation.
* test: Move mute to media/.
* test: Move audioOnly to media/.
* test: Move startMuted to media/.
* test: Move codecSelection to media/.
* ref: Simplify, log the "actual" codec value.
* test: Move stopVideo to media/.
* test: Move videoLayout to ui/.
* test: Move chatPanel to ui/.
* test: Move switchVideo to media/pinning.spec.ts.
* test: Move audioVideoModeration to media/.
* test: Move displayName to ui/.
* test: Move preJoin to ui/.
* test: Move endConference to ui/.
* test: Move selfView to ui/.
* test: Move oneOnOne to ui/.
* test: Move tileView to ui/.
* test: Move singlePort and udp to misc/connectivity.spec.ts.
* test: Move avatars to misc/.
* test: Move polls to misc/.
* test: Move breakoutRooms to misc/.
* test: Move followMe to misc/.
* test: Move invite to dial/dialInUi.spec.ts.
* test: Move dialInAudio to dial/dialIn.spec.ts.
* test: Only log expectations in the main wdio process.
* test: Move fakeDialInAudio to dial/.
* test: Move subject to misc/.
* test: Check for subject set remotely.
* test: Remove references to "2way", "3way".
* test: Consolidate all dial-in tests in one file.
* test: Move dialIn to misc/.
* test: Adjust test titles.
* Remove waitForAudioFromDialInParticipant test.
Setting the UA string in Electron doesn't propagate the change to the
iframe where the meeting is loaded (🤦).
Thus make it more resilient by trying different things:
- A freshly introduced "iAmSpot" config option, similar to Jibri
- The app ID is present in the UA string, so we can test for that
- As a last-ditch effort, check if the display name is the default
"Meeting Room"
* feat(visitors): Handling of live conference and queue service.
* squash: Small refactor mobile code.
* squash: Drop debug log.
* chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1836.0.0+d05325f3...v1839.0.0+ea523fc6
* squash: Adds a count function.
* squash: Drop debug print.
* squash: Skip if queueService is not enabled.
* squash: Avoids double subscribing for visitorsWaiting.
* squash: Fixes lint error.
* squash: Fixes showing dialog.
As part of the PR, it also fixes:
- Removes button aliases
- Unifies the keys in the object returned by getAllToolboxButtons and the button keys
- Makes sure that the number of buttons displayed are always the same as the number of buttons specified in the thresholds and removes the exception for not filling up the main toolbar with buttons from overflow menu when reactions button is disabled.
- Introduces a priority for buttons that will be used to fill empty spaces in the main toolbar.