mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
chore: increase wait times for tests (#1778)
This commit is contained in:
@ -27,6 +27,9 @@ test('[USER] can sign up with email and password', async ({ page }: { page: Page
|
||||
|
||||
await page.waitForURL('/unverified-account');
|
||||
|
||||
// Wait to ensure token is created in the database
|
||||
await page.waitForTimeout(2000);
|
||||
|
||||
const { token } = await extractUserVerificationToken(email);
|
||||
|
||||
const team = await prisma.team.findFirstOrThrow({
|
||||
|
||||
Reference in New Issue
Block a user