This commit is contained in:
2020-12-16 19:35:46 +00:00
parent 3d68166662
commit 3bcad97c6f
3 changed files with 7 additions and 3 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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]");