Fix failing develop with mis-matched snapshots (#10411)
- `develop` failure: 7853678384
- What happened?
- Date separator markup updated in https://github.com/matrix-org/matrix-react-sdk/pull/10404
- While some new snapshot tests added and merged in https://github.com/matrix-org/matrix-react-sdk/pull/10353
- Merge trains could have helped
This commit is contained in:
parent
bac1ca5355
commit
22451901d1
1 changed files with 9 additions and 4 deletions
|
@ -47,11 +47,16 @@ exports[`MessagePanel should handle lots of membership events quickly 1`] = `
|
||||||
<hr
|
<hr
|
||||||
role="none"
|
role="none"
|
||||||
/>
|
/>
|
||||||
<h2
|
<div
|
||||||
aria-hidden="true"
|
class="mx_DateSeparator_dateContent"
|
||||||
>
|
>
|
||||||
Thu, Jan 1 1970
|
<h2
|
||||||
</h2>
|
aria-hidden="true"
|
||||||
|
class="mx_DateSeparator_dateHeading"
|
||||||
|
>
|
||||||
|
Thu, Jan 1 1970
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
<hr
|
<hr
|
||||||
role="none"
|
role="none"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue