This commit is contained in:
2021-12-19 20:52:57 +00:00
parent 3e24d41dd7
commit 1a9ea012a6
3 changed files with 5 additions and 9 deletions

View File

@@ -122,8 +122,8 @@ describe("SMOKE SERVICE MISC SECTION", () => {
cy.get("[data-cy=generalerror]").should("not.exist");
cy.get("[data-cy=taskGroupTable]");
cy.visit("/svc-task-groups/1");
cy.url().should("include", "/svc-task-groups/1");
cy.visit("/svc-task-group/1");
cy.url().should("include", "/svc-task-group/1");
cy.get("[data-cy=generalerror]").should("not.exist");
cy.get("[data-cy=name]");