This commit is contained in:
2021-12-20 19:20:20 +00:00
parent f3ff88229e
commit 68c08d0cb0
5 changed files with 4 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
describe("SMOKE SERVICE MISC SECTION", () => {
it("Service MISC forms open without error", () => {
cy.ayLogin("admin");
//################# SERVICE
cy.visit("/svc-schedule");
cy.url().should("include", "/svc-schedule");
cy.get("[data-cy=generalerror]").should("not.exist");