Refactor tests to remove redundant settings mock data

This commit is contained in:
2025-07-06 01:32:02 +02:00
parent e5c34c25d7
commit 520f58435c
4 changed files with 1 additions and 54 deletions

View File

@@ -238,7 +238,7 @@ describe('LoginPage', () => {
});
it('handles special characters in credentials', async () => {
render(<LoginPage />);
await render(<LoginPage />);
const specialEmail = 'user+test@example-domain.com';
const specialPassword = 'P@ssw0rd!#$%';