diff --git a/test/end-to-end-tests/src/scenario.ts b/test/end-to-end-tests/src/scenario.ts index 6c6495fef1..f7479d17cb 100644 --- a/test/end-to-end-tests/src/scenario.ts +++ b/test/end-to-end-tests/src/scenario.ts @@ -17,7 +17,6 @@ limitations under the License. import { signup } from './usecases/signup'; import { toastScenarios } from './scenarios/toast'; -import { e2eEncryptionScenarios } from './scenarios/e2e-encryption'; import { ElementSession } from "./session"; export async function scenario(createSession: (s: string) => Promise): Promise { @@ -38,5 +37,4 @@ export async function scenario(createSession: (s: string) => Promise