From df10da4fae59888d8f64745f7c6f55fbb0dc6275 Mon Sep 17 00:00:00 2001 From: milanmajchrak Date: Thu, 15 Feb 2024 09:35:51 +0100 Subject: [PATCH] Do not import commands in the constants file. --- cypress/support/e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index b9c8afa0bbc..87bc6e0e07b 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -14,7 +14,7 @@ // *********************************************************** // Import all custom Commands (from commands.ts) for all tests -import './commands'; +// import './commands'; // Import Cypress Axe tools for all tests // https://github.com/component-driven/cypress-axe