feat: Remove the Briefwechsel view; retarget its links to document search (#716) #721
@@ -73,9 +73,14 @@ describe('CoCorrespondentsList', () => {
|
||||
}
|
||||
});
|
||||
|
||||
// Asserted against the de message (names both persons) — not retyped copy.
|
||||
const link = page.getByRole('link', { name: /max mustermann/i });
|
||||
await expect.element(link).toHaveAttribute('title', /Anna Schmidt/);
|
||||
await expect.element(link).toHaveAttribute('title', /Max Mustermann/);
|
||||
await expect
|
||||
.element(link)
|
||||
.toHaveAttribute(
|
||||
'title',
|
||||
m.person_correspondents_search_title({ A: 'Anna Schmidt', B: 'Max Mustermann' })
|
||||
);
|
||||
});
|
||||
|
||||
it('builds initials from up to two name parts', async () => {
|
||||
|
||||
Reference in New Issue
Block a user