mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 00:56:11 +00:00
feat: add user display name field (#898)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
@@ -124,7 +124,7 @@ test.describe('User Signup', () => {
|
||||
|
||||
await page.getByRole('button', { name: 'Sign Up' }).click();
|
||||
|
||||
await expect(page.getByText('Invalid input').first()).toBeVisible();
|
||||
await expect(page.getByText('Invalid email address').first()).toBeVisible();
|
||||
});
|
||||
|
||||
test('Open signup - duplicate email shows error', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user