mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-22 13:59:24 +00:00
feat: allow sign in with email (#100)
This commit is contained in:
@@ -17,5 +17,5 @@ test('Sign in with expired one time access token fails', async ({ page }) => {
|
||||
await page.goto(`/login/${token.token}`);
|
||||
|
||||
await page.getByRole('button', { name: 'Continue' }).click();
|
||||
await expect(page.getByRole('status')).toHaveText('Token is invalid or expired');
|
||||
await expect(page.getByRole('paragraph')).toHaveText('Token is invalid or expired. Please try again.');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user