From da4f891e2fe6e92d77b851f8ae54ccd930adb03d Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Fri, 4 Aug 2023 08:23:29 -0700 Subject: [PATCH] Use full path for import --- frontend/cypress/support/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';