diff --git a/webapp/cypress/e2e/spec.cy.js b/webapp/cypress/e2e/spec.cy.js index 09d641703d..f7cbabd1c9 100644 --- a/webapp/cypress/e2e/spec.cy.js +++ b/webapp/cypress/e2e/spec.cy.js @@ -12,6 +12,8 @@ * This file is part of the Antares project. */ +import { describe, it } from "mocha"; + describe("template spec", () => { it("passes", () => { cy.visit("https://example.cypress.io");