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