passwordless login + proper migrations
This commit is contained in:
@@ -38,8 +38,7 @@ test("a user can register a passkey and sign in with it", async ({ page, browser
|
||||
await p.click('button:has-text("Sign out")');
|
||||
await expect(p).toHaveURL(/\/login/);
|
||||
|
||||
// Sign in with the passkey.
|
||||
await p.fill("#email", "alice@example.com");
|
||||
// Sign in with the passkey without entering an email (userless sign-in).
|
||||
await p.click("#passkey-login");
|
||||
await expect(p).toHaveURL(/\/lists/);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user