Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2245190

Browse files
Fix failing develop with mis-matched snapshots (#10411)
- `develop` failure: https://github.com/matrix-org/matrix-react-sdk/actions/runs/4470319896/jobs/7853678384 - What happened? - Date separator markup updated in #10404 - While some new snapshot tests added and merged in #10353 - Merge trains could have helped
1 parent bac1ca5 commit 2245190

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

test/components/structures/__snapshots__/MessagePanel-test.tsx.snap

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@ exports[`MessagePanel should handle lots of membership events quickly 1`] = `
4747
<hr
4848
role="none"
4949
/>
50-
<h2
51-
aria-hidden="true"
50+
<div
51+
class="mx_DateSeparator_dateContent"
5252
>
53-
Thu, Jan 1 1970
54-
</h2>
53+
<h2
54+
aria-hidden="true"
55+
class="mx_DateSeparator_dateHeading"
56+
>
57+
Thu, Jan 1 1970
58+
</h2>
59+
</div>
5560
<hr
5661
role="none"
5762
/>

0 commit comments

Comments
 (0)