Skip to content

Commit f0659f5

Browse files
committed
fix: Delete unnessecary test
1 parent d93bd4e commit f0659f5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/updateUsername.spec.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,4 @@ test.describe('Username Update Form', () => {
9595
// Check for error message
9696
await expectError('Username cannot contain special characters.', page);
9797
});
98-
99-
// Test validation error for empty username
100-
test('should show validation error for empty username', async () => {
101-
await usernameInput.fill('');
102-
await submitButton.click();
103-
104-
// Check for error message - assuming there's a custom message or using the min length one
105-
await expectError('Username must be at least 3 characters.', page);
106-
});
10798
});

0 commit comments

Comments
 (0)