From 5bdfa604f102a5e51b5152457cd1a16d79177e26 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Jan 2023 09:30:05 +0100 Subject: Add E2E client tests for signup approval --- client/e2e/src/utils/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/e2e/src/utils/index.ts') diff --git a/client/e2e/src/utils/index.ts b/client/e2e/src/utils/index.ts index 354352ee2..420fd239e 100644 --- a/client/e2e/src/utils/index.ts +++ b/client/e2e/src/utils/index.ts @@ -1,5 +1,7 @@ export * from './common' export * from './elements' +export * from './email' export * from './hooks' +export * from './mock-smtp' export * from './server' export * from './urls' -- cgit v1.2.3