This commit is contained in:
@@ -690,7 +690,7 @@ function generateMenu(vm) {
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiStore",
|
||||
title: "Project",
|
||||
helpUrl: "form-project",
|
||||
helpUrl: "form-svc-projects",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.Project,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
@@ -123,7 +123,7 @@ function generateMenu(vm) {
|
||||
isMain: true,
|
||||
icon: "$ayiStore",
|
||||
title: "ProjectList",
|
||||
helpUrl: "form-projects",
|
||||
helpUrl: "form-svc-projects",
|
||||
menuItems: [],
|
||||
formData: {
|
||||
ayaType: window.$gz.type.Project
|
||||
|
||||
@@ -29,7 +29,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/home-memos");
|
||||
cy.url().should("include", "/home-memos");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=memosTable]");
|
||||
|
||||
cy.visit("/home-reminders");
|
||||
cy.url().should("include", "/home-reminders");
|
||||
@@ -123,6 +123,10 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/svc-contracts");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
cy.visit("/svc-projects");
|
||||
cy.url().should("include", "/svc-projects");
|
||||
cy.get("[data-cy=projectsTable]");
|
||||
|
||||
cy.visit("/svc-csr-list");
|
||||
cy.url().should("include", "/svc-csr-list");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
Reference in New Issue
Block a user