This commit is contained in:
Joe 2021-11-03 19:30:16 +08:00 committed by Robin Ward
parent cc6b6b5b77
commit 046138314e
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ module("Unit | Model | report", function () {
const userLink = computedLabels[0].compute(row).formatedValue;
assert.equal(
userLink,
"<a href='/forum/admin/users/1/joffrey'><img alt='' width='20' height='20' src='/forum/' class='avatar' title='joffrey' aria-label='joffrey'><span class='username'>joffrey</span></a>"
"<a href='/forum/admin/users/1/joffrey'><img loading='lazy' alt='' width='20' height='20' src='/forum/' class='avatar' title='joffrey' aria-label='joffrey'><span class='username'>joffrey</span></a>"
);
});
});