Skip to content

Commit aeb8283

Browse files
committed
Fix tests
1 parent 2a5e166 commit aeb8283

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/e2e/tests/backend/backend-helpers.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@ export namespace Auth {
414414
headers: expect.anything(),
415415
});
416416

417+
// the verification email is sent asynchronously, so let's give it a tiny bit of time to arrive
418+
await wait(200);
419+
417420
backendContext.set({
418421
userAuth: {
419422
accessToken: response.body.access_token,

0 commit comments

Comments
 (0)