diff --git a/frontend/cypress/support/commands.ts b/frontend/cypress/support/commands.ts index 0d698fca5..25a3b6a7e 100644 --- a/frontend/cypress/support/commands.ts +++ b/frontend/cypress/support/commands.ts @@ -44,7 +44,7 @@ 'use strict' -import 'cypress-wait-until'; +import '../../node_modules/cypress-wait-until'; import { PageIdleDetector } from './PageIdleDetector'; import { mockWebSocket } from './websocket';