Skip to content

Commit 3284480

Browse files
harsh-vadorTeddyCr
authored andcommitted
fix(test): block editor utils related to Fix mentions recipients processing for Thread entities (#24847)
(cherry picked from commit 8b24ce9)
1 parent 09996e9 commit 3284480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmetadata-ui/src/main/resources/ui/src/utils/BlockEditorUtils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe('formatContent', () => {
158158

159159
// Should convert to server format with markdown link structure
160160
expect(result).toContain(
161-
'<#E.team.Infrastructure|[@Infrastructure](http://localhost:3000/settings/members/teams/Infrastructure)>'
161+
'<p>This <a data-type="mention" data-label="Infrastructure" href="http://localhost:3000/settings/members/teams/Infrastructure" data-entitytype="team" data-fqn="Infrastructure"><#E::team::Infrastructure|[@Infrastructure](http://localhost:3000/settings/members/teams/Infrastructure)></a> team</p>'
162162
);
163163
});
164164
});

0 commit comments

Comments
 (0)