Skip to content

feat(group_call): add new tchap video group call config, differenciate from 1to1 video call #294

feat(group_call): add new tchap video group call config, differenciate from 1to1 video call

feat(group_call): add new tchap video group call config, differenciate from 1to1 video call #294

Triggered via pull request October 10, 2024 13:36
Status Failure
Total duration 3m 28s
Artifacts

tchap_tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
<BugReportDialog> › should render as expected: test/unit-tests/tchap/components/views/dialogs/BugReportDialog-test.tsx#L44
expect(received).toMatchSnapshot() Snapshot name: `<BugReportDialog> should render as expected 1` - Snapshot - 17 + Received + 17 @@ -28,32 +28,32 @@ class="mx_Dialog_content" id="mx_Dialog_content" > <p> <strong> - bug_reporting + Reminder: Your browser is unsupported, so your experience may be unpredictable. </strong> </p> <p> - bug_reporting + Debug logs contain application usage data including your username, the IDs or aliases of the rooms you have visited, which UI elements you last interacted with, and the usernames of other users. They do not contain messages. </p> <div class="mx_Field mx_Field_textarea mx_BugReportDialog_field_input" > <textarea id="mx_Field_1" - label="bug_reporting" - placeholder="bug_reporting" + label="Notes" + placeholder="If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here." rows="5" type="text" > halo i haz problem </textarea> <label for="mx_Field_1" > - bug_reporting + Notes </label> </div> <div class="mx_BugReportDialog_send_logs" > @@ -66,11 +66,11 @@ <button class="mx_Dialog_primary" data-testid="dialog-primary-button" type="button" > - bug_reporting + Send logs </button> </span> </div> </div> <div @@ -88,18 +88,18 @@ <button class="mx_Dialog_primary" data-testid="dialog-primary-button" type="button" > - bug_reporting + Download logs </button> </span> </div> </div> </div> <div - aria-label="dialog_close_label" + aria-label="Close dialog" class="mx_AccessibleButton mx_Dialog_cancelButton" role="button" tabindex="0" /> </div> @@ -108,11 +108,11 @@ style="width: 1px; height: 0px; padding: 0px; overflow: hidden; position: fixed; top: 1px; left: 1px;" tabindex="0" /> </div> </body>, - "container": <div> + "container": <div> <div data-focus-guard="true" style="width: 1px; height: 0px; padding: 0px; overflow: hidden; position: fixed; top: 1px; left: 1px;" tabindex="0" /> @@ -137,32 +137,32 @@ class="mx_Dialog_content" id="mx_Dialog_content" > <p> <strong> - bug_reporting + Reminder: Your browser is unsupported, so your experience may be unpredictable. </strong> </p> <p> - bug_reporting + Debug logs contain application usage data including your username, the IDs or aliases of the rooms you have visited, which UI elements you last interacted with, and the usernames of other users. They do not contain messages. </p> <div class="mx_Field mx_Field_textarea mx_BugReportDialog_field_input" > <textarea id="mx_Field_1" - label="bug_reporting" - placeholder="bug_reporting" + label="Notes" + placeholder="If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here." rows="5"
<UserMenu> › <UserMenu> UI › should render as expected: test/unit-tests/tchap/components/structures/UserMenu-test.tsx#L29
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name "a11y" Here are the accessible roles: button: Name "User menu": <div aria-expanded="false" aria-haspopup="true" aria-label="User menu" class="mx_AccessibleButton mx_UserMenu_contextMenuButton" role="button" tabindex="0" /> -------------------------------------------------- presentation: Name "": <span class="_avatar_mcap2_17 mx_BaseAvatar mx_UserMenu_userAvatar_BaseAvatar _avatar-imageless_mcap2_61" data-color="2" data-testid="avatar-img" data-type="round" role="presentation" style="--cpd-avatar-size: 32px;" /> -------------------------------------------------- Ignored nodes: comments, script, style <body> <div> <div class="mx_UserMenu" > <div aria-expanded="false" aria-haspopup="true" aria-label="User menu" class="mx_AccessibleButton mx_UserMenu_contextMenuButton" role="button" tabindex="0" > <div class="mx_UserMenu_userAvatar" > <span class="_avatar_mcap2_17 mx_BaseAvatar mx_UserMenu_userAvatar_BaseAvatar _avatar-imageless_mcap2_61" data-color="2" data-testid="avatar-img" data-type="round" role="presentation" style="--cpd-avatar-size: 32px;" > u </span> </div> <div class="mx_UserMenu_name" > @userid:matrix.org </div> </div> </div> </div> </body> at Object.getElementError (node_modules/@testing-library/dom/dist/config.js:37:19) at node_modules/@testing-library/dom/dist/query-helpers.js:76:38 at node_modules/@testing-library/dom/dist/query-helpers.js:52:17 at node_modules/@testing-library/dom/dist/query-helpers.js:95:19 at Object.getByRole (test/unit-tests/tchap/components/structures/UserMenu-test.tsx:29:20)
<UserMenu> › <UserMenu> faq › should open the faq when clicking on the faq button: test/unit-tests/tchap/components/structures/UserMenu-test.tsx#L49
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name "a11y" Here are the accessible roles: button: Name "User menu": <div aria-expanded="false" aria-haspopup="true" aria-label="User menu" class="mx_AccessibleButton mx_UserMenu_contextMenuButton" role="button" tabindex="0" /> -------------------------------------------------- presentation: Name "": <span class="_avatar_mcap2_17 mx_BaseAvatar mx_UserMenu_userAvatar_BaseAvatar _avatar-imageless_mcap2_61" data-color="2" data-testid="avatar-img" data-type="round" role="presentation" style="--cpd-avatar-size: 32px;" /> -------------------------------------------------- Ignored nodes: comments, script, style <body> <div> <div class="mx_UserMenu" > <div aria-expanded="false" aria-haspopup="true" aria-label="User menu" class="mx_AccessibleButton mx_UserMenu_contextMenuButton" role="button" tabindex="0" > <div class="mx_UserMenu_userAvatar" > <span class="_avatar_mcap2_17 mx_BaseAvatar mx_UserMenu_userAvatar_BaseAvatar _avatar-imageless_mcap2_61" data-color="2" data-testid="avatar-img" data-type="round" role="presentation" style="--cpd-avatar-size: 32px;" > u </span> </div> </div> </div> </div> </body> at Object.getElementError (node_modules/@testing-library/dom/dist/config.js:37:19) at node_modules/@testing-library/dom/dist/query-helpers.js:76:38 at node_modules/@testing-library/dom/dist/query-helpers.js:52:17 at node_modules/@testing-library/dom/dist/query-helpers.js:95:19 at Object.getByRole (test/unit-tests/tchap/components/structures/UserMenu-test.tsx:49:20)
Jest
Process completed with exit code 1.
Jest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/