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

Commit

Permalink
Fix failing develop with mis-matched snapshots
Browse files Browse the repository at this point in the history
Date separator markup updated in #10404

While some new snapshot tests added in #10353
  • Loading branch information
MadLittleMods committed Mar 20, 2023
1 parent bac1ca5 commit 3931ab9
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,16 @@ exports[`MessagePanel should handle lots of membership events quickly 1`] = `
<hr
role="none"
/>
<h2
aria-hidden="true"
<div
class="mx_DateSeparator_dateContent"
>
Thu, Jan 1 1970
</h2>
<h2
aria-hidden="true"
class="mx_DateSeparator_dateHeading"
>
Thu, Jan 1 1970
</h2>
</div>
<hr
role="none"
/>
Expand Down

0 comments on commit 3931ab9

Please sign in to comment.