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

Commit 3931ab9

Browse files
committed
Fix failing develop with mis-matched snapshots
Date separator markup updated in #10404 While some new snapshot tests added in #10353
1 parent bac1ca5 commit 3931ab9

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)