mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Refactor tests to remove redundant settings mock data
This commit is contained in:
@@ -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!#$%';
|
||||
|
||||
Reference in New Issue
Block a user