Skip to content

Upgrade v1.11.76

Upgrade v1.11.76 #261

Triggered via pull request September 16, 2024 09:55
Status Failure
Total duration 3m 31s
Artifacts

tchap_tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 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 - 1 + Received + 11 @@ -27,10 +27,15 @@ <div class="mx_Dialog_content" id="mx_Dialog_content" > <p> + <b> + bug_reporting + </b> + </p> + <p> bug_reporting </p> <div class="mx_Field mx_Field_textarea mx_BugReportDialog_field_input" > @@ -103,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" /> @@ -130,10 +135,15 @@ </div> <div class="mx_Dialog_content" id="mx_Dialog_content" > + <p> + <b> + bug_reporting + </b> + </p> <p> bug_reporting </p> <div class="mx_Field mx_Field_textarea mx_BugReportDialog_field_input" at Object.toMatchSnapshot (test/unit-tests/tchap/components/views/dialogs/BugReportDialog-test.tsx:44:27)
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/