This commit is contained in:
2020-04-03 23:28:59 +00:00
parent a72b000d66
commit 4d608794ad
4 changed files with 40 additions and 8 deletions

View File

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