chore: update to ai sdk v5 beta (#1074)
This commit is contained in:
parent
7d8e71383f
commit
4c281fe09d
54 changed files with 1372 additions and 1060 deletions
|
|
@ -38,7 +38,7 @@ export async function createAuthenticatedContext({
|
|||
const page = await context.newPage();
|
||||
|
||||
const email = `test-${name}@playwright.com`;
|
||||
const password = generateId(16);
|
||||
const password = generateId();
|
||||
|
||||
await page.goto('http://localhost:3000/register');
|
||||
await page.getByPlaceholder('user@acme.com').click();
|
||||
|
|
@ -72,7 +72,7 @@ export async function createAuthenticatedContext({
|
|||
|
||||
export function generateRandomTestUser() {
|
||||
const email = `test-${getUnixTime(new Date())}@playwright.com`;
|
||||
const password = generateId(16);
|
||||
const password = generateId();
|
||||
|
||||
return {
|
||||
email,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue