From 10712d70c8d323855848363d8a749c44eba4937c Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Fri, 24 Jan 2025 14:17:11 +0100 Subject: [PATCH] feat: lint fix --- webapp/cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/cypress/support/commands.js b/webapp/cypress/support/commands.js index ce5c02723a..f5a9f5c600 100644 --- a/webapp/cypress/support/commands.js +++ b/webapp/cypress/support/commands.js @@ -11,4 +11,4 @@ * * This file is part of the Antares project. */ -alert("setup commands here"); +console.log("setup commands here");