describe("HELP DOCS", () => { it("is accessible", () => { cy.visit("http://localhost:7575/docs/"); cy.contains("WELCOME TO AYANOVA"); }); });