chore: remove redundant code blocks from changes section

This commit is contained in:
Lorenz Hilpert
2025-11-20 16:16:48 +01:00
parent c873546160
commit 39058aeab8
5 changed files with 38611 additions and 38546 deletions

View File

@@ -66,7 +66,7 @@ describe('TextInputDialogComponent', () => {
});
it('should render the dialog message', () => {
expect(spectator.query('[data-what="message"]')).toHaveText(
expect(spectator.query('[data-which="dialog-message"]')).toHaveText(
'Please enter your name',
);
});