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