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