From 428a6d080ed29425a78105ba293a319419477cda Mon Sep 17 00:00:00 2001 From: LekoArts Date: Thu, 23 May 2024 11:21:58 +0200 Subject: [PATCH] fixes --- integration/models/application.ts | 1 - integration/tests/elements/otp.test.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/integration/models/application.ts b/integration/models/application.ts index dc2e4533e4f..264da6a93f9 100644 --- a/integration/models/application.ts +++ b/integration/models/application.ts @@ -36,7 +36,6 @@ export const application = (config: ApplicationConfig, appDirPath: string, appDi if (force || !nodeModulesExist) { const log = logger.child({ prefix: 'setup' }).info; await run(scripts.setup, { cwd: appDirPath, log }); - await run(`cd node_modules/@clerk/elements && ls`, { cwd: appDirPath, log }); state.completedSetup = true; } }, diff --git a/integration/tests/elements/otp.test.ts b/integration/tests/elements/otp.test.ts index 0ca61c0c35f..47b6da387f4 100644 --- a/integration/tests/elements/otp.test.ts +++ b/integration/tests/elements/otp.test.ts @@ -13,7 +13,6 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withEmailCodes] })('OTP @elem test.beforeEach(async ({ page, context }) => { const u = createTestUtils({ app, page, context }); await u.page.goToRelative('/otp'); - await u.page.waitForClerkJsLoaded(); }); const otpTypes = {