mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
fix test
This commit is contained in:
parent
4e9a139e8b
commit
adec5a4f92
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ describe("<TextualBody />", () => {
|
|||
'Hey <span>' +
|
||||
'<a class="mx_Pill mx_UserPill" title="@user:server">' +
|
||||
'<img class="mx_BaseAvatar mx_BaseAvatar_image" src="mxc://avatar.url/image.png" ' +
|
||||
'style="width: 1.0666666666666667rem; height: 1.0666666666666667rem;" ' +
|
||||
'style="width: 16px; height: 16px;" ' +
|
||||
'title="@member:domain.bla" alt="" aria-hidden="true">Member</a>' +
|
||||
'</span></span>');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue