feat(person-mention): add @mention discoverability hint to transcription block placeholder #379
@@ -394,7 +394,11 @@ describe('PersonMentionEditor — placeholder behavior', () => {
|
|||||||
expect(inner!.hasAttribute('data-placeholder')).toBe(false);
|
expect(inner!.hasAttribute('data-placeholder')).toBe(false);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// ─── i18n message content ─────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
describe('PersonMentionEditor — i18n message content', () => {
|
||||||
it('transcription_block_placeholder contains @ mention trigger for discoverability', () => {
|
it('transcription_block_placeholder contains @ mention trigger for discoverability', () => {
|
||||||
expect(m.transcription_block_placeholder()).toContain('@');
|
expect(m.transcription_block_placeholder()).toContain('@');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user