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");