diff --git a/Apps/frontend/cypress/e2e/3-control-panel-top/gnd-button.cy.js b/Apps/frontend/cypress/e2e/3-control-panel-top/gnd-button.cy.js index 966ba5cf..5f010e61 100644 --- a/Apps/frontend/cypress/e2e/3-control-panel-top/gnd-button.cy.js +++ b/Apps/frontend/cypress/e2e/3-control-panel-top/gnd-button.cy.js @@ -1,6 +1,6 @@ /// -describe("resetButton", () => { +describe("gndButton", () => { beforeEach(() => { cy.visit("http://localhost:5173/"); });